function mapa(posicion) {
	document.getElementById("mapa").style.backgroundPosition = '0 ' + posicion;
}
