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


@font-face {
    font-family: 'open_sanslight';
    src: url('../font/opensans-light-webfont.eot');
    src: url('../font/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/opensans-light-webfont.woff') format('woff'),
         url('../font/opensans-light-webfont.ttf') format('truetype'),
         url('../font/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'open_sansregular';
    src: url('../font/OpenSans-Regular-webfont.eot');
    src: url('../font/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/OpenSans-Regular-webfont.woff2') format('woff2'),
         url('../font/OpenSans-Regular-webfont.woff') format('woff'),
         url('../font/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../font/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sanssemibold';
    src: url('../font/OpenSans-Semibold-webfont.eot');
    src: url('../font/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/OpenSans-Semibold-webfont.woff2') format('woff2'),
         url('../font/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../font/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../font/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sansbold';
    src: url('../font/OpenSans-Bold-webfont.eot');
    src: url('../font/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/OpenSans-Bold-webfont.woff2') format('woff2'),
         url('../font/OpenSans-Bold-webfont.woff') format('woff'),
         url('../font/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../font/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




body  {
	font-family:'open_sansregular',Arial,sans-serif;
	margin: 0;
	padding: 0;
	border:0;
	text-align: center;
	color: #222;
	width:100%;
	background: white url(../immagini/sfondi/backg_body.jpg) repeat center center;
}


#container {
	width: 1000px;
	margin: auto;
	padding: 0;
	border: 0;
	background-color: #fff;
} 

#header {
	height:140px;
	margin: 0;
	border:0;
	text-align: center;
	position:relative;
}
#header a {
	border:0;
	text-decoration: none;
}
#header h2 {
	font-family: 'open_sanssemibold', sans-serif;
	font-size: 22px;
	margin: 0px;
	color: #497c9c;
	position:absolute;
	bottom:20px;
	left:0px;
	z-index:2;
}
#header img {
	position:absolute;
	border:0;
	top:10px;
	left:0px;
	z-index:1;
}
#header2 {
	position:absolute;
	width:300px;
	right:10px;
	top:10px;
	font-size:12px;
	color:#888;
	text-align: right;
}
#header2 a {
	color:#888;
	text-decoration: underline;
}
#header3 {
	position:absolute;
	right:10px;
	bottom:20px;
	text-align: right;
}
#header3 a {
	display:block;
	width:36px;
	height:36px;
	float:left;
	margin-left:15px;
}
#header3 a.ita {
	background: url(../immagini/sfondi/logo_ita.png) no-repeat center center;
	transition: background-image 0.2s ease-in-out;
}
#header3 a.ita:hover, #header3 a.ita.active {
	background: url(../immagini/sfondi/logo_ita_active.png) no-repeat center center;
}
#header3 a.eng {
	background: url(../immagini/sfondi/logo_eng.png) no-repeat center center;
	transition: background-image 0.2s ease-in-out;
}
#header3 a.eng:hover, #header3 a.eng.active {
	background: url(../immagini/sfondi/logo_eng_active.png) no-repeat center center;
}
#header3 a.fra {
	background: url(../immagini/sfondi/logo_fra.png) no-repeat center center;
	transition: background-image 0.2s ease-in-out;
}
#header3 a.fra:hover, #header3 a.fra.active {
	background: url(../immagini/sfondi/logo_fra_active.png) no-repeat center center;
}


#menu {
	width: 1000px;
	height: 50px;
	margin: 0px;
	padding: 0;
	border: 0;
	position: relative;
	background: url(../immagini/sfondi/backg_menu.jpg) repeat-x center center;
}

#box_menu{
	margin: 0px;
	width: 1000px;
}



#middle {
	border:0;
} 

#center {
	padding: 0px;
	width: 1000px;
	text-align: left;
	margin: 0px;
	font-size:14px;
	color:#555;
	min-height:500px;
}
#center a {
	color:#803e1f;
}
#center a:hover {
	text-decoration: none;
}
#center p, #center h2 {
	padding:0px 30px;
}


#bottom {
	width: 100%;
	height:44px;
	margin: 6px 0px 0px 0px;
	padding: 0px;
	border: 0;
	font-size: 10px;
	color: #fff;
	background: url(../immagini/sfondi/backg_bottom.jpg) repeat-x center center;
	line-height: 44px;
}
#bottom a {
	color:#fff;
}
#bottom a:hover {
	text-decoration: none;
}



#banner_adv_ck {
	position:fixed;
	bottom:0px;
	left:0px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	padding:15px 40px 30px 40px;
  	width:100%;
  	color:#fff;
  	background-color: #333;
  	font-size:12px;
  	font-family:Arial, sans-serif;
  	line-height: 16px;
  	z-index:1000;
}
#banner_adv_ck a {
	color:#fff;
}
#banner_adv_ck span.bnd_close {
	position:absolute;
	bottom:10px;
	right:10px;
	width:25px;
	height:25px;
	background: url(../immagini/sfondi/bndc.png) no-repeat center center;
	cursor:pointer;
}



.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
