@charset "utf-8";
/* CSS Document */
.style1 {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	font-weight:normal;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
a.enlaceRed, a.enlaceRed:visited, a.enlaceRed:active {
	color:#CC0000;
	text-decoration: underline;
	font-weight:100;
}
a.enlaceRed:hover {
	color:#FF3300;
	text-decoration: underline;
	font-weight:100;
}

