@charset "utf-8";
body, p, a, td, li, form, h2{
	font-family: 'Open Sans', sans-serif;/*Arial, Helvetica, sans-serif;*/
	font-size: 80%;
	color: #74777A;
}
h1{
	font-family: 'Open Sans', sans-serif;/*Arial, Helvetica, sans-serif;*/
	font-size: 110%;
	font-weight: normal !important;
	color: #000;
}
a.standard{
	font-size: 120%;
	color: #444444;
	text-decoration: none;
}
a.standard:visited{
	color: #444444;
}
a.standard:hover{
	color: #F00;
	text-decoration: underline;
}
#div_banda_rossa{
		width: 100%;
		height: 20px;
		background-color: #BC422A;
}
/* HOME ############################################## */
#bg{
	position:fixed;
	/*right:0;
	bottom:0;*/
	width: 100%;
	height: 100%;
	z-index: -100;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#bandaTrasp {
	width: 100%;
	height: auto;
	background-color: #333333;
	background: rgba(51,51,51,0.3);
	padding-top: 5px;
	padding-bottom: 5px;
	/*margin-top: 20px;*/
}

#div_topNew{
	width: 33%;
	max-width: 450px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 5px 2px 5px;
	background-color: #FFF;
}

/* per gli schermi più stretti del logo + padding = 450 + 10 px */
@media (max-width: 459px),
(max-width: 459px) and (orientation: landscape),
(max-width: 459px) and (orientation: portrait)
{
	#div_topNew{
	width: 80%;
	}
}

#div_topNew img.logo{
	width: 100%;
}
#wrapperTestoHome {
	width: 55%;
	height: auto;
	background-color: #333333;
	background: rgba(51,51,51,0.5);
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	border-radius: 15px;
}
#wrapperTestoHome p{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	font-size: 180%;
	text-align: justify;
	line-height: 35px;
	color: #FFF;
}
#wrapperTestoHome p span.titolo{
	display:block;
	text-align:center;
	font-size:140%;
	padding-bottom:20px;
}
#wrapperTestoHome #div_btnEntra{
	clear: both;
	width: 200px;
	height:	auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}
#div_btnEntra img.btnEntra{
	width: 100%;
	opacity: 0.8;
}

@media (max-width: 1024px),
(max-width: 1024px) and (orientation: landscape),
(max-width: 1024px) and (orientation: portrait)
{
	#wrapperTestoHome {
		box-sizing: border-box;
		width: 95%;
		height: auto;
		background-color: #333333;
		background: rgba(51,51,51,0.5);
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
		padding: 20px;
		border-radius: 15px;
	}
	#wrapperTestoHome p{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		font-size: 120%;
		text-align: justify;
		line-height: 25px;
		color: #FFF;
	}
	#wrapperTestoHome p span.titolo{
		display:block;
		text-align:center;
		font-size:120%;
		padding-bottom:20px;
	}
}
@media (max-width: 320px),
(max-width: 320px) and (orientation: landscape),
(max-width: 320px) and (orientation: portrait)
{
	#wrapperTestoHome {
		box-sizing: border-box;
		width: 95%;
		height: auto;
		background-color: #333333;
		background: rgba(51,51,51,0.5);
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
		padding: 20px;
		border-radius: 15px;
	}
	#wrapperTestoHome p{
		width: 98%;
		margin-left: auto;
		margin-right: auto;
		font-size: 120%;
		text-align: justify;
		line-height: 25px;
		color: #FFF;
	}
	#wrapperTestoHome p span.titolo{
		display:block;
		text-align:center;
		font-size:120%;
		padding-bottom:20px;
	}
}
@media (max-width: 360px),
(max-width: 360px) and (orientation: landscape),
(max-width: 360px) and (orientation: portrait)
{
	#wrapperTestoHome #div_btnEntra{
	clear: both;
	width: 150px;
	height:	auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	}
	#div_btnEntra img.btnEntra{
	width: 100%;
	opacity: 0.8;
	}
}
/* TOP ############################################## */

#div_top{
	position: relative;
	width: 66%; /* =900/1366 */
	/*min-width: 600px;*/
	max-width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	/*border: 1px solid  #F00;*/
}
#div_top img.gifTrasp{
	width: 100%;
	height: auto;
}
#div_top img.logo{
	position: absolute;
	top: 2px;
	left: 50%;
	/*margin-left: -33%;
	width: 66%;*/
	margin-left: -25%;
	width: 50%;
	height: auto;
	z-index: 99;
}
@media (max-width: 639px),
(max-width: 639px) and (orientation: landscape),
(max-width: 639px) and (orientation: portrait)
{
	#div_top{
	position: relative;
	width: 100%;
	}
	#div_top img.logo{
	position: absolute;
	top: 2px;
	left: 0;
	margin-left: 0;
	width: 66%;
	height: auto;
	z-index: 99;
	}
}
#div_top #div_lingua_it{
	position: absolute;
	top: 20%;
	right: 0;
	width: auto;
	height: 12px;
	z-index: 99;
	text-align: right;
}
#div_top #div_lingua_en{
	position: absolute;
	top: 20%;
	margin-top: 16px;
	right: 0;
	width: auto;
	height: 12px;
	z-index: 99;
	text-align: right;
}
#div_top #div_lingua_it img,
#div_top #div_lingua_en img{
	position: absolute;
	right: 0;
	top: 0;
}
#div_lingua_it a,
#div_lingua_en a{
	display: block;
	position: absolute;
	right: 20px;
	top: -1px;
	color: #000;
	font-size: 80%;
	text-decoration: none;
}
#div_lingua_it a:visited,
#div_lingua_en a:visited{
	color: #000;
}
#div_lingua_it a:hover,
#div_lingua_en a:hover{
	color: #F00;
}
#div_slider_fissa{
	width: 100%;
	height: auto;
	/*border-top: 1px solid #BC422A;
	border-bottom: 1px solid #BC422A;*/
}
#div_slider_fissa img{
	width: 100%;
	border-top: 1px solid #BC422A;
	border-bottom: 1px solid #BC422A;
}
/* NAVIGAZIONE ###################################### */
#div_top #div_nav{
	position: absolute;
	top: 16px;
	right: 0;
	width: 50%;
	height: auto;
	z-index: 100;
}
#div_nav ul{
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
#div_nav ul li{
	position: relative;
	float: left;
	display: inline-block;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 25%;
	margin: 0;
	padding: 0;
	margin-top: 5px;
	border-left: 1px solid #CCC;
}
#div_nav ul li div.sottolinea{
	position: absolute;
	bottom: 0;
	left: 5%;
	width: 90%;
	height: 2px;
	background-color: #999;
	z-index: 10;
}
#div_nav ul li.last{
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#div_nav ul li a{
	display: block;
	/*line-height: 2.2em; non ha effetto su opera mini*/
	/*height: 2.2em;*/
	line-height: 30px;
	font-size: 140%;
	color: #6F6F6E;
	/*color: rgba(255, 255, 255, 0.7);*/
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	text-decoration: none;
	outline: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	border-radius: 14px;
}

@media screen and (max-width: 1024px)
{
	#div_nav ul li a{
	font-size: 120%;
	}
}

@media only screen and (orientation: portrait),
(max-width: 1023px)
{
	#div_nav ul li a{
	font-size: 100%;
	}
}

#div_nav ul li a:visited{
	color: #6F6F6E;
	text-decoration: none;
}
#div_nav ul li a:hover,
#div_nav ul li a:focus{
	color: #fff;
	background-color: rgba(120, 120, 120, 0.5);
}
/* NUOVA SEZIONE DOWNLOAD #############################################*/
div.titolo{
	position: relative;
	width: 810px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	font-size: 110%;
}
div.titolo a.back{
	position: absolute;
	left: 0;
	display: block;
	width: 80px;
	height: auto;
	color: #FFF;
	background-color: #F86C14;
	text-align: center;
	font-size: inherit;
	text-decoration: none;
}
@media (max-width: 809px),
(max-width: 809px) and (orientation: landscape),
(max-width: 809px) and (orientation: portrait)
{
	div.titolo{
	position: relative;
	width: 90%;
	height: 30px;
	font-size: 100%;
	}
	div.titolo a.back{
	position: absolute;
	left: 50%;
	margin-left: -40px;
	bottom: -25px;
	display: block;
	width: 80px;
	height: auto;
	color: #FFF;
	background-color: #F86C14;
	text-align: center;
	font-size: inherit;
	text-decoration: none;
	z-index: 99;
	}
}
div.titolo a.back:hover{
	color: #F00;
	background-color: #FF0;
}
#div_container_dload{
	width: 100%;
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #EBEBEB;
	/*border: 1px solid #000;*/
}
#div_container_dload div.wrapper{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 810px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-color: #fff;
	/*border: 1px solid #F00;*/

}
#div_container_dload div.wrapper div.blocco1{
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 270px;
	height: auto;
	padding: 10px;
	vertical-align: top;
	background-color: #FFF;
	overflow: hidden;
}
#div_container_dload div.wrapper div.blocco2{
	float: left;
	margin-left: 50px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 220px;
	height: 308px;
	padding: 10px;
	background-color: #FFF;
	vertical-align: top;
	overflow: hidden;
}
div.blocco2 img.copertina{
	width: 100%;
	height: auto;
	/*-moz-border-radius: 13px 13px 13px 13px;
	-webkit-border-radius: 13px 13px 13px 13px;
	border-radius:13px 13px 13px 13px; */
	-moz-box-shadow: 2px 2px 6px #AAAAAA;
	-webkitbox-shadow: 2px 2px 6px #AAAAAA;
	box-shadow:2px 2px 6px #AAAAAA;
}
#div_container_dload div.wrapper div.blocco3{
	position: relative;
	float: right;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 220px;
	height: 308px;
	padding: 10px;
	vertical-align: top;
	background-color: #FFF;
	overflow: hidden;
}
@media (max-width: 809px),
(max-width: 809px) and (orientation: landscape),
(max-width: 809px) and (orientation: portrait)
{
	#div_container_dload div.wrapper{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	overflow: hidden;
	}
	#div_container_dload div.wrapper div.blocco1{
	float: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	}
	#div_container_dload div.wrapper div.blocco2{
	float: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	}
	#div_container_dload div.wrapper div.blocco3{
	position: relative;
	float: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	}
}
div.blocco3 span.titolo1{
	font-size: 110%;
	font-weight: bold;
	color: #05628B;
}
div.blocco3 p.blocco3{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background-color: #D5E5F2;
	color: #000;
	padding: 10px 5px 10px 5px;
	margin-top: 10px;
	-moz-border-radius: 13px 13px 13px 13px;
	-webkit-border-radius: 13px 13px 13px 13px;
	border-radius:13px 13px 13px 13px;
	-moz-box-shadow: 2px 2px 6px #AAAAAA;
	-webkitbox-shadow: 2px 2px 6px #AAAAAA;
	box-shadow:2px 2px 6px #AAAAAA;
	font-size:100%;
	text-align: left;
}
p.blocco3 span.titolo2{
	font-size:110%;
	color: #000;
}
div.blocco3 a.scarica{
	position: absolute;
	display: block;
	width: 110px;
	height: auto;
	padding: 5px;
	left: 110px;
	margin-left: -55px;
	bottom: 20px;
	color: #FFF;
	background-color: #F86C14;
	text-align: center;
	font-size: 120%;

}
div.blocco3 a.scarica:hover{
	color: #F00;
	background-color: #FF0;
}
/* FINE NUOVA SEZIONE DOWNLOAD ########################################*/

/* CONTAINER - div_wrapper640 - div_wrapper260 ####################### */
/* #div_wrapper640(320 x 2 = 640) + 260 + 260 + 20 + 20 = 1200 px*/
#div_container{
	width: 100%;
	max-width: 1200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	/*border: 1px solid #000;*/
}
/*|#div_wrapper260 viene accostato a destra di #div_wrapper640|*/
#div_container #div_wrapper260{
	position: relative;
	float: right;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 260px;
	height: auto;
	/*overflow: hidden;*/
}
/*|#div_wrapper260SX viene accostato a sisnistra di #div_wrapper640|*/
#div_container #div_wrapper260SX{
	position: relative;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 260px;
	height: auto;
	/*overflow: hidden;*/
}
#div_container #div_wrapper640{
	position: relative;
	float: left;
	margin-left:20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 640px;
	height: auto;
	font-size: 120%;
	line-height: normal;
	/*border-bottom: 1px solid #F00;*/
}
/*|#div_wrapper640DX è utilizzato nella nella pag. di registrazione|*/
#div_container #div_wrapper640DX{
	position: relative;
	float: right;
	right: 50%;
	margin-right:-320px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 640px;
	height: auto;
	font-size: 120%;
	line-height: normal;
	/*border-bottom: 1px solid #F00;*/
}
div.topSpacer{
	width: 100%;
	height: 20px;
}
@media (min-width: 1601px),
(min-width: 1601px) and (orientation: landscape),
(min-width: 1601px) and (orientation: portrait)
{
	#div_container{
	width: 100%;
	max-width: 1600px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	/*border: 1px solid #000;*/
	}
	#div_container #div_wrapper640{
	margin-left: 220px;
	}
}
/* 260*2= 520 | 520+484= 1004 | 1004+20= 1024 */
@media (max-width: 1024px),
(max-width: 1024px) and (orientation: landscape),
(max-width: 1024px) and (orientation: portrait)
{
	#div_container #div_wrapper640{
	width: 484px;
	margin-left: 10px;
	}
	#div_container #div_wrapper640DX{
	width: 484px;
	}
}
/* sotto 1024 i blocchi SX centrale e DX sono allineati in verticale */
@media (max-width: 1023px),
(max-width: 1023px) and (orientation: landscape),
(max-width: 1023px) and (orientation: portrait)
{
	#div_container{
		width: 100%;
	}
	#div_container #div_wrapper260{
		float: none;
		clear: both;
		margin-left: auto;
		margin-right: auto;
	}
	#div_container #div_wrapper260SX{
		float: none;
		clear: both;
		margin-left: auto;
		margin-right: auto;
	}
	#div_container #div_wrapper640{
		float: none;
		clear: both;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	#div_container #div_wrapper640DX{
		float: none;
		clear: both;
		width: 80%;
		right: auto;
		left: auto;
		margin-left: auto;
		margin-right: auto;
	}
	div.topSpacer{
	height: 20px;
	}
}
#div_wrapper640 div.headerCentrale,
#div_wrapper640DX div.headerCentrale{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
/*	width: 80%; */
	width: 100%;
/*	min-width: 250px; */
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
/*	margin-left:auto;
	margin-right:auto; */
	background-color: #EBEBEB;
	border-bottom:1px solid #787878;
	border-top:1px solid #787878;
}
div.headerCentrale h1.titolo{
	margin: 0;
	padding: 0;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 120%;
	color: #000;
}
div.navigaWebinars{
	height: 50px;
}
div.navigaWebinars div.boxPrev{
	position: relative;
	float: right;
	width:49%;
	height: 100%;
	border-left: 1px solid #000;
	color:#00F;
	text-align:center;
	font-size:80%;
}
div.navigaWebinars div.boxNext{
	position: relative;
	float: left;
	width:49%;
	height: 100%;
	border-right: 1px solid #000;
	color:#00F;
	text-align:center;
	font-size:80%;
}
div.boxPrev div.goPrev{
	position: absolute;
	right: -8px;
	bottom: -5px;
	width: 30px;
}
div.boxNext div.goNext{
	position: absolute;
	left: -8px;
	bottom: -5px;
	width: 30px;
}
@media (max-width: 1023px),
(max-width: 1023px) and (orientation: landscape),
(max-width: 1023px) and (orientation: portrait)
{
	div.boxPrev div.goPrev{
	position: absolute;
	right: -30px;
	bottom: -10px;
	width: 30px;
	}
	div.boxNext div.goNext{
	position: absolute;
	left: -30px;
	bottom: -10px;
	width: 30px;
	}
}
div.sottoTitolo{
	position: relative;
	display:block;
	width:70%;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	color:#00F;
	text-align:center;
	font-size:110%;
	/*border-bottom:1px solid #787878;*/
}
/*
div.sottoTitolo div.goPrev{
	position: absolute;
	right: -40px;
	bottom: -5px;
	width: 30px;
}
div.sottoTitolo div.goNext{
	position: absolute;
	left: -40px;
	bottom: -5px;
	width: 30px;
}
*/
div.sottoTitolo a.back{
	position: absolute;
	left: -10px;
	bottom: -1px;
	display: block;
	width: 80px;
	height: auto;
	color: #FFF;
	background-color: #F86C14;
	text-align: center;
	font-size: 80%;
	text-decoration: none;
}
div.sottoTitolo a.back:hover{
	color: #F00;
	background-color: #FF0;
}
@media (max-width: 639px),
(max-width: 639px) and (orientation: landscape),
(max-width: 639px) and (orientation: portrait)
{
	div.sottoTitolo a.back{
	left: -70px;
	}
}
/* ---- blocco per webinars ----
div.wrapperYouTube {
	position: relative;
	width: 100%;
	height: 360px;
	margin-top: 20px;
}
div.wrapperYouTube div.transparent{
	position: absolute;
	top: 0;
	lef: 0;
	width: 100%;
	height: auto;
}*/
/* CONTENUTO CENTRALE: da 640px diventa circa 620px
   quando interviene lo scrolling  Javascript    */
#div_wrapper640 #contenuto_centrale{
	position: absolute;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: justify;
	font-size: inherit;
	line-height: inherit;
	/*border-bottom: 1px solid #F00;*/
}

div.spacer{
	clear: both;
	height: 30px;
}

/*-- S.G.CONS. HOME + ISCRIZIONE -------------*/
p.txt_giustificato{
	font-size: inherit;
	text-align: justify;
	line-height: 25px;
}
p.utente{
	font-size: inherit;
	color: #000;
	text-align: center;
	margin-top: 10px;
}
p.utente span.utente{
	color: #F00;
}
p.utente a{
	font-size: 80%;
	color: #74777A;
	text-decoration: none;
}
p.utente a:visited{
	color: #74777A;
}
p.utente a:hover{
	color: #F00;
}
#div_wrapper640 div.wrapperStaffSX,
#div_wrapper640 div.wrapperStaffDX1,
#div_wrapper640 div.wrapperStaffDX2{
	float: left;
}
#div_wrapper640 div.wrapperStaffSX,
#div_wrapper640 div.wrapperStaffDX1
{
	width: 170px;
}
#div_wrapper640 div.wrapperStaffDX2{
	width: 264px;
}
#div_wrapper640 div.wrapperStaffDX1,
#div_wrapper640 div.wrapperStaffDX2
{
	margin-left: 18px;
}
@media (max-width: 1024px),
(max-width: 1024px) and (orientation: landscape),
(max-width: 1024px) and (orientation: portrait)
{
	#div_wrapper640 div.wrapperStaffSX{
	float: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	}
	#div_wrapper640 div.wrapperStaffDX1,
	#div_wrapper640 div.wrapperStaffDX2{
	margin: 0;
	float: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	}
}
img.foto_staff{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 76px;
	height: auto;
	border: 1px solid #74777A;
}
td.staff{
	color: #525252;
	text-align: left;
}
td.staff p.qualifica{
	color: #000;
	font-size: 85%;
	line-height: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	max-width: 76px;
	overflow: hidden;
}
td.staff a{
	display: block;
	color: #000;
    background-color: #ebebeb;
    font-size: inherit;
    text-decoration: none;
	text-align: center;
}
td.staff a:visited{
	color: #000;
}
td.staff a:hover{
	background-color: #fff;
    color: #f00;
}
/*------ matrice consulenze ------*/
div.tblSX,
div.tblDX{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 25%;
	/*width: 147px;*/
	height: 40px;
}
div.tblSX{
	border-left: 1px solid #BC3925;
	border-right: none;
}
div.tblDX{
	border-right: 1px solid #BC3925;
	border-left: none;
}
div.tblCentrale{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	/*width: 296px;*/
	height: 40px;
	border-left: 1px solid #BC3925;
	border-right: 1px solid #BC3925;
}
div.tblSX,
div.tblCentrale{
	float: left;
}
/*
div.tblCentrale{
	margin-left: 25px;
}
*/
div.tblDX{
	float: right;
}
@media (max-width: 1024px),
(max-width: 1024px) and (orientation: landscape),
(max-width: 1024px) and (orientation: portrait)
{
	div.tblSX,
	div.tblDX,
	div.tblCentrale{
	float: none;
	clear: both;
	/*width: 296px;*/
	width: 100%;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #BC3925;
	border-right: 1px solid #BC3925;
	}
	div.tblCentrale{
	margin-top: 25px;
	margin-bottom: 25px;
	}
}
table.items_consulenza{
	width: 100%;
}
table.items_consulenza td{
	font-size: 90%;
	color: #BC3925;
	text-align: center;
	padding: 2px;
	height: 40px;
}
table.items_consulenza td.SX,
table.items_consulenza td.DX{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
}
table.items_consulenza td.DX{
	border-left: 1px solid #BC3925;
}
/*------ form ------*/
form.standard{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	/*margin-top: 10px;*/
	text-align: center;
	font-family: inherit;
	font-size: 90%;
}
form.standard input,
form.standard select,
form.standard textarea{
	border: 1px solid #787878;
	text-align: left;
	font-size: 80%;
	color: #333;
}
form.standard textarea.consulenza{
	width: 570px;
	height:180px;
	font-size:100%;
	text-align:left;
}
@media (max-width: 1024px),
(max-width: 1024px) and (orientation: landscape),
(max-width: 1024px) and (orientation: portrait)
{
	form.standard textarea.consulenza{
	width: 435px;
	}
}
@media (max-width: 639px),
(max-width: 639px) and (orientation: landscape),
(max-width: 639px) and (orientation: portrait)
{
	form.standard textarea.consulenza{
	width: 250px;
	}
}
form.standard input[type="text"],
form.standard select{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 180px;
	padding-left: 5px;
}
form.standard div.campoSX{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	min-width: 250px;
	margin-top: 20px;
	float: left;
	/*border: 1px solid #F00;*/
}
form.standard div.campoDX{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	min-width: 250px;
	margin-top: 20px;
	float: right;
	/*border: 1px solid #F00;*/
}
@media (max-width: 1024px),
(max-width: 1024px) and (orientation: landscape),
(max-width: 1024px) and (orientation: portrait)
{
	form.standard div.campoSX{
	float: none;
	width: 100%;
	}
form.standard div.campoDX{
	float: none;
	width: 100%;
	}
}
form.standard a,
form.standard a:visited{
	font-size: inherit;
	color: #F00;
	text-decoration: underline;
}
form.standard a:hover{
	color: #000;
	text-decoration: none;
}
form.standard td{
	font-size: inherit;
	padding-right: 2px;
}

/*-- S.G.CONS. DOWNLOAD -------------*/
/*#contenuto_centrale*/
table.download{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 81%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 639px),
(max-width: 639px) and (orientation: landscape),
(max-width: 639px) and (orientation: portrait)
{
	table.download{
	width: 100%;
	}
}
table.download td.sx{
	width: 45%;
	text-align: left;
}
table.download td.dx{
	width: 45%;
	text-align: right;
}
table.download td.attiSx{
	width: 45%;
}
table.download td.attiDx{
	width: 45%;
	text-align: center;
	color: #00F;
}
table.download td.sx img,
table.download td.dx img
{
	width: 100%;
}
table.download td.attiSx img,
table.download td.attiDx img
{
	width: 100%;
	border: 1px solid #787878;
}
#contenuto_centrale div.slideItem{
	clear: both;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 81%;
	height: auto;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
#contenuto_centrale div.slideItem div.slideSX{
	float: left;
}
#contenuto_centrale div.slideItem div.slideDX{
	float: right;
}
#contenuto_centrale div.slideItem div.slideSX img,
#contenuto_centrale div.slideItem div.slideDX img{
	width: 220px;
	padding: 3px;
	vertical-align: middle;
	border: 1px solid #F00;
}
a.scarica-atti{
	display: block;
	clear:both;
	width: 110px;
	height: auto;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	color: #FFF;
	background-color: #F86C14;
	text-align: center;
	font-size: 120%;
	text-decoration: none;
}
a.scarica-atti:hover{
	color: #F00;
	background-color: #FF0;
}
/*-- SEZ. DOWNLOAD COLONNA DX -------------*/

div.BoxArrotondato{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	-moz-border-radius: 13px 13px 13px 13px;
    -webkit-border-radius: 13px 13px 13px 13px;
    border-radius: 13px 13px 13px 13px;
	border:1px solid #999;
	/*margin-top:25px*/
}
div.BoxArrotondato table.tblInterna{
	width:98%;

}
table.tblInterna td{
	color: #000;
	font-size: 120%;
	padding: 0;
	/*padding-top: 5px;
	padding-bottom: 5px;*/
}
table.tblInterna td a,
table.tblInterna td a:visited
{
	color: #000;
	font-size: inherit;
	text-decoration: none;
}
table.tblInterna td a:hover
{
	color: #F00;
	font-size: inherit;
	text-decoration: underline;
}
table.tblInterna td a.pulsante{
	display: block;
	clear:both;
	width: 110px;
	height: auto;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	color: #FFF;
	background-color: #F86C14;
	text-align: center;
	font-size: 120%;
	text-decoration: none;
}
table.tblInterna td a.pulsante:hover{
	color: #F00;
	background-color: #FF0;
}
/* INFO colonna DX ################################## */
#div_utente{
	padding:5px;
	margin-top: 10px;
	margin-bottom: 20px;
	border: 1px solid #F00;
	font-family: inherit;
	font-size: 120%;
	color: #000;
	text-align: center;
}
form.login{
	border: 1px solid #F00;
	font-family: inherit;
	font-size: 100%;
	color: #000;
	margin-top: 10px;
	margin-bottom: 20px;
}
form.login td{
	font-size: inherit;
}

form.login input[type="text"],
form.login input[type="password"]{
	width: 170px;
	border: 1px solid #787878;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	text-align: left;
	color: #333;
}
form.login a{
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ebebeb;
	color: #000;
	font-size: inherit;
	text-decoration: none;
	border: 1px solid #f00;
}
form.login a:visited{
    color: #000;
}
form.login a:hover{
    color: #f00;
	background-color: #fff;
}
/*-----*/
div.wrapperMenu{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	border-left: 1px solid #F00;
	border-right: 1px solid #F00;
}
div.wrapperMenu div.item{
	/*-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 260px;*/
	width: 94%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	/*border-top: 1px solid #F00;*/
	/*border-bottom: 1px solid #F00;*/
}
div.item span{
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*width: 15px;*/
	width: 10%;
	height: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #F00;
	font-weight: bold;
}
div.item h2.item{
	display: inline-block;
	margin:0;
	padding:0;
	width:90%;
	font-size: 130%;
	text-align: left;
}
div.item h2.item a{
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*width: 245px;*/
	width: 100%;
	font-family: inherit;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	background-color: #EBEBEB;
	border-bottom: 1px solid #FFF;
}
div.item h2.item a.selected{
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*width: 245px;*/
	width: 100%;
	font-family: inherit;
	font-weight: normal;
	color: #F00;
	border-bottom: 1px solid #F00;
}
div.item h2.item a:visited{
	color: #000;
}
div.item h2.item a:hover{
	color: #F00;
	background-color: #FFF;
	border-bottom: 1px solid #F00;
}
/* FOOTER ########################################### */
#div_footer{
	clear: both;
	width: 100%;
	padding-bottom: 10px;
	background-color: #787878;
	font-size: 100%;
	line-height:180%;
	text-align: center;
	color: #FFF;
}
#div_footer span.privacy{
	font-size: inherit;
	color: #000;
}
span.privacy a{
	font-size: inherit;
	color: #000;
	text-decoration: underline;
}
span.privacy a:visited{
	color: #000;
}
span.privacy a:hover{
	color: #FFF;
	text-decoration: none;
}
#div_footer td.footer{
	font-size: 100%;
	color: #FFF;
}
/*------------------- privacy -------------------*/
p.privacy{
	width: auto;
	height: auto;
	margin: 10px;
	padding: 10px;
	background-color: #EFEFEF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	text-align: justify;
}
p.privacy a{
	font-size: 120%;
	color: #F00;
	text-decoration: none;
}
p.privacy a:visited{
	color: #F00;
}
p.privacy a:hover{
	color: #00F;
	text-decoration: underline;
}
div.txt_PrPolicy{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 110%;
	line-height: 30px;
	/*border: 1px solid  #F00;*/
}
div.txt_PrPolicy span.titolo{
	font-size: 120%;
	display: block;
	text-align: center;
	color: #000;
}
div.txt_PrPolicy a,
div.txt_PrPolicy a:visited{
	font-size: inherit;
	color: #ff0000;
	text-decoration: underline;
}
div.txt_PrPolicy a:hover{
	color: 000;
	text-decoration: none;
}
/* INFO STAFF ########################################### */
div.txt_info{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*width: 380px;*/
	width: auto;
	height: auto;
	/*margin-left: auto;
	margin-right: auto;*/
	padding: 20px;
	text-align: left;
	font-size: 110%;
	line-height: 30px;
	/*border: 1px solid  #F00;*/
}
div.txt_info span.titolo{
	font-size: 120%;
	display: block;
	text-align: center;
	color: #000;
}
div.txt_info span{
	color: #000;
}
div.txt_info ul{
	margin: 0;
	padding: 0;
}
div.txt_info li{
	font-size: 100%;
	line-height: normal;
}
