html{
	margin:0;
	padding:0;
	height: 100%;
	text-align:center;
	background-image: url('../img/home_originale.jpg');
	background-repeat: no-repeat;
	background-color: #eee;
}

body {/*SC*/
	top:0;
	height: 100%;
	width:99%;
	text-align:left; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size:12px;
}

div.contenuto
{
	color: black;
	height: 300px;
	overflow: auto;
	text-align: justify;
	display:block;
	position: absolute;
	right: 5px;
	width:65%;
	background: white;
	top: 180px;
	padding: 20px 20px 20px 20px;
	border: 1px solid #000000;
	opacity: 0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);	
}

a:link{ color: #000000; }

a:visited{ color: #000000; }

a:hover, a:focus{ color: #000000;	text-decoration:none; }

p{	color: white; margin:1em 0; }

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p{	margin-top:-0.05em;}

h1, h2, h3, h4, h5, h6{ color: #ffffff; margin-bottom:0.5em; }

h1{ font-size:240%;}

h2{	font-size:200%;}

h3{	font-size:180%;}

h4{	font-size:160%;}

h5{	font-size:140%;}

h6{	font-size:120%;}

ol, ul{	margin: 1em 0 1em 2em; }

ol ol, ol ul, ul ol, ul ul{ margin-top:0; margin-bottom:0; }

ol li{	list-style:decimal }
ol li ol li{ list-style:upper-alpha; }
ol li ol li ol li{ list-style:upper-roman; }

ul li{ list-style:disc;}

em{font-style:italic;}

strong{font-weight:bold;}

em strong, strong em{ font-weight:bold; font-style:italic; }


/*SC*/
p.intestazione{
	position: absolute;
	left: 10px;
	opacity: 0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);	
	background-color: white;
	border: 1px solid blue;
	top: -5px;
	width:95%;
	height:85px;
	text-align: left;
	padding: 2px;
}
span.header1{
	color: blue;
	font-size: 140%;
	font-weight:bold;
}
span.header2{
	color: blue;
	font-size: 120%;
	font-weight:bold;
}
span.header3{
	color: blue;
	font-size: 100%;
	
}

p.titolo{
	font-size: 120%;
	font-weight: bold;
	color: blue;
	text-align: center;
}
p.contenuto{
	color: black;
}

span.evidenziatore{
	font-weight: bold; 
}

p.titoloContenuto{
	font-size: 120%;
	font-weight: bold;
	color: white;
	text-align: center;
	background-color: blue;
}

img.immagineCentrata{
	position: absolute;
	right: 50%;
}

img.img1{
	top:45px;
	position: absolute;
	right: 450px;
}

img.img2{
	top:45px;
	position: absolute;
	right: 150px;
}