/* PORTALE  */

.ColoreA		{ color: #990000; }
.ColoreB		{ color: #333333; }

.cellaTitolo {
    background-color:#96021c;
    }
.cella_base {
    background-color: #b87b83;
}
.cella_piede {
    background-color: #96021c;
}

/* ===== CORRELATI ===== */
.correlati-box { margin:35px 0 10px; padding-top:12px; border-top:1px solid #e5e5e5; }
.correlati-titolo { font-size:13px; font-weight:bold; letter-spacing:.5px; text-transform:uppercase; color:#666; margin-bottom:14px; text-align:center; }
.correlati-lista { display:flex; flex-wrap:wrap; }
.correlati-item { width:50%; font-size:14px; line-height:1.35; padding:4px 12px; box-sizing:border-box; }
.correlati-item:nth-child(odd) { border-right:1px solid #eee; }
.correlati-item a { text-decoration:none; color:#333; }
.correlati-item a:hover { text-decoration:underline; }
.correlati-item:before { content:"• "; color:#888; }
