/* CSS Document */
/*Programación: Fernando Suárez*/
a.areanaranja:link {
	text-decoration: underline;
	color: #666666;
}
a.areanaranja:visited {
	text-decoration: underline;
}
a.areanaranja:hover {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}
a.areanaranja:active {
	text-decoration: underline;
	color: #999999;
}
.areanaranja {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
