/* inizio template */
body{
	font-family: "Trebuchet MS";
	color: navy;
	font-size: 15px;
	margin: 10px;
	padding: 10px;
	text-align: justify; 
	 background-image: url(../immagini/sf2.jpg); 
	/* background-image: url(../immagini/011.gif); */
}
/* contenitore contiene tutto il template */
#contenitore{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	border: thin solid #887e1b;
	background:  url(../immagini/sf2i.jpg);
}
/* contenuti1 è la parte centrale contenente i testi delle pagine */
#contenuti1{
	margin: 0px 1px 0 150px;
	
}

#foot1{
  clear: both;
  margin-top: 0.5em;
}

#head{
	margin-bottom: 0.5em;
	/* height: 176px; */
	margin-left: auto;
	margin-right: auto;
	
}

#menudx{
  float: right;
  width: 1px;
}

#menusx{
	float: left;
	width: 145px;
	
}
/* fine template */

/* centrato è contenuto in contenuti1 */
div.centratoi{
  margin-left: auto;
  margin-right: auto; 
 margin-top:10px;
 margin-bottom:10px;
  width: 98%;      /* 98 per cento serve per bug ie7 */
  /* --- */
}

div.centrato{
  background: transparent;
 /* border: thin solid #887e1b; */
  height: auto;
  text-align: justify;
  margin-left: auto;
  margin-right: auto; 
 /* background-image: url(../immagini/sfondi074.gif); */
  width: 98%;      /* 98 per cento serve per bug ie7 */
  /* --- */

}
/* inizio paragrafo */

.pc{
  text-align: center;
}

.pc12{
  font-size: 12px;
}

.pc2{
  color: navy;
  font-size: 12px;
  text-align: center;
  font-weight: bolder;
}

.pdestro{
  text-align: right;
}

.psl{
  text-decoration: underline;
}
/* fine paragrafo */
/* inizio titoli */
h1 {
	color: #c33;
	background: transparent;
	font-weight: bold;
	font-size: 18pt;
}
h1.c {
	text-align: center;
}

h2{
  color: #00008b;
  background: transparent;
  font-size: 20px;
  font-weight: bold;
}

h2.c{
  text-align: center;
}

h3{
  color: #006400;
  background: transparent;
  font-size: 16px;
  font-weight: bold;
}

h3.c{
  text-align: center;
}

h4{
  color: maroon;
  background: transparent;
  font-size: 11px;
  font-weight: bold;
}

h4.c{
  text-align: center;
}
/* fine titoli */
/* inizio tabelle */

table.c{
  margin: auto;
}

table.ld{
  width: 99%;  /* non accetta auto */
  margin: auto auto auto auto;
}

.tabcen {
	text-align: center
	}
/* fine tabelle */
/* inizio celle */

td{
  padding-right: 4px;
  padding-left: 4px;
}

td.autori1{
  border-top: thin dotted Blue;
  text-align: left;
  vertical-align: top;
  padding-bottom: 2px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #FAFAD2;
}

td.autori2{
  border-top: thin dotted Blue;
  text-align: left;
  vertical-align: top;
  padding-bottom: 2px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #E0FFFF;
}

td.autori3{
  border-top: thin dotted Blue;
  text-align: left;
  vertical-align: top;
  padding-bottom: 2px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #FAFAB1;
}

td.c{
  text-align: center;
  vertical-align: top;
}

td.g{
  text-align: justify;
  vertical-align: top;
}

td.s{
  text-align: left;
  vertical-align: top;
}

.celpad {
	border-right: #000000 1px solid; padding-right: 18px; border-top: #000000 1px solid; padding-left: 18px; background: #fdefbd; padding-bottom: 18px; border-left: #000000 1px solid; color: #000066; padding-top: 18px; border-bottom: #000000 1px solid; border-spacing: 10px
}
.celpadper {
	border-right: #ff0000 1px solid; padding-right: 1%; border-top: #ff0000 1px solid; padding-left: 1%; background: #fdefbd; padding-bottom: 1%; border-left: #ff0000 1px solid; width: auto; color: #000066; padding-top: 1%; border-bottom: #ff0000 1px solid; border-spacing: 10px;
	text-align: center;
}
/* fine celle */
/* link */

a:active{
  background-color: yellow;
}

a:hover{
  color: red;
}

a:link{
  color: #8B0000;
}

a:visited{
  color: #C71585;
}
/* fine link */
 /* inizio formattazioni varie */
.cmn{
  font-size: 13px;
  text-align: center;
  font-weight: bolder;
}

.colore1{
  background-color: #ffcc99;
}

.colore2{
  background-color: #ff9900;
}

.colore3{
  background-color: #ffcaca;
}

.singolacella1{
  text-align: center;
  background-color: #cccc99;
}

.singolacella2{
  text-align: center;
  background-color: #cc9999;
}

.tdb1{
  border: thin dotted #ff0000;
}


/* riga invisibile */

hr.i{
  display: block;
  clear: left;
  margin: auto;
  visibility: hidden;
}
hr.c{
  display: block;
  clear: left;
  margin: auto;
  width: 50%;
  }

img.nb{
  border-style: none;
}

span.evidenzio{
	border: 3px outset #E0FFFF;
	font-size: 13px;
	text-align: center;
	font-weight: bolder;
	display: block;
	padding-bottom: 4px;
	padding-top: 4px;
	background: url(../immagini/sf2.jpg);
}

 /* fine formattazioni varie */
 
 /* inizio box di posizionamento */
 div.boxc{
  float: none;
  margin: 10px;
  width: auto;
  padding: 10px;
  background-color: #ffcaca;
  border: medium double blue;
  text-align: center;
}

div.boxcnosfondo{
  background: transparent;
  height: auto;
  width: auto;
  text-align: center;
  padding: 0px;
  margin: auto auto;
}

div.boxd{
  float: right;
  margin: 10px;
  width: auto;
  padding: 1px;
/*  display: inline; */
}

div.boxs{
  float: left;
  margin: 10px;
  width: auto;
  padding: 1px;
  /* position: relative; */
/*   display: inline;  */
}

div.boxsl{
  float: none;
  margin: 1px;
  width: auto;
  background-color: #ffffcc;
  text-align: justify;
  font-weight: bolder;
}
/* fine box di posizionamento */

.clearfix {
content: open-quote;
display: block;
height: 0;
clear: both;
visibility: hidden;
}

img.left {
	float: left;
	margin: 4px 20px 0 0;
}

img.right {
	float: left;
	margin: 4px 0 0 20px;
}

