@charset "UTF-8";
/* CSS Document */

/*stili per il layuot*/
body {
	margin: 0px;
	padding: 0px;
	/*background-image: url(../immagini/coloresx.jpg);
	background-repeat: repeat-y;
	background-position: left;*/
}
#container {
	/*background-repeat: repeat-y;
	background-position: right;
	background-image: url(../immagini/sfondo%20nagigazione%20dx.jpg);*/
}
#header {
	height: 105px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-color: #FFF;	
}

img.immaginetesta {
	border:none;
	
}
#fascetta {
	height: 18px;
	background-color: #3782DE;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #30C;	
}
#sottofascetta {
	height: 7px;
	background-image: url(../immagini/sfondo_sottofascetta.jpg);
	background-repeat: repeat-x;
	background-position: top;	
}
#spallasx {
	width: 195px;
	float:left;
	height: 850px;
	/*background-repeat: repeat-y;
	background-image: url(../immagini/coloresx.jpg);*/
}

#navigazionebase {	
	width: 100%;
	height: 250px;
}

#spalladx {
	width: 195px;
	float: right;
	position: relative;
	/*background-image: url(../immaginiPSP/sfondo%20nagigazione%20dx.jpg);*/	
}

#uovo {
	height: 75px;
	width: 195px;
	margin-top: 3px;
	margin-bottom: 0px;
	background-image:url(../immagini/colazione.jpg);
	background-repeat: no-repeat;	
}

#boxnews {
	width: 195px;
	height: 455px;
	font-family: Verdana, Geneva, sans-serif;
	position: relative;
	top: 0px;
	/*background-image: url(../immagini/sfondo_boxnews.jpg);*/
	background-repeat: no-repeat;
	background-position: bottom;	/*border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #CF4936;
	border-bottom-color: #CF4936;
	border-left-color: #CF4936;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;*/
}

#sottoboxnew {
	width: 100%;
	height: 1px;
	position: relative;
	float:left;
	background-color: #FFF;
}
#navigazionedx {
	width: 100%;
	height: 310px;
	position: relative;
	float:left;

}



#corpo {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 200px;
	margin-right: 200px;
	
	
}
#footer {
	background-color: #3782DE;
	width: 100%;
	clear: both;
	bottom: 0px;
	
}



#fascione {
	/*background-repeat: repeat-y;
	background-position: left;
	background-image: url(../immagini/coloresx.jpg);*/
}

/*stili per la formattazione layout*/
#fascetta p {
	font-family: Verdana, Geneva, sans-serif;
	line-height: 18px;
	margin: 0px;
	font-size: 0.7em;
	padding-right: 10px;
	padding-left: 5px;
	color: #FFF;
}
#fascetta a {
	color: #FFF;
}
#footer p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	padding: 2px;
	margin: 0px;
	color: #FFF;
}
#footer a {
	color: #FFF;
}
/*stili per le NEWS*/
ul.news {
	margin:0px;
	padding:0px;
	font-size: 0.7em;
	text-align: justify;
	
}

ul.news li {
	list-style:none;
	line-height:1.1em;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../immagini/icona%20cartella.png);
}

ul.news a {
	display: block;
	padding-left: 27px;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	color: #666;
	background-image: url(../immagini/linea_sep_news.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
ul.news a:hover {
	color: #F93;
}


ul.comuni li {
	font-size: 0.7em;
	list-style-type: circle;
}
ul.listato li {
	font-size: 1em;
	list-style-type: circle;
	/*margin: 5px 5px 5px -20px;*/
	padding-right:5px;
}
ul.listato_cariche li {
	font-size: 1em;
	list-style-type:square;

}
ol.listato li {
	font-size: 1em;
	padding-right:5px;
}

/*stili navigazione*/

.menunavigazione {
	margin: 0px;
	padding: 0px;
	width: 195px;
	list-style-type: none;
	
}

.menunavigazione a {
	display: block;
	text-decoration: none;
	padding: 5px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF; /*BIANCO colore scritta MACRO MENU'*/
	/*background-color: #FB8B66; ARANCIO #FB8B66 colore sfondo MACRO MENU'*/
	border: 1px solid #FFF;
	background-color: #B9A693;/*SEPPIA #B9A693 - colore sfondo MACRO MENU'*/
}
.menunavigazione a:visited {
	color: #FFF; /*BIANCO colore scritta MACRO MENU' - VISITATO*/
}

.menunavigazione a:hover,
.menunavigazione a:focus,
.menunavigazione a:active {
	padding: 4px;
	border: 0px;
	/*color: #FB8B66; ARANCIO colore scritta MACRO MENU' - PASSAGGIO MOUSE*/
	color: #684ADF; /*AZZURRO colore scritta MACRO MENU' - PASSAGGIO MOUSE*/
	background-color: #FFF; /*BIANCO colore SFONDO MACRO MENU' - PASSAGGIO MOUSE*/
	text-decoration: none;
}

.menunavigazione ul {
	padding: 5px;
	list-style-type: none;
	font-size: 0.8em;
	background-color: #FFF; /*BIANCO colore sfondo SOTTO MENU'*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.menunavigazione li {
	display:inline;
}
.menunavigazione ul a {
	color: #FFF;/*bianco colore scritta SOTTO MENU'*/
}
.vocecorrente ul li a { /*sottomenù*/
	/*background-color: #FDC4B0; ARANCIO*/
	background-color: #9783E9;
	font-size: 1em;
	font-weight: normal;
	top: 0px;
	margin-left:7px;
}	
	

.menunavigazione .vocecorrente a {
	font-weight: bold;
	margin: 0px;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-size: 0.7em;
}







img.home {
	border:none;
}




/* stile contenuto pagina*/

.dovesono h1 {
	font-size: 0.9em;
	font-family: Verdana, Geneva, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	color:#F93;/*MARRONCINO*/
	border-bottom-color: #00C;
	font-weight: bold;
	margin: 0px;
	padding-top: 10px;
}
.dovesono_r h1 {
	font-size: 0.9em;
	font-family: Verdana, Geneva, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	color:#F00;/*ROSSO*/
	border-bottom-color: #F30;
	font-weight: bold;
	margin: 0px;
	padding-top: 10px;
}
.articolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: justify;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
	padding: 2px;
	background-color: #EDF3FE;
	position:relative;
	top:-7px;
	left:-7px;
	padding-bottom:10px;
	
	
	
}
.articolo_r {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: justify;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
	padding: 2px;
	background-color: #EEE1DD;
	position:relative;
	top:-7px;
	left:-7px;
	padding-bottom:10px;	
	
	
}
.ombraesterna{
	position:relative;
	left:7px;
	top:7px;
	margin-right:7px;
	background-image: url(../immagini/ombra_articolo.jpg);
	background-repeat: repeat-y;
	background-position: right bottom;	
}
.titoloarancio h3 {
	font-size: 0.9em;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF;
	line-height: 1.35em;
	margin-top: 7px;
	margin-bottom: 3px;
	margin-right: 4px;
	margin-left: 4px;
	background-image: url(../immagini/sfondo_titolo_arancio.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.titoloarancio_r h3 {
	font-size: 0.9em;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF;
	line-height: 1.35em;
	margin-top: 7px;
	margin-bottom: 3px;
	margin-right: 4px;
	margin-left: 4px;
	background-color: #C30;	
	/*background-image: url(../immagini/sfondo_titolo_arancio.jpg);
	background-repeat: repeat-x;
	background-position: top;*/
	
}
a.log_out {
	/*color: #000;*/
	text-decoration: blink;
}
.sottotitolo h4 {
	font-size: 0.8em;
	padding-left: 12px;
	padding-right: 12px;
	line-height: 0.4em;
	font-style: italic;
	font-weight: bold;
	margin-top: 17px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: underline;
}

.testo {
	font-size: 0.8em;
	margin: 0px;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;	
}

.testorosso {
	font-size: 0.8em;
	margin: 0px;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	color: #F00;
	text-decoration: blink;
}
.testorosso_stop {
	font-size: 0.8em;
	margin: 0px;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	color: #F00;
	text-decoration: none;
}
.titolone h1 {
	font-size: 1.6em;
	padding-right: 12px;
	padding-left: 12px;
	margin: 0px; /*elimina i margini intrinseci dell'elemento h1 - resta nudo e crudo*/
	line-height: 35px;
}


.titolo h2{
	font-size: 1em;
	margin: 0px;
	/*line-height: 25px;*/
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 12px;
}





.nota h5 {
	font-size: 0.6em;
	padding-left: 12px;
	padding-right: 12px;
	line-height: 1.2em;
}

.separatore {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00C;
	margin-top: 9px;
	margin-bottom: 12px;
	
}
.separatore_r {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F30;
	margin-top: 9px;
	margin-bottom: 12px;
	
}
	
.scarica {
	border: 1px solid #CCC;
	margin: 10px 5px 0px 55px;	/*height: 35px;*/
	background-image: url(../immagini/sfondo_scarica.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.scarica p {
	/*line-height: 35px;*/
	margin: 10px;
	font-size: 0.7em;
	padding-right: 12px;
	padding-left: 12px;

}
.download {
	float: left;
	margin: 10px 0px 0px 10px;
	height: 35px;
	padding-right: 3px;
}
.download a {
	display: inline-block;
}
.icona {
	height: 35px;
	border: 0px;
	margin:0px;
}

.download a:visited {
	color: #EDF3FE;
	text-decoration: none;
}
.download a:hover {
	border: 2px solid #EDF3FE;
}
/*download AREA RISERVATA*/
.download_r {
	float: left;
	margin: 10px 0px 0px 10px;
	height: 35px;
	padding-right: 3px;
}
.download_r a {
	display: inline-block;
}
.download_r a:visited {
	color: #EEE1DD;
	text-decoration: none;
}
.download_r a:hover {
	border: 2px solid #EEE1DD;
}
/*FINE FORMATTAZIONE*/

a.evidenzia:hover {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #EDF3FE;
	border-right-color: #EDF3FE;
	border-bottom-color: #EDF3FE;
	border-left-color: #EDF3FE;
}
a.evidenzia:visited {
	color: #EDF3FE;
	text-decoration: none;
}

a.evidenzia  {
	display:inline-block;
	height: 30px;
}
.iconapiccola {
	height: 25px;
	border: 0px;
}


/* stili link*/
a {
	color: #F93; /*#F93 ARANCIO*/
	text-decoration: none;
}

a:visited {
	color: #F93;
}
a:hover {
	color: #F93;
	text-decoration: underline;
}
a:focus {
	color: #F93;
	text-decoration: underline;
}

/*stili immagini*/

.immaginiserie {
	width: 200px;
	position:relative;
	left: -5px;
	top: -1px;
	border: 2px solid #FFF;	
}

.ombra_serie {
	width: 200px;
	background-color: #B9B9B9;
	float: left;
	margin-right: 20px;
	margin-left:17px;
	margin-top:10px;
	position:relative;
}

.immaginiserie_maxi {
	width: 320px;
	position:relative;
	left: -6px;
	top: -2px;
	border: 2px solid #FFF;	
}

.ombra_serie_maxi {
	width: 320px;
	background-color: #B9B9B9;
	float: left;
	margin-right: 20px;
	margin-left:17px;
	margin-top:10px;
	position:relative;
}
.immaginiado {
	width: 200px;
	position:relative;
	left: -5px;
	top: -1px;
	border: 2px solid #FFF;	
}
.ombra_ado {
	width: 200px;
	background-color: #B9B9B9;
	margin-right: 20px;
	margin-left:17px;
	margin-top:10px;
	position:relative;
}
.immaginiaree{
	width: 400px;
	position:relative;
	left: -5px;
	top: -1px;
	border: 2px solid #FFF;	
}
.ombra_area {
	width: 400px;
	background-color: #B9B9B9;
	float: right;
	margin-right: 15px;
	margin-left:15px;
	margin-top:10px;
	position:relative;
}
.immaginibuoni {
	width: 200px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}



/*stili tabella*/
caption {
	font-weight: bold;
	text-align: left;
	padding: 2px;
}
thead {
	color: #FFF;
	background-color: #99F;
	border: 3px solid #00C;
}
table {
	border-collapse: collapse;
	border: 3px solid #00C;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	text-align: center;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:15px;
	margin-top:15px;
	
}

tbody tr td {
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #03C;
	border-right-color: #03C;
	border-bottom-color: #03C;
	border-left-color: #03C;
	padding: 3px;
	background-color: #FFF;
	text-align: left;
}
thead tr th {
	border: 3px solid #03C;
	padding: 4px;
	
}
.voci {
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #03C;
	border-right-color: #03C;
	border-bottom-color: #03C;
	border-left-color: #03C;
	padding: 3px;
	background-color: #99F;
	color: #FFF;
	font-weight: bold;
}

/*.vocebianca {
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F7E8FF;
	border-right-color: #03C;
	border-bottom-color: #F7E8FF;
	border-left-color: #F7E8FF;
	padding: 3px;
	padding: 3px;
	background-color: #F7E8FF;
}*/
.centratura {
	text-align: center;
}
.cornicecontatti {
	border: 2px solid #F93;
	margin: 25px;
	background-color: #FFE3BB;
}
.ombra_cariche {
	margin: 15px 25px;
	background-image: url(../immagini/ombra_cariche.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #1EC2F9;
}
.postomappa {
	margin-right: auto;
	margin-left: auto;
	padding-bottom:10px;
	padding-top:10px;
	text-align: center;
	display: block;
	border:0px;

}
.cornicepriorita {
	border: 1px solid #00C;
	margin:5px 5px 10px 10px;
	padding:0px;
	/*background-image: url(../immagini/ombra_priorita.jpg);
	background-repeat: no-repeat;
	background-position: center;*/
	background-color:#FFF;
	
}
	

.stemma {
	width: 100px;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 5px;

}

.fotocomune {
	width: 350px;
	margin: 10px;
	float: right;
	border: 7px solid #FFF;
	display:inline-block;
}

.indirizzocomuni {
	background-color:#FFFFF2;
	width: 170px;
	border: 3px solid #A2A2E8;
	padding: 6px;
	margin:12px;
}

#galleria {
	margin:auto;
	padding: 5px;
	background-color: #000;
	width:95%;
	overflow:hidden;
}
.portagalleria {
	width: 100px;
	margin: 5px;
	float:left;
	display: inline;
}

img.iconagalleria {
	width: 100px;
	margin: auto;
	border: 3px solid #FFF;	
}
.portagalleria_v {
	width: 44px;
	margin: 5px;
	float:left;
	display: inline;
}
img.iconagalleria_v {
	width: 44px;
	margin: auto;
	border: 3px solid #FFF;	
}
	

.segnacalenda {
	width: 380px;
	margin:5px auto 15px auto;
	/*display: block;*/
	border: solid 8px #FFF;
	background-image: url(../immagini/calendario.jpg);
	background-position: top;
}

.convocazioni {
	height: 300px;
	
}
.bloccolink {
	
}
.linkchiaro {
	border: 2px solid #F93;
	margin:5px;
	background-color: #FFE3BB;
	height:77px;
}

a .imglink {
	height: 75px;
	float:right;
	border:solid 1px #FFF;
	
}
a .imglink:hover {
	border:solid 2px #FFF;
}

.testolink {
	font-size: 0.8em;
	padding:5px;
	float:left;
	line-height:0.8em;
	font-weight: bold;
	line-height:1.5em;
	
}

.costruzione {
	margin: 25px auto 10px auto;
	width: 300px;
	
}

.clear {
	clear:both;
	height:0px;
}
.clearie6 {
	clear:both;
	height:0px;
}
.imghome {
	position:relative;
	left: -6px;
	top: -2px;
	border: 2px solid #FFF;	
	width: 500px;
	
	
}
.ombra_imghome {
	width: 500px;
	background-color: #B9B9B9;
	margin: 20px auto 10px auto;
	position:relative;
}

a.icona_appuntamento {
	width: 60px;
	height:64px;
	float:left;
	margin:5px 10px 10px 5px;
	display:inline-block;
	
}
a.icona_appuntamento:hover {
	border: 1px solid #EDF3FE;
}



#ombra_accesso {
	height: 107px;
	width: 160px;
	margin: 20px auto 10px auto;
	background-color: #B9B9B9;
}

a img.accesso_diretto {
	border: none;
	position:relative;
	top:-2px;
	left:-2px;
}

a img.accesso_diretto:hover {
	border: 1px solid #FFF;
}

.banner {
	height: 107px;
	width: 160px;
	margin: 20px auto 10px auto;
}

.icona_banner {
	border: 0px;
}

#vcss {
	height: 25px;
	width: 70px;
	margin-right:0px;
	margin-left:120px;
	margin-top:10px;
	
}
#vcss a img{
	border: none; 
}

#vcss a img:hover {
	border:1px solid #FFF;
}
#vcss a img:visited {
	border:1px solid #FFF;
}

#vxhtml {
	height: 25px;
	width: 70px;
	margin-right:0px;
	margin-left:120px;
	margin-top:5px;
	
}
#vxhtml a img{
	border: none; 
}

#vxhtml a img:hover {
	border:1px solid #FFF;
}
#vxhtml a img:visited {
	border:1px solid #FFF;
}

.newsletter  {
	height: 25px;
	width: 110px;
	margin:0px 10px 10px 15px;	
}
.newsletter a img {
	border: none; 
}

.newsletter a img:hover {
	border: 2px solid #EDF3FE;
	
}
.newsletter a img:visited   {
	color: #EDF3FE;
	text-decoration: none;
}

.newsletter_cancellami  {
	height: 25px;
	width: 110px;
	margin:10px 10px 10px 15px;	
}
.newsletter_cancellami a img {
	border: none; 
}

.newsletter_cancellami a img:hover {
	border: 2px solid #EDF3FE;
	
}
.newsletter_cancellami a img:visited   {
	color: #EDF3FE;
	text-decoration: none;
}


#ombra_newsletter {
	height: 130px;
	width: 130px;
	margin: 20px auto 10px auto;
	background-color: #B9B9B9;
}

#ombra_bandi {
	height: 198px;
	width: 140px;
	margin: 20px auto 10px auto;
	background-color: #B9B9B9;
}

#ombra_pec {
	height: 103px;
	width: 160px;
	margin: 20px auto 10px auto;
	background-color: #B9B9B9;
}

