.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #999999;
	text-align: left;
}
.blanco {

	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
}
.textoazul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #2E3E5A;
	text-align: justify;
}
.rojo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FF0000;
}
.centrado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	color: #003366;
	font-weight: bold;
}

a:hover.Titila   { color: white; background-color: rgb(0,102,153) }
A.Titila {
    background-color: rgb(255,203,107);
    font-variant: small-caps;
	text-align: center;
	font-weight: bold; font-family:Arial;
	color: rgb(0,102,153); 
}
