#noticias-list li {
    position:relative;
    height: 300px;
    border-top:1px solid #000000;
    padding-top:20px;
}

#noticias-list li.first {
    border-top:0;
}

#noticias-list div.news p.month{
    position:relative;
    float:left;
    width:37px;
    height:16px;
    margin:0;
    background-image:url(../resources/images/accordion/index_news/meses.gif);
    background-repeat:no-repeat;
    text-indent:-9999px;
    font-size:11px;
    font-family: arial,sans-serif,helvetica;
    color:#000000;
}

#noticias-list div.news div.news-picture img {
    position:relative;
    float:left;
    border:0 none;
    text-decoration:none;
    margin-top:25px;
    margin-left:17px;
}

div.news div.news-picture {
    position:relative;
    float:left;
    margin: 15px 0 0 65px;
    height:190px;
    width:170px;
    background-image:url(../resources/images/accordion/noticias/polaroid_frame.jpg);
    background-repeat:no-repeat;
}

