html {
	margin:0;
	border:0;
	height:100%;
}
@font-face {
   font-family: 'FELIXTI';
   src: url('../css/FELIXTI.eot');
	src: url('../css/FELIXTI.eot?#iefix') format('embedded-opentype'),
	     url('../css/FELIXTI.woff') format('woff'),
	     url('../css/FELIXTI.ttf') format('truetype');
}
body {
	font: 13px/20px "Times New Roman", Times, serif;
	color: #454545;
	margin: 0;
	border:0;
	width:100%;
	height:100%;
	background:#FFFFFF url(../img/sfondo_body.jpg) repeat-x;
	text-align:justify;
}
#contenitore {
	width:980px;
	margin:0 auto;
}
#header {
	width:980px;
	height:150px;
	padding:0;
	margin-bottom:10px;
	background:url(../img/tricolore.png) no-repeat 0 bottom;
}
#contenuto {
	width:980px;
	margin:50px 0 20px;
}
#col_sx {
	width:123px;
	float:left;
	margin:0;
}
#col_cx {
	width:543px;
	float:left;
	margin:0;
	padding:0 40px;
}
#col_dx {
	width:234px;
	float:left;
	margin:0;
}
#footer {
	clear:both;
	width:980px;
	margin:0;
	padding-top:20px;
	text-align:center;
	border-top:1px solid #CCCCCC;
}
.ombra {
	width:980px;
	height:17px;
	clear:both;
	background: url(../img/ombra.png) no-repeat center 0;
}
.lingue {
	width:30px;
	position:absolute;
	right:0;
	top:25px;
}
.header_sx {
	width:470px;
	float:left;
	margin:30px 0 0 20px;
}
.header_dx {
	font-family:FELIXTI;
	width:490px;
	float:left;
}
.login {
	width:432px;
	height:38px;
	padding:13px 0 15px 60px;
	background:url(../img/sfondo_login.png) no-repeat right 0;
}
.login_recupera_dati {
	float:right;
	margin:10px 0 0;
	font-size:10px;
}
.box_icone1 {
	width:156px;
	height:40px;
	float:left;
	font-family:FELIXTI;
	color:#FFFFFF;
	text-align:center;
	padding:10px 0;
	background:url(../img/sfondo_icona1.jpg) no-repeat 0 0;
}
.banner {
	width:234px;
	height:60px;
	margin-top:20px;
	clear:both;
}
.box_gallery {
	width:72px;
	float:left;
	margin:18px 18px 0 0;	
	text-align:center;
}
.box_regioni_stampa, .box_dettagli_convenzioni {
	display:none	
}
.box_regioni_stampa_cont {
	padding:10px;
	background:#fff;	
}
.box1 {
	width:480px;
	float:left;
	margin:15px 0 0 10px;
}
.box2 {
	width:430px;
	float:left;
	margin:15px 0 0 10px;
}
.box3 {
	padding:5px 0px 10px 0px;
}
.img1 {
	width:112px;
	height:84px;
	float:left;
	padding:5px;
	margin:0 13px 13px 0;
	background:url(../img/sfondo_img.png) no-repeat 0 0;
}
.img2 {
	width:102px;
	height:74px;
	float:left;
}
/*===================================== INIZIO menu =====================================*/
#menu {
	font-family:FELIXTI;
	width:980px;
	height:49px;
	margin:0 auto;
	padding:0;
	font-size:14px;
	clear:both;
	background:url(../img/sfondo_menu.jpg) repeat-x 0 0;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu li {
	position: relative;
	float:left;
	list-style: none;
	padding:0;	
	margin: 0;
}
#menu li a {
	text-decoration:none;
	display:block;
	padding:16px 17px;
	color:#FFFFFF; 
}
#menu li a:hover {
	color:#000000;
	padding:16px 17px;
}	
#menu li.sel a {
	color:#000000;
	padding:16px 17px;
}
.linea {
	background:url(../img/linea.png) no-repeat right 0;
}
/*===================================== FINE menu =====================================*/
/*===================================== INIZIO LINK =====================================*/
.link_grigio a:link,.link_grigio a:visited {
	color: #454545;
	text-decoration: none;
}
.link_grigio a:hover {
	color: #454545;
	text-decoration: underline;
}
.link_grigio2 a:link,.link_grigio2 a:visited {
	color: #454545;
	text-decoration: underline;
}
.link_grigio2 a:hover {
	color: #454545;
	text-decoration: underline;
}
.link_bianco a:link,.link_bianco a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.link_bianco a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.link_marrone a:link,.link_marrone a:visited {
	color: #663300;
	text-decoration: none;
}
.link_marrone a:hover {
	color: #663300;
	text-decoration: underline;
}
.link_titolo2 a:link,.link_titolo2 a:visited {
	font-family:FELIXTI;
	font-size:22px;
	color:#663300;
	text-decoration: none;
}
.link_titolo2 a:hover {
	font-family:FELIXTI;
	font-size:22px;
	color:#663300;
	text-decoration: none;
}
.link_titolo3 a:link,.link_titolo3 a:visited {
	font-family:FELIXTI;
	font-size:16px;
	color:#454545;
	text-decoration: none;
}
.link_titolo3 a:hover {
	font-family:FELIXTI;
	font-size:16px;
	color:#454545;
	text-decoration: none;
}
.link_img_1 img {
	width:78px;
	height:60px;
	background:transparent url(../img/icona1.png) no-repeat 0px 0px;
}
.link_img_1:hover img, .link_img_1 img.sel {
	background:transparent url(../img/icona1_hover.png) no-repeat 0px 0px;
}
.link_img_2 img {
	width:78px;
	height:60px;
	background:transparent url(../img/icona2.png) no-repeat 0px 0px;
}
.link_img_2:hover img, .link_img_2 img.sel {
	background:transparent url(../img/icona2_hover.png) no-repeat 0px 0px;
}
.link_img_3 img {
	width:78px;
	height:60px;
	background:transparent url(../img/icona3.png) no-repeat 0px 0px;
}
.link_img_3:hover img, .link_img_3 img.sel {
	background:transparent url(../img/icona3_hover.png) no-repeat 0px 0px;
}
.link_img_4 img {
	width:78px;
	height:60px;
	background:transparent url(../img/icona4.png) no-repeat 0px 0px;
}
.link_img_4:hover img, .link_img_4 img.sel {
	background:transparent url(../img/icona4_hover.png) no-repeat 0px 0px;
}

.sx {float:left;}
.dis2 {margin-left:10px;}
.dis3 {margin-right:10px;}
.dx {float:right;}
.up {margin-top:20px;}
.up2 {margin-top:10px;}
.up3 {margin-top:30px;}
.up4 {margin-top:214px;}
.clear {clear:both;}
p {margin: 0 0 5px 0;}

.stile1 {font-size:22px;}
.stile2 {font-size:12px;}
.rosso {color:#E45D5F;}
.marrone {color:#663300;}
.titolo {font-family:FELIXTI; font-size:16px; color:#663300;}
.titolo2 {font-family:FELIXTI; font-size:22px; color:#663300;}
.titolo3 {font-family:FELIXTI; font-size:16px;}

.selected_pag {font-weight:bold;}

.rosso {color:#E45D5F;}
.sfondo1 {background-color:#F2E0C6;}

.login_nome {
	float:left;
	margin:7px 9px 0 0;
	}
.login_input {
	width:100px;
	height:25px;
	margin-right:9px;
	float:left;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:1px solid #999999;
	}
.login_submit {
	width:30px;
	height:29px;
	margin-right:5px;
	float:left;
	color:#FFFFFF;
	font-size:20px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:1px solid #FFFFFF;
	background-color:#8A6F52;
	cursor:pointer;
	}
.login_bandiere {
	width:30px;
	height:27px;
	margin-right:5px;
	float:left;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:1px solid #FFFFFF;
	}
	
.banner_fondo_pagina {
	width:980px;
	height:60px;
	padding:18px 0 0 0;
	clear:both;
}
.banner_fondo_pagina_img {
	float:left;
	margin-right:10px;
}
