@charset "ISO-8859-1";
  
a:link {
	text-decoration: none;
	color: #FF9900;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FF3300;
}

.parrafoevnt a{
	text-decoration: none;
	color: #666666;
}

.parrafoevnt a:hover{
	text-decoration: none;
	color: #FF9900;
}






