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

#noticias #titulo_noticias{
    position:absolute;
    bottom:50px;
    left:40px;
    
}

#noticias #texto_noticias{
    position:absolute;
    top:30px;
    left:80px;
    padding-left:6px;
    
}
#noticias #lista_noticias{
    float:left;
    width: 250px;
    color:white;
    font-size:14px;
    height:200px;
    
    overflow-x: hidden;
    overflow-y:auto;
}

#noticias #lista_noticias ul {
    margin:0px;
    padding-right:10px;
    padding-left:0px;
}

#noticias #lista_noticias li {
    list-style:none;
    color:white;
    margin-left:0px;
    padding-left:0px;
    padding-bottom:8px;
    
}

#noticias #descripcion_noticia{
    float:left;
    width: 390px;
    color:white;
    font-size:14px;
    padding-left:20px;
}

#noticias #texto_noticias .title{
    padding-bottom:5px;
    font-weight:bold;
    font-size:14px;
    color:white;
}

#linea-separacion-noticias {
    float:left;
    width: 1px;
    height:200px;
    margin-left:10px;
    background-color:white;
}

.fecha_noticia {
    font-size:10px;
    font-weight:bold;
}

.titulo_noticia {

}
