function cancelar(direccion)
	{
		var dir =direccion;
		window.location.href = dir;
	}


