/* CSS Document */


body {
	/*background-color: #ffffff;*/
	background-image:url(../tpl-img/fondo.jpg);
	margin:0px;
	overflow: hidden;
}



.container {	
	width: 100%;
	height:100%;
	margin:0px auto;
	overflow:hidden;
	text-align:center;
}

.colonna-sx {
	background-image: url(../tpl-img/madder-sx.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	width:30%;
	text-align:left;
	vertical-align:middle;
	min-height:900px;
	height:100%;
	float:left;
}

.colonna-sx img{
	margin-top:97%;
	margin-left:12%;
}

.colonna-cx {
	/*background-image:url(../tpl-img/fondo_centro.jpg);
	background-repeat: repeat;
	background-position: center center;*/
	width:40%;
	text-align:center;
	vertical-align:middle;
	min-height:900px;
	height:100%;
	float:left;
	padding-top:8%;
}

.cornice {
	margin:0px auto;
	width:350px;
	height:auto;
	margin-top:18%;
	text-align:center;
}

.cornice img{
	/*width:185px;
	height:238px;
	margin-top:55px;*/
}


.colonna-dx {
	background-image:url(../tpl-img/blog-dx.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width:30%;
	text-align:right;
	vertical-align:middle;
	min-height:900px;
	height:100%;
	float:left;
}

.colonna-dx img{
	margin-top:100%;
		margin-right:10%;

}

a img {
	border:none;
}


.clear  {
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	margin: 0px;
	padding:0px;
	clear: both;
	border: 0px;
}




