@charset "iso-8859-1";
/* CSS Document */

#divGalFotos{
	width:160px;
	height:150px
	float:left;
	top:0px;
	left:0px;
	overflow:hidden;	
	background-color: #FFF;
	text-align:center;
	}
	
#divGalFotos a img{
	width:160px;
	height:120px;
	margin:0px;
	top:0px;
	left:0px;
	border:0px none;}	

