/* CSS Document */
.subtitulo{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
	padding-left:5px;
}
.noticia{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: capitalize;
	color: #1283AA;
	font-weight: bold;
	padding-left:5px;
	text-decoration:none;
}
.noticia:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: capitalize;
	color: #ffffff;
	background-color:#1283AA;
	font-weight: bold;
	padding-left:5px;
	text-decoration:none;
}

.texto{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	padding-left:5px;
}
.texto_agenda{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	padding-left:5px;
}
.texto_sinpad{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
}

.texto_cuerpo{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
		padding-left:5px;
}
.destacado{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
	color: #1283AA;
	padding-left:5px;
}
.destacado2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #1283AA;
	padding-left:5px;
}

.fecha{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	padding-left:5px;
	font-weight:bold;
}


.enlace{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: capitalize;
	color: #1283AA;
	font-weight: bold;
	padding-left:5px;
	text-decoration:none;
}
.enlace:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	text-transform: capitalize;
	color: #ffffff;
	background-color:#1283AA;
	font-weight: bold;
	padding-left:5px;
	text-decoration:none;
}

.enlace2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: capitalize;
	color: #1283AA;
	padding-left:5px;
	text-decoration:none;
}
.enlace2:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: capitalize;
	color: #ffffff;
	background-color:#1283AA;
	padding-left:5px;
	text-decoration:none;
}
.tabenlace_evento{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	text-decoration:underline;
	text-transform: capitalize;
}
.tabenlace_evento:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #1283AA;
	text-decoration:underline;
	text-transform: capitalize;
}



