@charset "utf-8";
/* CSS Document */


.contenido_noticias {

}

.contenido_noticias .noticia {
 overflow:hidden;
 margin:20px 5px;
 clear:both;
}


.contenido_noticias .foto {
 float:left;
 width:140px;
 text-align:center;
 
 
 border:0px solid red;
}


.contenido_noticias .contenido {
 float:right;
 width:550px;
 
  border:0px solid red;
}


#banner_superior_interior {
 overflow:hidden;
 text-align:center;
 
 background-color:#f2f3ee;
}
/********************************/

#menu_news {
 margin:10px 0 30px;
 clear:both;
 overflow:hidden;
 
 font-size:15px;
}


#menu_news ul{
 margin:0;
 padding:0;
 border:0;
 
 overflow:hidden;
 
 list-style:none;
 list-style-type:none;
 
 border-bottom:3px solid #dec8e2;
}


#menu_news ul li{
 margin:0;
 border:0;
 float:left;
 font-weight:bold;
}


#menu_news ul li a{
 display:block;
 padding:5px 15px;
 border:0;
 text-decoration:none;
}


#menu_news .activo,
#menu_news ul li a:hover{
 display:block;
 border:0;
 cursor:pointer;
 background-color:#dec8e2;
}


