@charset "UTF-8";
html, body, .wrap {height: 100%;}
body > .wrap {height: auto; min-height: 100%;}
.divPagina {padding-bottom: 35px;}  /* la stessa altezza del footer */

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0;
	
}
a:link {
	color: #000099;
	text-decoration:underline;
}
a:visited {
	color: #000099;
	text-decoration:underline;
}
a:hover {
	color: #000099;
	text-decoration:none;
}
a:active {
	color: #000099;
	text-decoration:underline;
}

.divBanner {
	color: #FFFFFF;
	background-color:#330000;
	width: 100%;
	margin: 0;
	padding:0;
	border: none;
}
.divsottoBanner
{
	color: #FFFFFF;
	background-color: #CCCCCC;
	width: 100%;
	margin: 0;;
	padding: 0;
	border: none;
}
.divPagina {
	color: #000;
	background-color: #FFFFFF;
	width: 900px;
	margin: 0 auto;
	border:none;
}
.cellaMain {
	margin: 0px;
	padding: 0px;
	width: 900px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color:#FFFFCC;
}
.colonnaPrincipale {
	width: 720px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 20px;
}

.colonnaDestra {
	background-color:#CCCCCC;
	width: 160px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left:10px;
	padding-right:10px;
}
.colonnaPrincipaleOrganigramma {
	width: 430px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 20px;
}

.colonnaDestraOrganigramma {
	width: 470px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-left-width: thin;
	border-left-color: #000000;
}


.tabellaBottoni {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.tabellaBanner {
	width: 900px;
	margin:0 auto;
	border:none;
	
}
.divTitoloPagina {
	width: 900px;
	margin:0 auto;
	border:none;
	color:#000000;
	font-style:italic;
	
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.codiceFiscale {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align:right;
}
.bottom{
	position: relative;
    margin-top: -35px; /* valore negativo dell'altezza del footer */
    height: 35px;
    clear:both;
	bottom:0px;
	color: #FFFFFF;
	background-color: #CCCCCC;
	width: 100%;
	padding: 0;
	border: none;
	
}
.tabellaFooter {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height:35px;

}
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Nascondi a IE su Mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* Fine Nascondi a IE su Mac */

