html,
body {
  margin: 0;
  padding: 0;
}
body {
  background-color: #fff;
  font: 16px/1.7 "Times New Roman", serif;
  color: #000;
  text-align: center;
}

h1 {
  margin: 7px 0 25px 0;
  font: bold 1.3em/1.6 Arial, Helvetica, sans-serif;
  text-align: center;
}
#centrale h2 {
	margin: 0 0 15px 0;
	font-size: 1.2em;
	text-transform: uppercase;
}
#centrale h2.categoria_link {
	margin-top: 15px;
	padding-bottom: 2px;
	border-bottom: 1px solid #004c94;
}




/**
 **
 ** STILI GENERICI
 **
 **/


img { border: none }

a:link,
a:visited,
a:focus,
a:hover,
a:active {
  color: #004c94;
  text-decoration: underline;
}
ol.lower_alpha { list-style-type: lower-alpha }


/**
 ** GESTIONE DEI FLOAT
 **/

.float_left     { float: left }
.float_right    { float: right }
img.float_left  { margin: 0 10px 10px 0 }
img.float_right { margin: 0 0 10px 10px }

.float_container:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.float_container { display: inline-block }

/* Nasconde da IE-mac \*/
* html .float_container { height: 1% }
.float_container { display: block }
/* Fine dell'hack per IE-mac */

.clear_left  { clear: left }
.clear_right { clear: right }
.clear_both  { clear: both }


.no_margin     { margin: 0 }
.no_padding    { padding: 0 }
.no_border     { border: none }
.no_background { background: none }

.left    { text-align: left }
.center  { text-align: center }
.right   { text-align: right }
.justify { text-align: justify }
.big,
.font_grande  { font-size: 1.2em }
.small,
.font_piccolo { font-size: 0.9em }
.strong { font-weight: bold }
.uppercase { text-transform: uppercase }
.nero { color: #000 }
.errore {
	margin: 0;
	font-size: 1.2em;
	text-align: center;
}





/**
 **
 ** STRUTTURA DEL SITO
 **
 **/


#testata { 
	width: 180px;
	height: 150px;
	margin: 0 auto;
	background: url(../immagini/testata.gif) no-repeat 0 -50px;
}


#colonna_sx { display: none }

#centrale {
	margin: 0 2em;
	text-align: left;
}

#footer { display: none }





/**
 **
 ** MENU
 **
 **/

#menu_orizzontale_top,
#menu_orizzontale_bottom,
#menu_principale { display: none }



/**
 **
 ** BOX
 **
 **/


#centrale .box_blu,
#centrale .box_blu_right,
#centrale .box_blu_left {
	position: relative;
	margin-bottom: 20px;
	
}
#centrale .box_blu .padding,
#centrale .box_blu_right .padding,
#centrale .box_blu_left .padding,
#centrale .box_giallo .padding { margin: 0 }



#centrale .titolo_box {
	font: bold 1.6em/1.8 Arial, Helvetica, sans-serif;
	text-align: center;
}
#centrale .box_giallo .titolo_box,
#centrale .titolo_box .arrotondamento_dx,
#centrale .titolo_box .arrotondamento_sx { display: none }


.leggi_tutte { display: none }


#link_logo,
#banner {	display: none }




.simpleList {
	list-style: none;
	margin: 0;
	padding: 0;
}
.simpleList li {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}
.simpleList.small li { margin-bottom: 15px }
.simpleList li a {
	font-weight: bold;
	font-size: 1.1em;
}
.simpleList.small li a { font-size: 1em }
.data {
	display: block;
	margin: 0;
	font-size: 0.9em;
	font-style: italic;
}

ul.folder li {
	padding-left: 25px;
	background: transparent url(../immagini/folder.png) no-repeat 0 2px;
}



.allegati {
	margin: 1.5em 0;
	color: #000;
	font-style: italic;
}
.allegati ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-style: normal;
}
.allegati li {
	list-style-type: none;
	margin: 0.7em 0 0 0;
	padding-left: 1.3em;
	line-height: 1.4;
	background: transparent url(../immagini/attach.png) no-repeat 0 0;
}
.allegati a {
	font-weight: bold;
}



.navbar { display: none }



.news {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.news li {
	margin: 15px 0 0 0;
	padding: 0;
	overflow: hidden;
	text-align: justify;
}
.news li:first-child { margin-top: 0 }
.news img {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #004c92;
}
.titolo_news {
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}


.tag_news {
	margin-top: 2em;
	color: #000;
}
.tag_news strong { text-transform: uppercase }
.tag_news a:link,
.tag_news a:visited,
.tag_news a:focus,
.tag_news a:hover,
.tag_news a:active { color: #454948 }


.titolo_pagina {
	margin-top: 0;
	font-size: 1.1em;
	font-weight: bold;
}






.paginazione {
  margin: 3em 0;
  padding: 0;
  text-align: center;
  font-size: 0.9em;
}

.paginazione li {
  list-style-type: none;
  display: inline;
  line-height: 1.2;
}

.paginazione a:link,
.paginazione a:visited {
  color: #2e6ab1;
  text-decoration: none;
}
.paginazione li.currentpage {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

.previous-page { margin-right: 8px }
.next-page { margin-left: 9px }

/* Per IE7 */
html>body .paginazione li.currentpage {
  padding: 1px 5px;
  margin-right: 4px;
}

* html .paginazione li.currentpage { /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
margin-right: 4px;
padding-right: 0;
}






.proposte,
.newsletter {
	margin: 25px 4% 25px 0;
	text-align: center;
}
.proposte fieldset,
.newsletter fieldset {
	overflow: hidden;
	border: none;
	margin: 0;
	padding: 0;
}
.proposte legend,
.newsletter legend {
	text-indent: -9999px;
	height: 1px;
	margin: 0;
	padding: 0;
}
.proposte label,
.newsletter label {
	display: block;
	overflow: hidden;
	margin: 13px 0;
}
.proposte label span,
.newsletter label span {
	display: block;
	float: left;
	width: 31%;
	padding: 2px 1px;
	font-weight: bold;
	text-align: right;
}
.proposte input,
.proposte textarea,
.newsletter input {
	display: block;
	margin-left: 33%;
	width: 50%;
	padding: 2px 2px 3px 2px;
	border: 1px solid #004c94;
	font-size: 0.95em;
	font-weight: normal;
	text-align: left;
}
.proposte textarea {
	height: 100px;
	vertical-align: top;
	font-size: 1.1em;
}
#cancellazione { margin: 10px 0 15px 0 }
#cancellazione label {
	display: inline;
	font-weight: bold;
	padding: 0 10px;
}
#cancellazione label input {
	display: inline;
	width: auto;
	margin-left: 0;
	border: none;
}

.proposte label:hover,
.newsletter label:hover { color: #000 }

.proposte label:hover input,
.proposte label:hover textarea,
.newsletter label:hover input { border-color: #000 }
.proposte label input:focus,
.proposte label input:active,
.proposte label textarea:active,
.proposte label textarea:focus,
.newsletter label input:focus,
.newsletter label input:active { border-color: #000 }

.proposte em.obbligatorio,
.newsletter em.obbligatorio {
	font-style: normal;
	color: #ff0000;
}




#centrale dl {
	margin: 30px 0;
	padding: 0;
}
#centrale dt,
#centrale dd {
	margin: 0;
	padding: 0;
}

#centrale dt { font-weight: bold }
#centrale dd { padding-bottom: 20px }


#stampa { display: none }