
.fotos li {
	display:inline;
	float:left;
	width:100px;
	background-color:#f5f7f9;
	padding:3px;
	margin:3px;
	text-align: center;
	border-right: #a5a7aa solid 1px;
	border-bottom: #a5a7aa solid 1px;
	list-style-image: none;
}

.contenedorfoto {
   float:left;
   width:100px;
   height:130px;
   margin: 8px;
   padding:5px;
   background-color:#f5f7f9;
   border-right: #a5a7aa solid 1px;
   border-bottom: #a5a7aa solid 1px;
   text-align:center;
} 