<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/***NEWS***/
.notizia_box{ width:100%;}
.notizia_titolo{}
.notizia_titolo a { text-decoration:none; font-size:15px; line-height:22px;}
p.notizia_titolo{ }
.notizia_immagine{ text-align:center;}
p..notizia_immagine{}

/***********NOTIZIE SCORREVOLI - ticker news*******************/
#ticker {overflow: hidden;margin:0;padding:0;height:150px;}
#ticker li {list-style:none;height:150px;margin:0;}
#ticker li a {}
.notizia_box{height:150px;}

/************NITOZIE FULL ******/
.notizia_box.full { float:left; overflow:hidden; border-bottom:3px dotted #A2968A; margin-bottom:20px; }
.notizia_box.full .notizia_immagine { text-align: left; float:left; margin:0 20px 20px 0;}	
.notizia_box full img{float:left;}
.notizia_titolo h3 {display:inline;}
.notizia_box.full .notizia_titolo { margin-bottom: 15px; }	
.notizia_immagine img { float:left; margin:0 20px 0px 0;}</pre></body></html>