.gallery{
width:900px;
background-color:#fff;
padding:30px;
font-size:20px;
font-family:'Gilda Display',serif;
text-align:justify;
overflow:auto;
}
.lista {
	list-style-type: none;
	margin-bottom: 0px; 
	margin-top: 0px;
}
.thumb {
	display:block;
	float:left;
	width:100px;
	height:100px;
	margin:5px;
	border:solid 1px #CF8323;
	/*box-shadow:0px 0px 3px #000;*/
}
