<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body {
    background-color:#EAEAEA;
}

.header {
	width:100%;
	height:450px;
	webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-bottom-style:solid;
	border-bottom-color:#f19300;
	margin:0;
}
#map {
	width:100%;
	height:450px;
	margin:0 auto;
}
.contenuti {
	width:960px;
	height:400px;
	margin:0 auto;
}
.sx {
	width:380px;
	height: 400px;
	margin: 0;
	padding: 0 10px;
	float: left;
	background-color: #FFF;
}

.cont_indirizzo {
	width:380px;
	height:90px;
	margin:0px 0 0 0;
}
.cont_indirizzo h2 {
    font-family: 'museo_sans500';
	font-size:1em;
	line-height:20px;
	color:#4d4d4d;
	margin:15px 0 0 10px;
}

.cont_tel {
	width:380px;
	height:90px;
	margin:0px 0 0 0;
}
.cont_tel h2 {
    font-family: 'museo_sans500';
	font-size:1em;
	line-height:20px;
	color:#4d4d4d;
	margin:25px 0 0 10px;
}

.cont_mail {
	width:380px;
	height:90px;
	margin:0px 0 0 0;
}
.cont_mail h2 {
    font-family: 'museo_sans500';
	font-size:1em;
	line-height:15px;
	color:#4d4d4d;
	margin:35px 0 0 10px;
}


.deco {
	width:150px;
	border-bottom-color:#b2b2b2;
	border-bottom-style:solid;
	margin:0;
}
.icone_cont {
	width:45px;
	height:45px;	
	margin:20px 0;
	float:left;
}
.dx {
	width:540px;
	height:400px;
	margin:0;
	padding:0 10px;
	float:left;
	background-color:#EAEAEA;
}
h3 {
	font-family: 'museo_sans500';
	font-size:1.2em;
	float:left;
	line-height:15px;
	color:#4d4d4d;
	font-weight:normal;
	margin:20px 0;
}
.cloarfloat {
	clear: both;
}
.deco_contatti {
	width: 627px;
	height: 410px;
	position: absolute;
	background-color: #FFF;
	left: 0;
	top: 443px;
	z-index: -10;
}
</pre></body></html>