/* CSS Document */

.texto{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;

}


.texto_verde{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#339900;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;

}

.enlace{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	text-decoration:none;
	text-transform: uppercase;
}

.enlace:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #73B950;
	text-decoration:none;
	text-transform: uppercase;
}

.texto_destacado{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003366;
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
	text-transform: uppercase;
}

.enlace_verde{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #339900;
	text-decoration:none;
	padding-right:5px;
}

.enlace_verde:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration:none;
	padding-right:5px;
	background-color:#339900;
	width:100%;
}

.enlace_azul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #03496F;
	text-decoration:none;
	padding-right:5px;

}

.enlace_azul:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration:none;
	padding-right:5px;
	background-color:#03496F;
	width:100%;
}

.enlace_noticia{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	text-decoration:none;
		font-weight:bold;
}

.enlace_noticia:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #73B950;
	text-decoration:none;
	font-weight:bold;
}
.texto_noticia{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	padding-left:5px;
	padding-right:5px;
}

.texto_fecha{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #73B950;

}

.masinfo_noticia{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	font-weight:bold;
	text-decoration:none;
}
.masinfo_noticia:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #73B950;
	font-weight:bold;
		text-decoration:none;
}

.agenda{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;

	text-decoration:none;
}
.agenda:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #73B950;

		text-decoration:none;
}



