/*plantilla de estilos para el menu*/
.enlaces, a.enlaces, a.enlaces:link, a.enlaces:visited{	
	font-family: "Trebuchet MS", Arial, Helvetica, SansSerif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	line-height:12px;
}
a.enlaces:hover{
	color:#FF6600;
}
a.enlaces:active{
	color: #CC0000;
}
.textos {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	text-align: justify;
}
.titulo_encuesta {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.fecha_eventos {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFCC00;
	text-decoration: none;
	text-align: right;
}
.txt_eventos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;
}
.fecha_art {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #006699;
	text-align: right;
}
.titulo_articulos {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #006699;
	text-align: center;
	font-weight: bold;
}
.titulos {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight: bold;
	color: #006699;
	text-align: right;
}
