/* CSS Document */

.verFotos {
	display: block;
	font-size:0px;
	width:248px;
	height:43px;
	margin-top:10px;
	background: url("../img/verfotos.png") no-repeat;
}

.contGaleria {
	margin-left:240px;
}

.verFotos:hover {
	background: url("../img/verfotosh.png") no-repeat;
}

.imgGaleria {
	float:left;
	margin-bottom:10px;
}
hr{
	clear:left;
}