	//Los ID son la misma cantidad que Actividades, cada Id representa una Actividad
	var id = new Array("0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18");
	// Aqui Agregar los Labels para las Listas para las Actividades
	var actividades = new Array("Tour to the base of the Volcano","Tour of the Surroundings (Caburga, Mariman, Pucon)","Trekking Huerquehue National Park","Trekking El Cañi Park","Huife Hotsprings","Menetue Hotsprings","Geométricas Hotsprings","Cuevas volcánicas","Tour to the boarder of Chile – Arg","Bird Watching ","Patagonia express","Tours on the lake by Speed Boat","Kayak","Climb Villarica Volcano*","Rafting Alto*","Rafting Bajo*","Canopy*","Horseback Riding*","Fishing*");
	//Aqui Agregar los minutos en el orden correspondiente para las actividades
	var minutos = new Array(120,240,360,300,300,300,360,150,360,300,2880,60,0,480,240,240,180,270,300);
	//Desde Aqui estan los precios por ID, ordinados desde Precio por 1 persona hasta 6, si se agrega una nueva actividad agreagar un nuevo array con id+numero seguido de los precios ejem: var id1 = new Array("0","precio1","p2","p3","p4","p5","p6");
	var id1 = new Array(0,54,54,73,73,82,82);
var id2 = new Array(0,72,72,82,82,91,91);
var id3 = new Array(0,82,82,91,91,100,100);
var id4 = new Array(0,54,54,82,82,91,91);
var id5 = new Array(0,82,82,91,91,100,100);
var id6 = new Array(0,82,82,91,91,100,100);
var id7 = new Array(0,136,136,154,154,163,163);
var id8 = new Array(0,54,54,73,73,91,91);
var id9 = new Array(0,127,127,145,145,163,163);
var id10 = new Array(0,100,100,149,149,181,181);
var id11 = new Array(0,333,666,999,0,0,0);
var id12 = new Array(0,145,145,181,181,0,0);
var id13 = new Array(0,10,20,0,0,0,0);
var id14 = new Array(0,83,166,249,332,415,498);
var id15 = new Array(0,43,86,129,172,215,258);
var id16 = new Array(0,26,52,78,104,130,156);
var id17 = new Array(0,31,62,93,124,155,186);
var id18 = new Array(0,43,86,129,172,215,258);
var id19 = new Array(0,121,121,155,155,172,172);

var SelectPersonas ="you must choose the amount of people";
var InsertarMail="the e-mail blank is mandatory";
var InsertarNombre="the Name blank is mandatory";
var InsertarApellido="the Last name blank is mandatory";







