	$(document).ready(function(){
		//Botones   
		$("#wrapper-ruta-1").click(function(){
			window.location.href= 'ruta-1--desde-irun.php';
		});
		$("#wrapper-ruta-2").click(function(){
			window.location.href= 'ruta-2--desde-la-junquera.php';
		});
		$("#wrapper-entretenidos").click(function(){
			window.location.href= 'entretenidos-a-bordo.php';
		});
		$("#wrapper-secretos").click(function(){
			window.location.href= 'los-secretos-del-parque.php';
		});

});	

