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

.fotos {
	float:left;
	width:770px;
	height:1000px;
	background-color: #000;
	text-align:center;
	margin-left:100px;
}

.fotos img {
	padding:2px;
	margin:0px;
	border:0px;
	float:left;
}

