@charset "utf-8";
.testina {
	font-family: Questrial;
	font-size: 12px;
	color: #FFF;
}
.ombrasotto{
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.75);
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.trans{

}
#slide1{
	font-family: Questrian;
	width: 100%;
	height: 380px;
	margin-top: 260px;
	transition: All 0.7s ease;
	-webkit-transition: All 0.7s ease;
	-moz-transition: All 0.7s ease;
	-o-transition: All 0.7s ease;
	background-repeat: no-repeat;
	background-image: url(../images/tile0.png);
	background-position: center top;
	}

.pulsa a{
	font-family: Questrial;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #399;
	display: inline-block;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	width: 300px;
}
.pulsa a:hover{	background-color: #333;}


.pulsante {
	font-family: Questrial;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #399;
	display: inline-block;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	width: 300px;
}
.pulsanteinvia {
	font-family: Questrial;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #399;
	display: inline-block;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	border: thin solid #066;
}


#slide1:hover{
	transform: translate(0px,-240px);
	-webkit-transform: translate(0px,-240px);
	-moz-transform: translate(0px,-240px);
	-o-transform: translate(0px,-240px);
	-ms-transform: translate(0px,-240px);
}
.tondino{
	display:block:
	width:120px;
	border-radius: 100px 100px 100px 100px;
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border: 2px solid #cccccc;
	background-color: #FF0;
	display: block;
	height: 120px;
	width: 120px;
}

.menuhs a{
	width:100%;
	height:48px;
	text-align:center;
	background-color:#CCC;
	color: #000;
	font-family: Questrial;
	font-size: 18px;
	display:inline-block;
	text-decoration: none;
	border-bottom:#FFF solid thin;
	line-height:48px;
}
.menuhs a:hover{
	background-color:#22BAA9;
	color: #FFF;
}

.menuh a{
	font-family: Questrial;
	font-size: 16px;
	color: #FFF;
	display: inline-block;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	text-decoration: none;
	margin-top: 34px;
}
.menuh a:hover {
	background-color:#47B3A8;
}
.testo18 {
	font-family: Questrial;
	font-size: 18px;
	color: #FFF;
}
.testo18blk {
	font-family: Questrial;
	font-size: 18px;
	color: #333;
}

.testobox{
	background-color: #404040;
	color: #FFF;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Questrial;
	font-size: 14px;
	padding: 6px;
}
.testoboxbig {
	background-color: #404040;
	color: #FFF;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Questrial;
	font-size: 24px;
	padding: 6px;
}

#mappa{
	width:800px; 
	height:600px; 
	left:50%; 
	top:50%; 
	margin-left:-400px; 
	margin-top:-300px;
	position:fixed;
}
.scopri a{
	text-decoration: none;
	color: #FFF;
}
.scopri a:hover{color:47B3A8;}

.inviap a{
	background-color: #666;
	color: #FFF;
	width: 80;
	height: 40;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	
}
.domanda {
	font-family: questrial;
	font-size: 16px;
	color: #333333;
	text-align: justify;
	line-height: 24px;
}
.risposta {
	font-family: questrial;
	font-size: 18px;
	font-weight: bold;
	color: #339999;
}
