html,body{
	margin: 0 ;
	padding: 0;
	background-color:white;
	/*font-size:0.88em;*/
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size:88%;
}

h2 
{
	font-size:1.6em;
	font-weight:normal;
	text-align:left;
}
	
p {
  	text-align: justify;	
}
	
.linkArea
{
	float:right;
	width:90px;
    color:black;
    font-weight:700;
    text-decoration:none;
    padding-top:12px;
    padding-bottom:10px;
	margin-right:20px;
	/*margin-top: -50px; */
	margin-top: -20px; /* 11/03/2019 Luca */
	background-image: url(../img/bkngbtnHome.png);
    background-position: center center;
    background-repeat:no-repeat;
    text-align: center;
}

.none { display:none; }
.block{ display:block; }

.left{ float:left; }

.clearboth
{
    clear: both;
}

/*indexhome */
.divIndexHome, .divHomeLeft, .divHomeRight, .divHomeServiziUtili, .divHomeLeft2, .divHomeRight2  
{
	/*height: 210px;*/
	padding-bottom: 10px;
}
.divIndexHome {
	width:1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top:4px;
	clear:both;
}	
.divHomeLeft, .divHomeRight, .divHomeServiziUtili, .divHomeLeft2, .divHomeRight2 {
	/*width:500px;*/
	width: 333px;
	float:left;
}
.divHomeLeft2, .divHomeRight2 {
	width:500px;
}

.divHomeLeft, .divHomeLeft2 { /*blu*/	
	background-color: #8FBCE4;
}
.divHomeRight, .divHomeRight2 { /*verde*/
	background-color: #BDD67C;
}
.divHomeServiziUtili { /*arancione*/
	background-color: #FFB973;
}

.divHomeInner,
.divHomeInnerServiziUtili,
.divHomeInner2
{
	/*width:370px;*/
	width:203px;
	margin: 10px;
	float:left;
	font-size: 1.03em;
	
	height: 11.5em;
}

.divHomeInner2
{
	width:370px;
}
.imgbig_margin 
{
	display:block;
	margin: 40px 0px 30px 15px;
}

/* container Home */
.divBodyContainer {
	width:1000px;
	/*height: 477px;*/
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 15px;
}

.contentLeft, .contentRight, .contentServiziUtili, .contentLeft2, .contentRight2 {
	/*width:48%;*/
	width:32%;
	margin:5px;
	display:block;
	margin-top: 20px;
	font-size: 1.03em;
}
.contentLeft, .contentRight, .contentLeft2, .contentRight2{
	float:left;
}

.contentServiziUtili{
	float:right;
}
.contentLeft2, .contentRight2 {
	width:48%;
}

.titleLeft, .titleRight, .titleServiziUtili {
	text-align:left;
	font-weight: normal;
	font-size:1.47em;
}
.titleLeft { /*blu*/
	/*color:#307BC0;*/
	color: #0359A8;
}
.titleRight { /*verde*/
	/*color:#7A921F;*/
	color: #739003;
}
.titleServiziUtili { /*arancione*/
	/*color: #ff8205;*/
	color: #c44202;
}

.divCentralBanner{
	width:836px;
	margin: 0px auto;
	display:block;
}

.textmargin, .textmargintop 
{
	/*text-align: justify; 
	text-justify: newspaper;*/
	margin-top:6px;
}

.textmargintop
{
	height: 7em;
}
