@charset "UTF-8";
/* CSS Document */


.tutto{

	width:800px;
	overflow:hidden;
	height:auto;
	background-color:#FFFFFF;
}

.footer{
	width:800px;
	height:60px;
	background-color:none;
	padding-top:5px;
	border-top-style:solid;
	border-top-color:#000000;
	border-top-width:1px;
}

.image{

	text-align:center;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;

}

.menu{

	margin-left:580px;
	margin-right:10px;
	margin-top:90px;
	height:410px;
	width:216px;
	position:absolute;
	background-image:url("img/Menu_sito_long.png");
	background-repeat:no-repeat;
	font-size:17px;
	line-height:19px;

}

.menuindex{

	margin-left:580px;
	margin-right:10px;
	margin-top:250px;
	height:410px;
	width:216px;
	position:absolute;
	background-image:url("img/Menu_sito_long.png");
	background-repeat:no-repeat;


}

.fb{

	margin-left:580px;
	margin-right:10px;
	margin-top:519px;
	/*height:600px;*/
	width:216px;
	position:absolute;
	font-size:17px;
}


.fbindex{

	margin-left:580px;
	margin-right:10px;
	margin-top:684px;
	/*height:600px;*/
	width:216px;
	position:absolute;
	font-size:17px;
}




.fb_iframe_widget span{
		overflow: initial !important;
}
.fb_iframe_widget iframe{
		width: 216px !important;
		height: 500px !important;

}

.pdf{

	margin-left:580px;
	margin-right:10px;
	margin-top:735px;
	height:410px;
	width:216px;
	position:absolute;
	background-image:url("img/Menu_sito_long.png");
	background-repeat:no-repeat;
	font-size:17px;

}

.pdfindex{

	margin-left:580px;
	margin-right:10px;
	margin-top:820px;
	height:410px;
	width:216px;
	position:absolute;
	background-image:url("img/Menu_sito_long.png");
	background-repeat:no-repeat;
	font-size:17px;

}

.app{

	margin-left:580px;
	margin-right:10px;
	margin-top:0px;
	height:100px;
	width:216px;
	position:absolute;
	font-size:17px;
	overflow:hidden;

}


.contenuto{

	float:left;
	margin-left: 37px;
	margin-right: 530px;
	margin-top: 15px;
	width: 530px;
	background-color: #FFFFFF;
	text-align: justify;
	font-family: "Arial, sans-serif";
	left: 128px;
}

p{
	font-size:14pt;
	line-height:20pt;
}

li{
	font-size:14pt;
	line-height:20pt;
}



body{

	background-image: -ms-linear-gradient(top, #FAFAFA 0%, #F1F1F1 100%);
	background-image: -moz-linear-gradient(top, #FAFAFA 0%, #F1F1F1 100%);
	background-image: -o-linear-gradient(top, #FAFAFA 0%, #F1F1F1 100%);
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #FAFAFA), color-stop(1, #F1F1F1));
	background-image: -webkit-linear-gradient(top, #FAFAFA 0%, #F1F1F1 100%);
	background-image: linear-gradient(to top, #FAFAFA 0%, #F1F1F1 100%);
	height:100%;
}
