 /* Este estilo sirve es para Textos: tipo de letra Georgia, tamaño 12,  */
.text_1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #004823;
	font-weight: normal;
	text-decoration: none;
}
.text_1 a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #004823;
	font-weight: bold;
	text-decoration: none;
}
.text_1 a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #004823;
	font-weight: bold;
	text-decoration: underline;
}


/* PIES DE PAGINA */

 /* Este estilo sirve es para Pies de página: tipo de letra Arial, tamaño 18, negrilla, color negro */
.pie_2{

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: normal;
	color: #004823;
}
.pie_3{

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #004823;
}
