/* DETTAGLIO ------------------------------------------- */
.dettaglioNews .titoloNews {
    color:#384e97;
    font-size:22px;
    letter-spacing:-1px;
    margin-bottom:0px;
}

.dettaglioNews .sottoTitoloNews {
    margin-bottom:10px;
    font-size:14px;
    color:#707070;
}

.dettaglioNews .dataNews {
    font-style:italic;
}

.dettaglioNews .colonnaFoto {
    background:url(../images/ombraCoverDettaglio.png) no-repeat center bottom;
    float:left;
    margin-top:10px;
    padding-bottom:9px;
    position:relative;
    text-align:center;
    width:160px;
}

.dettaglioNews .colonnaFoto a {
    display:block;
    text-decoration:none;
}

.dettaglioNews .colonnaFoto a img {
    display:block;
    margin:0 auto;
    width:140px;
}

.dettaglioNews .colonnaDescrizione {
    float:right;
    width:430px;
}
