@CHARSET "UTF-8";
#introduzione{
	height: 600px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -15px;
	width: 696px;
	/*background-image:url(../img/07_25_bckg.jpg);*/
	padding-top: 5px;
	background-size: 100%;
}
#loghi{
	text-align:center;
	background-color:white;
	margin:10px auto;
}
#descrizione{
	font-size: 14px;
	color: black;
	font-weight: none;
	margin: 5px;
	text-align: justify;
	line-height: 24px;
}
#link{
	float:right;
	margin:5px 20px 5px 0px;
	text-align: center;
}
.arrow{
	border-color: transparent red transparent transparent;
	border-style:solid;
	border-width:10px;
	width:0;
	height:0;
	float: left;
	margin: 24px 0 0 -20px;
}
.btn_active{
	border: 3px red solid;
	border-radius:3px;
	width:195px;
}