/** NOTICIAS **/
#home #noticias {
    position:relative;
    background-image: url(../images/fondo-noticias.gif);
    background-repeat:no-repeat;
    width:320px;
    height:270px;
    top:20px;
    left:20px;
}

#home #noticias #titulo_noticias{
    position:absolute;
    top:25px;
    left:40px;
    
}

#home #noticias #lista_noticias{
    position:absolute;
    top:50px;
    left:40px;
    
}
#home #noticias #lista_noticias ul {
    margin:0px;
    padding-left:6px;
    font-size:14px;
    width:220px;
}

#home #noticias #lista_noticias li {
    list-style:none;
    color:white;
    margin-left:0px;
    padding-left:0px;
    padding-top:10px;
    
}

#home #mas_noticias {
    position:absolute;
    bottom:30px;
    right:50px;
}

/** FOTOS **/
#home #fotos {
    position:absolute;
    background-image: url(../images/fondo-fotos.gif);
    background-repeat:no-repeat;
    width:525px;
    height:270px;
    top:20px;
    left:400px;
}

#home #fotos #titulo_fotos{
    position:absolute;
    top:25px;
    left:40px;
    
}

#home #fotos_2x2 {
    position:absolute;
    top:65px;
    left:40px;
    width:200px;
}

#home #fotos_2x2 img{
    padding:5px;
}

#home #foto_grande {
    position:absolute;
    top:55px;
    left:240px;
    width:200px;
}


#home #mas_fotos {
    position:absolute;
    bottom:35px;
    right:30px;
}

#home .mas_info {
    font-size:10px;
}

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