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

body {
	background-color: #73D4F5;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFFFF;
}

#Contenitore {
	width: 100%;
	background: url(../images/sfondo.png) no-repeat;
	margin: 0px auto;
	padding-top: 50px;
}

#Corpo {
	width: 950px;
	margin: 0px auto;
	position: relative;
}

#Offerte {
	position: absolute;
	top: -40px;
	right: 110px;
}

#ContattiBtn {
	position: absolute;
	top: -41px;
	right: 60px;
}

#Logo {
	width: 700px;
	height: 133px;
	margin-left: 25px;
}

#Cartellone {
	background: url(../images/cartellone.png);
	width: 478px;
	height: 287px;
}

#fade {
	margin-left: 9px;
	margin-top: 13px;
}

#ContenitorePiede {
	background: #2886ac url(../images/sfondo_footer.png);
}

#Piede {
	width: 950px;
	/* height: 711px; */
	margin: 0px auto;
	position: relative;
	background-image: url(../images/sfondo_piede.png);
	background-repeat: no-repeat;
	padding-top: 450px;
}

#Contatti {
	width: 798px;
	margin: auto;
}

#FormContatto {
	float: left;
	font-family: AachenDEEMedRegular;
	font-style: normal;
	font-size: 32px;
	color: #1A4D69;
	text-align: right;
}

#FormButton {
	font-family: AachenDEEMedRegular;
	font-style: normal;
	font-size:18px;
	color:#FFFFFF;
   background-color:#1A4D69;
   border-style:none;
   border-color:#1A4D69;
   border-width:1px;
   border-radius: 5px;
   text-align: center;
	padding: 5px;
}

#Piede form label {
	margin-right: 15px;
}

#GoogleMap {
	float: left;
	border: #1A4D69 15px solid;
	margin-left: 50px;
}

#BackToTop {
	width: 221px;
	margin: 85px auto 0px auto;
}


.DatiSociali {
	/* float: left; */
	font-family: AachenDEEMedRegular;
	font-style: normal;
	font-size: 27px;
	color: #1A4D69;
	text-align: center;
}

/* #DatiSociali {
	margin: 75px auto 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	text-align: center;
} */

.DatiSociali a {
	color: #00FFFF;
}

.aachen {
	font-family: AachenDEEMedRegular;
	font-style: normal;
}

.testoblu {
	color: #1A4D69;
}

.ombrato {
	text-shadow: 3px 3px #1A4D69;
}

.ombrato2 {
	text-shadow: 3px 3px #29ABE2;
}

#Dal1937 {
	margin: 50px auto;
	width: 747px;
	height: 332px;
	background-image: url(../images/dal1937.png);
}

#Timeline {
	margin: 100px auto;
	width: 643px;
	height: 144px;
	background-image: url(../images/timeline.png);
}

/* jQuery lightBox plugin - Gallery style */
.gallery ul { list-style: none; }
.gallery ul li { display: inline; margin-right: 10px; }
.gallery ul img {
	border: 8px solid #FFFFFF;
	margin-bottom: 10px;
}
.gallery ul a:hover img {
	border: 8px solid #1A4D69;
	color: #fff;
}
.gallery ul a:hover { color: #fff; }
