/****************************************************************/
/* BOTONES                                                      */
/****************************************************************/
input{
	BORDER: #0055A7 1px solid;
	FONT-SIZE: 7pt;
	FONT-FAMILY: Verdana;
	BACKGROUND-COLOR: #CCE6FF;
	color: #000000;
}

/****************************************************************/
/* TEXTOS                                                       */
/****************************************************************/
.texto1 {
	font-family: "MS Sans Serif";
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.texto2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
}

.texto3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
	color: #0055A7;
}
a.texto3:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;	
	color: #0055A7;
}

.texto4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

/****************************************************************/
/* IMAGENES                                                     */
/****************************************************************/
.imagenTexto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000099;
}

/****************************************************************/
/* CONTACTO                                                     */
/****************************************************************/
.ContactoEtiquetaFormulario {
	color: #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

.ContactoTextoFormulario {
	color : #4A4A5A;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}

.ContactoEnlace {
	color : #51565B;
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.ContactoEnlace:hover {
	font-weight:bold;
}

/****************************************************************/
/* PIE DE PAGINA                                                */
/****************************************************************/
.pieTexto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.pieEnlace {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;

}
a.pieEnlace:hover {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

