/* CSS Document */

.titulo {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	margin-top:0px;

	color: #666666;
}

.texto{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	padding-left:5px;
	text-transform: none;
	padding-right:5px;
}

.menu{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ADC7E0;
}

.subtitulo{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #666666;
	padding-left:10px;
}

.enlace_menu{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
}

.enlace_menu:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	background-color:#134A73;
		padding-left:5px;
	padding-right:5px;

}

.barrita_menu{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: capitalize;
	color: #134A73;
	text-decoration:none;
	font-weight:bold;
}

.enlace{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: none;
	color: #666666;
	text-decoration:none;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
}

.enlace:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	background-color:#81B87F;
		padding-left:5px;
	padding-right:5px;

}
.enlace_volver {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #0B7235;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
}
.fecha{
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	font-weight:bold;
}
.titulo_noticia{
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	text-transform: none;
	color: #0B7235;
	text-decoration:none;
}

.titulo_noticia:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	text-transform: none;
	color: #0B7235;
	text-decoration:underline;

}

