@charset "UTF-8";

.btnGaleria{
	display:block;
	cursor:pointer;
	width:375px;
	height:233px;
	background:url(../imagenes/galeriaBancalito.jpg) no-repeat 0px 0px;
}
.btnGaleria:hover{
	display:block;
	width:375px;
	height:233px;
	cursor:pointer;
	background:url(../imagenes/galeriaBancalito.jpg) no-repeat 0px -233px;
}


