function moverBoton(cal,onde){
	cal.style.backgroundPosition=onde+' left';
}
