@charset "utf-8";
/* CSS Document 
.box_video{
	width:35%;
	float:left;
	position:relative;
}
.box_right{
	width:65%;
	float:left;
	position:relative;
}
.box_bottom{
	position:relative;
}*/
.box_chisiamo{
	width:100%;
	height:100%;
}
#intro{
	display:none;
	width:870px;
	height:435px;
	background:url(../img/sfondo_chi_siamo.png);
	/*width:55%;*/
	position:relative;
	float:left;
	left:6%;
	top:40px;
	/*background-color: rgb(228,212,193);  IE < 9 
	background-color:rgba(228,212,193,.9);*/
	z-index:1;
}

#testo_intro{
	color:#000;
	font-family:FontText;
	font-size:15px;
	line-height:120%;
	position:relative;
	float:left;
	text-align:justify;
	padding:20px;
}


#logo{
	position: relative;
	float:left;
	left:-140px;
	top: 20px;
	width:162px;
}


#video_intro{
	display:none;
	padding:10px;
	position:relative;
	float:left;
	top:20px;
	left:15px;
	height:260px;
	width:330px;
	z-index:500;
	background-color:rgb(0,0,0);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	vertical-align: middle;
}