#Galleria {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 800px;
}
#FotoGallery
{
	text-align: center;
	font-size: 11px;
	font-family: verdana;
	width: auto;
		
	
}
#FotoGallery ul
{
   clear: left;
   margin: 0px 0px 0px 0px;
}
#FotoGallery li
{
   float: left;
   list-style-type: none;
   background: #EEEEEE;
   width: 100px;
   height: 100px;
   padding: 5px 5px 5px 5px;
   margin: 1px 1px 1px 1px;
   border: solid 1px #EEEEEE;
}

.Clear {
	clear: both;
	height: 1px;
	font-size: 0px;
}

#FotoGrande {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 650px;
	text-align: center;
	background: #EEEEEE;
}
#FotoGrande .TitoloFoto{
	font-size: 140%;
	font-weight: bold;
	color: #8CB2C4;
}
#FotoGrande IMG{
	padding: 5px 5px 5px 5px;
   	margin: 1px 1px 1px 1px;
}
#FotoGrande P{
	text-align: left;
	padding: 5px 10px 5px 10px;
   	margin: 1px 1px 1px 1px;
	color: #2F2F2F;
	text-align: justify;
	font-size: 13px;
	line-height: 22px;
}

