@charset "UTF-8";
/* CSS Document */

div.gallery{
	position:relative;
	margin-bottom:20px;
	
}


div.testo_foto {
width:670px;
height:53px;
font-size:14px;
text-align:center;
		color:#962e45;
padding-top:5px;
background-color:#d3d4d5;
}

div.foto_left {
width:40px;
height:40px;
position:absolute;
bottom:9px;
left:10px;

z-index:10;
}

div.foto_right {
width:40px;
height:40px;
position:absolute;
bottom:9px;
right:10px;

z-index:10;
}

span.copyright_gallery{
	width:670px;
	font-size:10px;
	text-align:center;
	display:block;
	margin-top:10px;
	color:#000;

	
}

div.titolo_gallery{
	margin-bottom:5px;
	width:670px;
	font-family: 'Economica', sans-serif;
	font-size:40px;
	color:#000;

	
}

div.testo_gallery{
	width:670px;
	font-size:18px;
	line-height:25px;
	
}

div.social_gallery{
	width:670px;
	text-align:right;
	height:36px;
	margin-top:10px;
	
}

div.photo{
	
	width:31px;
	height:27px;
	position:absolute;
	right:5px;
	top:5px;
	z-index:999;
	
}

div.numerazione_pag{
	margin-bottom:20px;
	
}