

#derecha { float:right; width:200px; padding:0px 15px 0px 17px; overflow:hidden; margin-top:25px; }
#izquierda { float:left; width:702px; }

.noticia {
    width:200px;
    height:320px; /*324*/
    float:left;
    padding:25px 16px 0px 17px;
    overflow:hidden;
}

.raya {
    border-bottom:solid #F14E23 1px;
}

.noticia IMG {
    /*width:100%;*/
    height:125px;
    display:block;
    margin:0 auto 0 auto;
    cursor:pointer;
}

.noticia .marco {
    height:150px;
    overflow:hidden;
}

.noticia .titulo {
    font-size:18px;
    padding-top:22px;
    padding-bottom:9px;
    line-height:18px;
}

.noticia .titulo A { text-decoration:none; color:#000000; cursor:pointer; }
.noticia .titulo A:hover { text-decoration:none; color:#f14e23; }

.noticia .texto {
    font-size:11px;
    line-height:14px;
}

.noticia A.ampliar {
    display:block;
    color:#F14E23;
    text-decoration:none;
    font-size:11px;
    margin-top:12px;
    padding-left:13px;
    background-image:url(http://www.edicioneskhaf.es/imagenes/0010/00000054tvexx.jpg);
    background-repeat:no-repeat;
}

.noticia .fecha { color:#666666; margin-top:12px; float:right; }

