﻿/** ELEMENTI COMUNI
**/

body {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	background-image: url(/images/bgd_page.gif);	
}

p  { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    margin-top: 0;
	margin-bottom: 0;
}

h1 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 24px;
	font-weight: normal;
	color: #A0522D;
}
h2 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #A0522D;
}
h3 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #A0522D;
	margin: 10px 0px 0px;
}
h4 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #A0522D;
	line-height: bold;
	margin: 3px 0px 0px;
}


/** TABELLA
**/

.Tabella_Principale{
	width: 760px;
}

.Cella_Sinistra {
	width: 125px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top: 1px none #A7A7A7;
	border-right: 1px solid #A7A7A7;
	border-bottom: 1px none #A7A7A7;
	border-left: 1px none #A7A7A7;
}
.Cella_Centrale {
	width: 415px;
	background-color: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 12px;
}
.Cella_Destra {
	width: 220px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #FFFFFF;
	line-height: normal;
}

/** STILE: AZZURRO
**/
.tit_azzurro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-top: medium solid #AEC3CF;
	border-right: 1px solid #AEC3CF;
	border-bottom: none #AEC3CF;
	border-left: 1px solid #AEC3CF;
	color: #346BA5;
	background-color: #E1E4E8;
	text-indent: 2pt;
    margin-top: 0;
	margin-bottom: 0;
}

.box_azzurro {
	background-color: #F9F9F9;
	border-top: 1px none #AEC3CF;
	border-right: 1px solid #AEC3CF;
	border-bottom: 1px solid #AEC3CF;
	border-left: 1px solid #AEC3CF;
	padding: 9px;
}

/** STILE: VERDE
**/
.tit_verde {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-top: medium solid #3C9248;
	border-right: 1px solid #3C9248;
	border-bottom: none #3C9248;
	border-left: 1px solid #3C9248;
	color: #FFFFFF;
	background-color: #47AB55;
	text-indent: 2pt;
    margin-top: 0;
	margin-bottom: 0;
}

.box_verde {
	background-color: #F9F9F9;
	border-top: 1px none #3C9248;
	border-right: 1px solid #3C9248;
	border-bottom: 1px solid #3C9248;
	border-left: 1px solid #3C9248;
	padding: 9px;
}
.tit_canarino {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-top: medium solid #FF740A;
	border-right: 1px solid #FF740A;
	border-bottom: 1px none #FF740A;
	border-left: 1px solid #FF740A;
	color: #222222;
	background-color: #FFFFA7;
	text-indent: 2pt;
    margin-top: 0;
	margin-bottom: 0;
}

.box_canarino {
	background-color: #FFFDB2;
	border-top: 1px none #FFBE22;
	border-right: 1px solid #FFBE22;
	border-bottom: 1px solid #FFBE22;
	border-left: 1px solid #FFBE22;
	padding: 9px;
}

/** STILE: PAGLIERINO
**/
.tit_paglierino {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-top: medium solid #DBCF95;
	border-right: 1px solid #DBCF95;
	border-bottom: 1px none #DBCF95;
	border-left: 1px solid #DBCF95;
	color: #AB9D5A;
	background-color: #F0EBD1;
	text-indent: 2pt;
    margin-top: 0;
	margin-bottom: 0;
}

.box_paglierino {
	background-color: #F4F4F4;
	border-top: 1px none #DBCF95;
	border-right: 1px solid #DBCF95;
	border-bottom: 1px solid #DBCF95;
	border-left: 1px solid #DBCF95;
	padding: 9px;
}

/** STILE: PLAIN
**/
.tit_plain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #503330;
	text-indent: 2pt;
	margin-top: 0;
	margin-bottom: 0;
	border: medium none #DBCF95;
}

.box_plain {
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
}

.info {
	font-size: 12px;
	color: #485D7F;
	background-position: right;
	font-weight: bold;
	text-align: right;
}
.corpo_info {
	text-align: right;
}

/*** LINKS A SOCIAL NETWORKS *****/
a.main{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: underline;
	color: #004D9D;
	}

a.main:hover{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: crimson;
	}

div.social_networks {
	height: 40px;
	xxxfloat: left;
}

div.social_networks img.social_logo {
	margin: 10 5px -13px 0px;
	border: 0;
}
