
/**LISTADO DE NOTICIAS ***************/
.news-list-container h2{
width:560px;
float:right;
color:#FFFFFF;
font-size:1.1em;
margin:10px 0px;
background:#999999;}


.news-list-item {
margin-bottom:20px;
}

.body_noticia .date {
background:transparent;
color:#CC0000;
float:right;
font-size:1em;
font-weight:normal;
height:auto;
margin-bottom:0px;
width:560px;
}

.body_noticia h3 a {
text-decoration:underline;
}

.contenido_noticia .separa {
border-bottom:2px solid #CCCCCC;
clear:both;
display:block;
float:right;
margin-top:0px;
width:570px;
}

