#center{
	padding-left:100px;
	margin-right:-13.5%;
}
#right{
	padding-top:5%;
	padding-right:20px;	
	text-align:justify;
}
.bloc:hover span{
	background-image:linear-gradient(to left, #fff, #888);
}
.titolo{
	padding:1px 5px;
	font-weight:bold;
	clear:left;
	font-size:0.9em;
}
.elemento{
	float:left;
	width:80px;
	height:140px;
	margin-top:5px;
	margin-bottom: 15px;
	margin-left:5px;
	margin-right: 0px;
	text-align: center;
	overflow:hidden;
	border-radius:10px;
}
.foto{
	border-radius:10px;
	width:95%;
	transition: width 0.3s, margin 0.3s;
}
.label{
	font-size: 0.8em;
}

.foto:hover{
	margin-left:-25%;
	width:145%;
}
iframe{
	border:0;
	width:100%;
	height:350px;
	border-radius:10px;
}
.div_iframe{
	opacity:0.6;
	border-radius:10px;
	overflow:hidden;
	transition: opacity 0.3s;
}
.div_iframe:hover{
	opacity:1;
}
#right{
	padding-top:5%;
	padding-right:20px;	
	text-align:left;
	line-height:30px;
}
a{
	color:#ccc;
	transition:font 0.25s, color 0.5s;
}
a:hover{
	font-weight:bold;
}