.azul {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #99CFFB;
}
.gris {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #BACDEA;
}
a:link {
	color: #821C3C;
	text-decoration: none;
	
}
a:visited {
	color: #821C3C;
	text-decoration: none;
}
a:hover {
	color: #993300;
	text-decoration: underline;
}
a:active {

	color: #993300;
	text-decoration: none;
}