/*****************************************************************************************/
/********************************** CSS GENERALI *****************************************/
/*****************************************************************************************/


body {
  	font-family: 				verdana;
  	font-size:					12px;
	color: 						black;	
}

p {
	text-align:					justify;
	margin-left:				10px;
	margin-right:				10px;		
}

#sx, #dx, #titolo, #centro #print {
	display:					none;
}

/********** SEZIONE Hx (titoli) *************/

h3	{
	border-bottom:				1px solid black;	
}

h4 {
	font-size:					12px;
	margin:						0px;	
	margin-left:				10px;
	margin-right:				10px;	
}

h5 {
	margin-left:				10px;
	margin-bottom: 				5px;
	font-size:					12px;
	font-style:					italic;
	text-decoration:			underline;
	font-weight:				400;
}


/********** SEZIONE IMMAGINI *************/

img {
	border:						0px solid white;
}

img.right {
	float: 						right;
	margin-top:					5px;
	margin-bottom:				5px;
	margin-left:				10px;
}

img.left {
	float: 						left;
	margin-top:					5px;
	margin-bottom:				5px;
	margin-right:				10px;
}

img.responsabili {
	float: 						right;
	margin-left:				10px;
	width:						80px;
}

/********** SEZIONE FOOTER *************/
#footer {
	margin-top:					40px;
	font-size:					10px;
	border-top:					1px solid black;
}
.w3cbutton {
	display:					none;
}

/******* caselle di testo in evidenza ***********/

#important {	
	width:						auto;
}

#important h4 {
	padding:					0px;
	margin:						0px;
	font-size:					11px;
}

#important div {
	margin-bottom:				15px;	
	min-height:					58px;
	padding:					3px;
}

#important img {
	float: 						left;
	clear: 						both;
	width:						80px;
	height:						55px;
	margin-right:				10px;
}

#important a {
	display:					block;
}

/******* tabella delle referenze ***********/


#tabella_referenze {
	margin:						10px;		
}

#tabella_referenze tr {			
	
}

#tabella_referenze td {
	vertical-align:				top;	
}

#tabella_referenze .table_header {
	font-weight:				bold;
	border-bottom:				1px solid black;
}

#tabella_referenze .col1 {
	width:						100px;
	padding-left:				5px;	
	padding-top:				15px;		
}

#tabella_referenze .col1 img {
}

#tabella_referenze .col2 {	
	width:						auto;
	text-align:					left;
	padding-left:				10px;
	font-style:					italic;
}

#tabella_referenze .col3 {
	width:						auto;
}

