/* Copyright NETTuno '09 */

#blocco_sx{
	position: relative;
	float: left;
	margin: 20px 0;
	height: 320px;
	width: 48%;
	background: #1060ae url(../images/ombrasx.png) repeat-x left top;
}
#blocco_sx_ct{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 320px;
	background: url(../images/sx.png) no-repeat right top;
}
* html #blocco_sx_ct{
	right: -1px;	
} 
#blocco_dx{
	position: relative;
	float: right;
	margin: 20px 0;
	height: 320px;
	width: 48%;
	background: url(../images/ombradx.png) repeat-x right top;
	background-color: #1060ae;
}
#blocco_dx_ct{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 320px;
	background: url(../images/dx.png) no-repeat left top;
}

#testo{
	position: absolute;
	top: 50px;
	left: 40px;
}
#testo p{
	font-size: 14px;
	color: #fff;
	margin: 10px 0;
}
#stretta{
	position: absolute;
	top: 50%;
	margin-top: -140px;
	right: 12px;
}

a.mailto{
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
a.mailto:hover{
	font-size: 14px;
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

