/** NOTICIAS **/
#palmares{
    position:relative;
    background-image: url(../images/fondo-seccion-larga.gif);
    background-repeat:no-repeat;
    width:820px;
    height:270px;
    top:20px;
    margin:0 auto;
}

#palmares #titulo_palmares{
    position:absolute;
    bottom:50px;
    left:40px;
    
}

#palmares #texto_palmares{
    position:absolute;
    top:25px;
    left:90px;
    color:white;
    height:200px;
    width:480px;
    padding-right:10px;
    overflow-x: hidden;
    overflow-y:auto;
    font-size:14px;
}

#palmares #texto_palmares ul{
}

#palmares #foto_aitor{
    position:absolute;
    top:25px;
    right:90px;
    color:white;
}

