/*
 * cada noticia está dentro de un li id="newsitem_#" con class="news_item"
 * tiene un h4, luego un p con class="date", y luego p sin class ni id
 * todas las noticias están contenidas en un div id="new-noticias"
 *
 */


div#new-noticias{
    background:White url(/img/home/noticias-fondo-arriba.jpg) no-repeat scroll center top;
    font-size:.7em;
    padding-top:11px;
    color: #444;
    position:absolute;
    right:10px;
    top:160px;
    width:177px;
}
#new-noticias h2{
    background:#F17E00 url(/img/home/noticias-icono.jpg) no-repeat scroll right center;
    font-size:1.2em;
    padding-bottom:5px;
}
#new-noticias ol{
    padding:1em;
    list-style-type:none;
    background: transparent;
    height:650px;
    overflow:auto;
}
#new-noticias li{
    border-bottom:solid 2px #f17e00;
    margin-bottom:6px;
}
#new-noticias li h4{
    background-color:#003e65;
    padding:2px;
    color:white;
    font-size:10px;
}
#new-noticias .date{
    font-size:10px;
    margin-bottom:1em;
}
#new-noticias p{
    margin-bottom:1em;
}
#new-noticias #noticias-pie{
    background: transparent url(/img/home/noticias-fondo-abajo.jpg) no-repeat scroll center bottom;
}

