
/* STILI PREDEFINITI PER LA HOMEPAGE, SELEZIONABILI DA TINYMCE */

div.clear{
	clear:both;
	}
div.left{
	float:left;
	}
div.right{
	float:right;
	}

/* Mostra dei bordi ai div nella textarea di tinymce */
#homepage_mce div{
   border: 1px dotted #999999;
	}



/*************************************************************************************************************
 * HOMEPAGE (tagli)
 * (477 - 11(bordo)) * 0,2(percentuale)
 * I tagli non possono essere sotto #homepage perchè vengono usati anche nel CMS
 */

div.taglio_spazio{
	margin: 0 11px 0 0;
	}

div.taglio_100_normale{
	width: 465px;
	}

div.taglio_100_titolone{
	width: 465px;
	background-color: #D30D15;
	padding: 6px;
	}

div.taglio_50{
	width: 233px;
	}

div.taglio_40{
	width: 186px;
	}
div.taglio_60{
	width: 280px;
	}

div.taglio_30{
	width: 140px;
	}
div.taglio_70{
	width: 326px;
	}

div.taglio_33{
	width: 151px;
	}




/* TITOLI MEDIA GRANDEZZA */

a.titolo_nero, a.titolo_nero:visited {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	}
a.titolo_nero:hover{
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	}

a.titolo_rosso, a.titolo_rosso:visited {
	font-size: 16px;
	color: #B10D37;
	font-weight: bold;
	}
a.titolo_rosso:hover{
	font-size: 16px;
	color: #B10D37;
	font-weight: bold;
	}

a.titolo_blu, a.titolo_blu:visited {
	font-size: 16px;
	color: #004B8F;
	font-weight: bold;
	}
a.titolo_blu:hover{
	font-size: 16px;
	color: #004B8F;
	font-weight: bold;
	}



/* TITOLI PICCOLI */

a.titolo_nero_piccolo, a.titolo_nero_piccolo:visited {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	}
a.titolo_nero_piccolo:hover{
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	}

a.titolo_rosso_piccolo, a.titolo_rosso_piccolo:visited {
	font-size: 13px;
	color: #B10D37;
	font-weight: bold;
	}
a.titolo_rosso_piccolo:hover{
	font-size: 13px;
	color: #B10D37;
	font-weight: bold;
	}

a.titolo_blu_piccolo, a.titolo_blu_piccolo:visited {
	font-size: 13px;
	color: #004B8F;
	font-weight: bold;
	}
a.titolo_blu_piccolo:hover{
	font-size: 13px;
	color: #004B8F;
	font-weight: bold;
	}



/* TITOLI GRANDI */

a.titolone_bianco, a.titolone_bianco:visited {
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	}
a.titolone_bianco:hover{
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	}

