a.correo:hover {
	color: #8a0019;
	text-decoration : none;
	text-transform : none;
}
a.correo {
	color: rgb(28,39,101);
	text-decoration : none;
	text-transform : none;
}

a.frm:hover {
	color: #8a0019;
	text-decoration : underline;
	text-transform : none;
	font-weight : normal;
}
a.frm {
	color: Blue;
	text-decoration : underline;
	text-transform : none;
	font-weight : normal;
}

.fonts {
	font-family : "Arial";
    color:rgb(28,39,101);
    font-size : 9pt;
}

INPUT.boton {
	cursor : pointer;
	border : thin solid rgb(28,39,101);
	font-family : Verdana;
	font-weight : bold;
	color : rgb(28,39,101);
}

