#menu_right {
	text-align:left;
	background:#CCCCCC;
}

#menu_right h1{
	font-size:14px;
	color:red;
}
.titulo_rojo {
	color:#FF0000;
	font-family:Orlando;
	font-weight:bold;
	font-size:17px;
	line-height:30px;
}


/* Nav
================================================*/

#menuh {
/*	font: 80% "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family:tahoma;
	margin-top: 20px;
	background:red url(img/fondo_menu.jpg) repeat-x;
}

#menuh ul, li {
	list-style-type: none;
}

#menuh ul {
	margin: 0;
	padding: 0;
}

#menuh li {
	float: left;
}

#menuh a {
	text-decoration: none;
	color:#fff;	
	display: block;
	padding: 0px 10px;
	text-align: center;
	line-height:20px;
	font-weight:bold;
	border-right: 1px #FFF solid;
	border-left: 1px #e11619 solid;
	border-top: 1px #e11619 solid;
	border-bottom: 1px #e11619 solid;
	font-size:12px!important;
}

#menuh a:hover {
	color: #e11619;
	background:url(img/fondo_menu_a.jpg) repeat-x;
	border: 1px #e11619 solid;
}

/* NOTICIA */

#noticia {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size:11px;
}			
#noticia h2 {
	font-family:tahoma;
	font-size:11px;
	color:#000000;
	margin:0px;
	padding:0px;
	text-transform:none;
	line-height:14px;
}
#noticia img {
	padding-left:20px;
}