.texto1serif {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #660033;
}
/*azul*/
.texto2serif {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #1D5DA7;
}

.cursivaarial {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	font-style: italic;
}

.subrayadaarial {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}
/*azul 11*/
.texto2aserif {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #1D5DA7;
}

.portada {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #1D5DA7;
}
.titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #1D5DA7;
}

.titular {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #1D5DA7;
}

.titular2 {
	font-family: Arial;
	font-size: 11px;
	color: #1D5DA7;
}

.direccion1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #EEEEEE;
}

.direccion2 {
	font-family: Arial;
	font-size: 10px;
	color: #EEEEEE;
}

.direccion3 {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #EEEEEE;
}
/*blanco*/
.texto3serif {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
/*fondo azul*/
.texto4serif {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1d5da7;
	
}

.firmaArial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.Contenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
/*links*/
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #1d5da7;
}

a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #1d5da7;
}

a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #7d9ec0;
	text-decoration: underline;
}

a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}

.menu:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #1d5da7;
	text-decoration: none;
	font-weight: bold;
}

.menu:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #1d5da7;
	font-weight: bold;
	text-decoration: none;
}

.menu:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #7d9ec0;
	text-decoration: underline;
	font-weight: bold;
}

.menu:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

/*marcos*/

.imarco {
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #204F70;
	background-color: #FFFFFF;
	border: 1px solid #1d5da7;
}

