#navi {  /*Estilo básico para el menú*/
	list-style:none;
	margin:0;
	padding:0;
	align:center;
}
#navi li {/*luego a los elementos de la lista...*/
	margin:0px;
	padding:0px;
	border:1px solid #333333;
	float:left; /*para eliminar el comportamiento de elemento de bloque(salto de linea)*/
}
#navi li a {
	display:block; /*Convertimos el vínculo en un bloque.*/
	width:71px;
	padding:4px 0;
	text-decoration:none;
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
	background-image:url(images/BG_bot_MENU.jpg);
}
#navi li a:hover {/*Ahora vamos con el hover:*/
	color:#FFFFFF;
	background-color:#990000;
}

/************** ahora el resto del style*********************/
h1{
	font-size: 16px;
}
h2{
	font-size: 13px;
}
.tit_seccion-home {
	color: #333333;
	font-size: 23px;
	font-style: normal;
	font-weight: bold;
	font-family: Helvetica;
	letter-spacing: -0.5pt;
}
.caja_total{ /* linea entre footer y contenido, además de los titulares de los posts*/
	border-bottom: solid;
	border-bottom-color: #E4E4E4;
	border-bottom-width: 1px;
	font-size: 11px;
	font-family: "arial";
}
.titulos_noticias_home {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #333333;
}
.titulos_noticias_home a:link{
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #333333;
}
.titulos_noticias_home a:hover{
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #999999;
}
.style2 {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial !important;
	font-size: 11px;
	color: #000000;
}
a:link {
	color: #999999;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #CCCCCC;
}
.style3 {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial !important;
	font-size: 11px;
}
.style4 {
	font-size: 10px;
	color: #666666;
}
.style5 {color: #FFFFFF}
.style8 {color: #CCCCCC}
.style9 {color: #333333}
.style11 {color: #666666}
.style12 {
	color: #000000;
	font-weight: bold;
}
.style16 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.style14 {font-size: 12px}

.style18 {font-family: "Trebuchet MS"; font-size: 11px; color: #FFFFFF;}
.style19 {font-family: "Trebuchet MS"; font-size: 11px; color: #CCCCCC; }
.style23 {font-size: 10px; font-weight: bold; color: #333333; }
.style24 {font-size: 10px; color: #333333; }
.style25 {font-size: 10px; color: #333333; }

.style17 {color: #333333; font-weight: bold; }
.style22 {
	font-size: 14px;
	font-weight: bold;
}
.style26 {font-family: "Trebuchet MS", Verdana, Tahoma, Arial; font-size: 11px; color: #333333; }
.style27 {
	color: #666666;
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial;
}
.style29 {
	font-size: 14px;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial;
	font-weight: bold;
}




ul {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial !important;
	font-size: 11px;
	list-style-type: none;
	list-style-position: outside;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	vertical-align: top;
	letter-spacing: normal;
	text-align: right;
	word-spacing: 0;
	line-height: 25px;
}
ul ul{
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial !important;
	font-size: 11px;
	list-style-type: none;
	list-style-position: outside;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	vertical-align: top;
	letter-spacing: normal;
	text-align: right;
	word-spacing: 0;
	line-height: 25px;
}
.Lista ul{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	list-style-type: disc;
}
.Listaderecha {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial;
	text-align: left;
	vertical-align: top;
	list-style-position: outside;
	list-style-type: square;
}
