/*elementi nascosti */
#quick, .hide, hr, img, #menupagina, #menupagina2, #box_sx, #servizio, #cerca ,#left, #right, #nav_news, #servizio2
 {
display:none;

}

#centro_main img {
display:block;
visibility:visible;
}

acronym {
  border: 0;
}
acronym[title]:after {
  content: " (" attr(title) ")";
}

html, body{

	margin:0;
	padding:0;
	color: #000;
	/*font: 100% Georgia, "Times New Roman", Times, serif;*/
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align:left;

 } 

div {
text-align:left;
}

#imgleft {
	display: none !important;
	}

#pagina { 
margin-top:20px;
	width:90%;
	min-width: 500px; 
	background-color: #FFF;
	padding-left: 10px;
	clear:both;
	} 
 
#header {
	height:100px;
	width:90%;
	
	background-repeat: no-repeat;
	background-position:  left top;
 	background-color: #FFFFFF;
	clear:both;
} 

#breadcrumbs {
	display:none;
		clear:both;
	}

#contenuto{ 
	
	background-color: #FFFFFF; /* center column colour */ 
	width: 100%; 
		clear:both;
 } 

#main {
	display: block;
	float: left;

	margin: 0px;
	padding: 0px;
	padding-top: 16px;	

	background-color: #FFFFFF; /* center column colour */ 

/* solo nelle pagine interne */ 
	width: 100%;

/* FINE  solo nelle pagine interne */ 

	font-size: 85%;
			min-height: 320px;
			height: auto !important;
			height: 320px; 
	clear:both;

} 
/* FORMATTAZIONE DEL TITOLO */
#titolo {
	font-size:1.5em;
	font-weight: bold;
}

/* FORMATTAZIONE DEL SOTTOTITOLO */
#sottotitolo {
	font-weight:bold;
	font-size:1.1em;
}

#footer {
	font-size: 70%;
	margin-top: 10px;
	padding-top: 5px;
	height:30px; 
	width:100%; 
	background-color:#FFFFFF; 
	clear: right;
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: #000;
			min-height: 30px;
			height: auto !important;
			height: 30px; 

	clear: both;        /* below longest column */
 	bottom: 0;
  	left: 0;
  	width: 100%;
  		clear:both;
   	text-align: left;
	vertical-align: bottom;
} 
 #pdf {

}


#main h2 {
	color: #000;
	font-weight: 900;
	font-size: 120%;
}

#main h3 {
	color: #000;
	font-weight: 900;
	font-size: 110%;
}




#footer ul {
	display: inline;
	margin:0px;
	padding:0px;
	padding-left:0.5em;
}

#footer li {
	display: inline;
	border-left: 1px solid #C51015;
	padding-left: 0.4em;
	padding-right: 1.9em;
}

#footer a:link,#footer a:visited,#footer a:active,#footer a:hover {
	text-decoration: none;
	color: #C51015;
}
/*
###########################################################################################################
##################### DIV FORM
###########################################################################################################
*/

#contatti label {
display:block;
width:15em;
clear:left;
font-weight:bold;
}
#contatti input, #contatti textarea, #contatti select{
float:left;
clear:right;
}

#login label {
display:block;
width:15em;
clear:left;
font-weight:bold;
padding-top:1em;
}
#login fieldset {
width:58em;
padding:1em;
}
#login input, #login textarea, #login select{
float:left;
clear:right;
}


#subscribe fieldset {
width:58em;
padding:1em;
}
#subscribe label {
display:block;
clear:left;
font-weight:bold;
padding-top:1em;
}
#subscribe input, #subscribe textarea, #subscribe select{
float:left;
clear:right;
}