@charset "utf-8";
/* CSS Document */

html, body{
   	margin: 0;
   	padding: 0;
  	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image:url(img/sfondo.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color:#eaf6f1;
	color:#0879b3;
}

a:link {
	color:#01b070;
	text-decoration: none;
}

a:visited {
	color:#01b070;
	text-decoration: none;
}

a:hover {
	color:#01b070;
	text-decoration : none;
}

a:active {
	color:#01b070;
	text-decoration: none;
}

img {
	border: 0;
}

h3 {
	color:#01b070;
	font-size:15px;
}

div#container{
	position:relative;
	width: 804px;
	height: 555px;
	margin: 0 auto;
	margin-top:20px;
}

div#contsx{
	width:42px;
	float:left;
	margin-top:140px;
}	

div#contdx{
	width:42px;
	float:right;
	margin-top:140px;
}	

div#container2{
	width: 720px;
	height: 600px;
	margin: 0 auto;
	float:left;
}

div#header{
	height:101px;
	background-image:url(img/header_completo.png);
}

div#headersx{
	float:left;
	margin-top:25px;
	margin-left:20px;
}

div#headerdx{
	float:right;
	margin-top:25px;
	margin-right:20px;
	font-size:10px;
	text-align:right
}

div#grigio{
	width:704px;
	height:1px;
	background-color:#d9d9d9;
	margin-left:8px;
}

div#corposx{
	width:8px;
	float:left;
	margin-top:38px;
}

div#corpo{
	width:704px;
	height:400px;
	float:left;
	background-color:#FFFFFF;
}

div#corpo2{
	width:704px;
	height:790px;
	float:left;
	background-color:#FFFFFF;
}

div#riquadroverde{
	width:667px;
	height:29px;
	background-image:url(img/riquadro-verde.jpg);
	margin-top:12px;
	margin-left: 14px;
	padding-top:3px;
	padding-left:8px;
	font-size:12px;
}

div#sfondo-scome{
	height:57px;
	margin-top:17px;
}

div#sfondo-scome2{
	height:57px;
	margin-top:17px;
	background-image:url(img/sfondo-scome.jpg);
	background-repeat:repeat-x;
	text-align:center;
}

div#sfondo-scome2 img{
	margin-top:15px;
}

div#sfondo-scomesx{
	width:338px;
	height:57px;
	float:left;
	background-image:url(img/scome-sfondosx.png);
}

div#sfondo-scomesx img{
	margin-top:15px;
	margin-left:14px;
}

div#sfondo-scomedx{
	width:338px;
	height:57px;
	float:right;
	background-image:url(img/scome-sfondodx.png);
}

div#sfondo-scomedx img{
	margin-top:15px;
	margin-left:39px;
}


div#riquadri{
	height:170px;
	width:100%;
	float:left;
}

div#riquadri2{
	height:640px;
	width:100%;
	float:left;
}

div#riquadro1{
	width:300px;
	height:170px;
	background-color:#f0f7f2;
	float:left;
	margin-left:14px;
	padding-top:10px;
	padding-left:8px;
	letter-spacing:1px;
}

div#riquadro1-2{
	width:320px;
	height:640px;
	background-color:#f0f7f2;
	float:left;
	margin-left:14px;
	padding-top:10px;
	padding-left:8px;
	padding-right:5px;
	letter-spacing:1px;
}

div#riquadro2{
	width:300px;
	height:170px;
	background-color:#f0f7f2;
	float:left;
	margin-left:60px;
	padding-top:10px;
	padding-left:8px;
	letter-spacing:1px;
}

div#riquadro2-2{
	width:320px;
	height:640px;
	background-color:#f0f7f2;
	float:left;
	letter-spacing:1px;
	margin-left:10px;
	padding-top:10px;
	padding-left:8px;
	padding-right:5px;
}

div#faq{
	width:100%;
	float:left;
	text-align:center;
	background-color:#FFF;
}

div#faq img{
	margin-top:30px;
	text-align:center;
}	

div#footer{
	height:28px;
	width:690px;;
	background-image:url(img/sfondo-footer.jpg);
	background-repeat:repeat-x;
	float:left;
	color:#68c6b0;
	padding-top:30px;
	padding-left:14px;
	font-size:10px;
}

div#corpodx{
	width:8px;
	float:right;	
	margin-top:38px;
}

.verde{
	color:#01b070;
}

.verde-footer{
	width:50%;
	float:left;
}

.blu-footer{
	float:right;
	color:#0879b3;
	text-align:right;
	margin-right:14px;
}

