<?xml version="1.0" encoding="UTF-8"?>
<krpano version="1.19-pr16"
        onstart="startup"
        logkey="false"
        bgcolor="#ffffff"
        projectfloorplanurl=""
        projecttitleid="project_title"
        projectdescriptionid="">


  <security cors="">
    <!--
    <crossdomainxml url="http://RESSOURCES_URL/crossdomain.xml" />
    -->
    <allowdomain domain="*" />
  </security>

  <krpano tour_firststartactiondone="false" />
  <events name="startbehavioursevents" onxmlcomplete="startbehavioursxmlcompleteaction();" keep="true"/>

  <!-- generated by Panotour Pro V2.5.14 64bits : 12-07-2023 15-05-59 -->
  <!-- Plugins and Spot Styles -->
  <include url="%FIRSTXML%/tour_skin.xml"/>
  <!-- Core actions -->
  <include url="%FIRSTXML%/tour_core.xml"/>
  <!-- Tour Messages -->
  <include url="%FIRSTXML%/tour_messages_es.xml"/>

  <action name="startup">

    if (s !== null, if (startscene === null OR startscene === "undefined", set(startscene, get(s));); );
    if (startscene === null OR startscene === "undefined",
      set(startscene, pano10);
    );
    if(startlanguage !== null AND startlanguage !== "undefined",
      set(tour_language, get(startlanguage));
    );
    if(starttime !== null AND starttime !== "undefined" AND starttime GT 0,
      set(videoscenestarttime, get(starttime));
    ,
      set(videoscenestarttime, 0);
    );
    mainloadsceneStartup(get(startscene));
    if (h !== null,
      if (v !== null,
        if (f !== null,
          lookat(get(h), get(v), get(f));
         ,
          lookat(get(h), get(v));
        );
      ,
        if (f !== null,
          lookat(get(h), get(view.vlookat), get(f));
         ,
          lookat(get(h), get(view.vlookat));
        );
      );
    ,
      if (v !== null,
        if (f !== null,
          lookat(get(view.hlookat), get(v), get(f));
         ,
          lookat(get(view.hlookat), get(v));
        );
      ,
        if (f !== null,
          lookat(get(view.hlookat), get(view.vlookat), get(f));
        );
      );
    );
  </action>

  <!-- 56 Groups -->

  <!-- Group Grupo 69 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0531" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0531.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano10"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0531_10/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano10_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="-179.560000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="-179.560000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0531_10/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0531_10/0/1/%v_%u.jpg"/>
          <right url="sam_100_0531_10/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0531_10/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0531_10/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0531_10/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0531_10/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0531_10/0/0/%v_%u.jpg"/>
          <right url="sam_100_0531_10/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0531_10/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0531_10/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0531_10/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0531_10/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0531_10/mobile/0.jpg"/>
      <right url="sam_100_0531_10/mobile/1.jpg"/>
      <back  url="sam_100_0531_10/mobile/2.jpg"/>
      <left  url="sam_100_0531_10/mobile/3.jpg"/>
      <up    url="sam_100_0531_10/mobile/4.jpg"/>
      <down  url="sam_100_0531_10/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->



  <hotspot name="spotpoint128"
           ath="-167.586207" atv="2.903226"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano11"
           onclick="onclickspotpoint128"
           tooltip="spotpoint128_tooltip"
           />
  <hotspot name="spotpoint128" devices="flash" zorder="3"/>
  <hotspot name="spotpoint128" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint128">
  
        mainloadscene(pano11);lookat(-168.750000, 12.600000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint128].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint128].visible, true);
  </action>
  <events name="pano10stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 70 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0532" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0532.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano11"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0532_11/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano11_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0532_11/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0532_11/0/1/%v_%u.jpg"/>
          <right url="sam_100_0532_11/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0532_11/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0532_11/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0532_11/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0532_11/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0532_11/0/0/%v_%u.jpg"/>
          <right url="sam_100_0532_11/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0532_11/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0532_11/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0532_11/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0532_11/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0532_11/mobile/0.jpg"/>
      <right url="sam_100_0532_11/mobile/1.jpg"/>
      <back  url="sam_100_0532_11/mobile/2.jpg"/>
      <left  url="sam_100_0532_11/mobile/3.jpg"/>
      <up    url="sam_100_0532_11/mobile/4.jpg"/>
      <down  url="sam_100_0532_11/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint129"
           ath="32.689655" atv="-11.198157"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano10"
           onclick="onclickspotpoint129"
           tooltip="spotpoint129_tooltip"
           />
  <hotspot name="spotpoint129" devices="flash" zorder="3"/>
  <hotspot name="spotpoint129" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint129">
  
        mainloadscene(pano10);lookat(4.040000, 0.000000, 90.000000);


  </action>





  <hotspot name="spotpoint131"
           ath="-166.758621" atv="-3.732719"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano12"
           onclick="onclickspotpoint131"
           tooltip="spotpoint131_tooltip"
           />
  <hotspot name="spotpoint131" devices="flash" zorder="3"/>
  <hotspot name="spotpoint131" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint131">
  
        mainloadscene(pano12);lookat(173.250000, 4.050000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint129].visible, false);

    set(hotspot[spotpoint131].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint129].visible, true);

  
  set(hotspot[spotpoint131].visible, true);
  </action>
  <events name="pano11stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 71 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0533" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0533.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano12"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0533_12/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano12_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0533_12/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0533_12/0/1/%v_%u.jpg"/>
          <right url="sam_100_0533_12/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0533_12/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0533_12/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0533_12/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0533_12/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0533_12/0/0/%v_%u.jpg"/>
          <right url="sam_100_0533_12/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0533_12/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0533_12/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0533_12/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0533_12/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0533_12/mobile/0.jpg"/>
      <right url="sam_100_0533_12/mobile/1.jpg"/>
      <back  url="sam_100_0533_12/mobile/2.jpg"/>
      <left  url="sam_100_0533_12/mobile/3.jpg"/>
      <up    url="sam_100_0533_12/mobile/4.jpg"/>
      <down  url="sam_100_0533_12/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint132"
           ath="-3.724138" atv="-6.221198"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano11"
           onclick="onclickspotpoint132"
           tooltip="spotpoint132_tooltip"
           />
  <hotspot name="spotpoint132" devices="flash" zorder="3"/>
  <hotspot name="spotpoint132" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint132">
  
        mainloadscene(pano11);lookat(get(panoview.h), get(panoview.v), get(panoview.fov));


  </action>





  <hotspot name="spotpoint133"
           ath="175.862069" atv="-1.244240"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano13"
           onclick="onclickspotpoint133"
           tooltip="spotpoint133_tooltip"
           />
  <hotspot name="spotpoint133" devices="flash" zorder="3"/>
  <hotspot name="spotpoint133" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint133">
  
        mainloadscene(pano13);lookat(-176.850000, -3.600000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint132].visible, false);

    set(hotspot[spotpoint133].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint132].visible, true);

  
  set(hotspot[spotpoint133].visible, true);
  </action>
  <events name="pano12stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 72 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0534" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0534.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano13"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0534_13/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano13_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0534_13/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0534_13/0/1/%v_%u.jpg"/>
          <right url="sam_100_0534_13/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0534_13/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0534_13/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0534_13/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0534_13/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0534_13/0/0/%v_%u.jpg"/>
          <right url="sam_100_0534_13/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0534_13/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0534_13/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0534_13/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0534_13/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0534_13/mobile/0.jpg"/>
      <right url="sam_100_0534_13/mobile/1.jpg"/>
      <back  url="sam_100_0534_13/mobile/2.jpg"/>
      <left  url="sam_100_0534_13/mobile/3.jpg"/>
      <up    url="sam_100_0534_13/mobile/4.jpg"/>
      <down  url="sam_100_0534_13/mobile/5.jpg"/>
    </image>




  <!-- **** 4 Point Spots **** -->



  <hotspot name="spotpoint134"
           ath="2.068966" atv="-4.562212"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano12"
           onclick="onclickspotpoint134"
           tooltip="spotpoint134_tooltip"
           />
  <hotspot name="spotpoint134" devices="flash" zorder="3"/>
  <hotspot name="spotpoint134" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint134">
  
        mainloadscene(pano12);lookat(get(panoview.h), get(panoview.v), get(panoview.fov));


  </action>





  <hotspot name="spotpoint135"
           ath="113.793103" atv="-3.732719"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano14"
           onclick="onclickspotpoint135"
           tooltip="spotpoint135_tooltip"
           />
  <hotspot name="spotpoint135" devices="flash" zorder="3"/>
  <hotspot name="spotpoint135" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint135">
  
        mainloadscene(pano14);lookat(162.000000, 2.250000, 90.000000);


  </action>





  <hotspot name="spotpoint239"
           ath="176.689655" atv="1.244240"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano28"
           onclick="onclickspotpoint239"
           tooltip="spotpoint239_tooltip"
           />
  <hotspot name="spotpoint239" devices="flash" zorder="3"/>
  <hotspot name="spotpoint239" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint239">
  
        mainloadscene(pano28);lookat(95.850000, 8.550000, 90.000000);


  </action>





  <hotspot name="spotpoint241"
           ath="-127.862069" atv="-6.221198"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano45"
           onclick="onclickspotpoint241"
           tooltip="spotpoint241_tooltip"
           />
  <hotspot name="spotpoint241" devices="flash" zorder="3"/>
  <hotspot name="spotpoint241" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint241">
  
        mainloadscene(pano45);lookat(get(panoview.h), get(panoview.v), get(panoview.fov));


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint134].visible, false);

    set(hotspot[spotpoint135].visible, false);

    set(hotspot[spotpoint239].visible, false);

    set(hotspot[spotpoint241].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint134].visible, true);

  
  set(hotspot[spotpoint135].visible, true);

  
  set(hotspot[spotpoint239].visible, true);

  
  set(hotspot[spotpoint241].visible, true);
  </action>
  <events name="pano13stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 73 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0535" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0535.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano14"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0535_14/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano14_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0535_14/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0535_14/0/1/%v_%u.jpg"/>
          <right url="sam_100_0535_14/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0535_14/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0535_14/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0535_14/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0535_14/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0535_14/0/0/%v_%u.jpg"/>
          <right url="sam_100_0535_14/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0535_14/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0535_14/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0535_14/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0535_14/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0535_14/mobile/0.jpg"/>
      <right url="sam_100_0535_14/mobile/1.jpg"/>
      <back  url="sam_100_0535_14/mobile/2.jpg"/>
      <left  url="sam_100_0535_14/mobile/3.jpg"/>
      <up    url="sam_100_0535_14/mobile/4.jpg"/>
      <down  url="sam_100_0535_14/mobile/5.jpg"/>
    </image>




  <!-- **** 3 Point Spots **** -->



  <hotspot name="spotpoint136"
           ath="-26.068966" atv="-3.732719"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano13"
           onclick="onclickspotpoint136"
           tooltip="spotpoint136_tooltip"
           />
  <hotspot name="spotpoint136" devices="flash" zorder="3"/>
  <hotspot name="spotpoint136" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint136">
  
        mainloadscene(pano13);lookat(-93.150000, 0.900000, 90.000000);


  </action>





  <hotspot name="spotpoint137"
           ath="68.275862" atv="-3.732719"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano15"
           onclick="onclickspotpoint137"
           tooltip="spotpoint137_tooltip"
           />
  <hotspot name="spotpoint137" devices="flash" zorder="3"/>
  <hotspot name="spotpoint137" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint137">
  
        mainloadscene(pano15);lookat(-109.800000, 0.000000, 90.000000);


  </action>





  <hotspot name="spotpoint141"
           ath="179.172414" atv="-5.391705"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano17"
           onclick="onclickspotpoint141"
           tooltip="spotpoint141_tooltip"
           />
  <hotspot name="spotpoint141" devices="flash" zorder="3"/>
  <hotspot name="spotpoint141" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint141">
  
        mainloadscene(pano17);lookat(-171.900000, -2.250000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint136].visible, false);

    set(hotspot[spotpoint137].visible, false);

    set(hotspot[spotpoint141].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint136].visible, true);

  
  set(hotspot[spotpoint137].visible, true);

  
  set(hotspot[spotpoint141].visible, true);
  </action>
  <events name="pano14stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 74 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0536" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0536.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano15"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0536_15/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano15_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0536_15/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0536_15/0/1/%v_%u.jpg"/>
          <right url="sam_100_0536_15/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0536_15/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0536_15/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0536_15/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0536_15/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0536_15/0/0/%v_%u.jpg"/>
          <right url="sam_100_0536_15/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0536_15/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0536_15/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0536_15/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0536_15/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0536_15/mobile/0.jpg"/>
      <right url="sam_100_0536_15/mobile/1.jpg"/>
      <back  url="sam_100_0536_15/mobile/2.jpg"/>
      <left  url="sam_100_0536_15/mobile/3.jpg"/>
      <up    url="sam_100_0536_15/mobile/4.jpg"/>
      <down  url="sam_100_0536_15/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint138"
           ath="64.965517" atv="-8.709677"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano14"
           onclick="onclickspotpoint138"
           tooltip="spotpoint138_tooltip"
           />
  <hotspot name="spotpoint138" devices="flash" zorder="3"/>
  <hotspot name="spotpoint138" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint138">
  
        mainloadscene(pano14);lookat(-96.750000, 3.150000, 90.000000);


  </action>





  <hotspot name="spotpoint139"
           ath="-159.310345" atv="-9.539171"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano16"
           onclick="onclickspotpoint139"
           tooltip="spotpoint139_tooltip"
           />
  <hotspot name="spotpoint139" devices="flash" zorder="3"/>
  <hotspot name="spotpoint139" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint139">
  
        mainloadscene(pano16);lookat(-127.350000, 2.250000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint138].visible, false);

    set(hotspot[spotpoint139].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint138].visible, true);

  
  set(hotspot[spotpoint139].visible, true);
  </action>
  <events name="pano15stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 75 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0537" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0537.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano16"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0537_16/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano16_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0537_16/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0537_16/0/1/%v_%u.jpg"/>
          <right url="sam_100_0537_16/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0537_16/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0537_16/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0537_16/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0537_16/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0537_16/0/0/%v_%u.jpg"/>
          <right url="sam_100_0537_16/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0537_16/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0537_16/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0537_16/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0537_16/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0537_16/mobile/0.jpg"/>
      <right url="sam_100_0537_16/mobile/1.jpg"/>
      <back  url="sam_100_0537_16/mobile/2.jpg"/>
      <left  url="sam_100_0537_16/mobile/3.jpg"/>
      <up    url="sam_100_0537_16/mobile/4.jpg"/>
      <down  url="sam_100_0537_16/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->



  <hotspot name="spotpoint140"
           ath="-5.379310" atv="-13.686636"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano15"
           onclick="onclickspotpoint140"
           tooltip="spotpoint140_tooltip"
           />
  <hotspot name="spotpoint140" devices="flash" zorder="3"/>
  <hotspot name="spotpoint140" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint140">
  
        mainloadscene(pano15);lookat(get(panoview.h), get(panoview.v), get(panoview.fov));


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint140].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint140].visible, true);
  </action>
  <events name="pano16stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 76 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0538" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0538.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano17"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0538_17/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano17_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0538_17/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0538_17/0/1/%v_%u.jpg"/>
          <right url="sam_100_0538_17/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0538_17/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0538_17/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0538_17/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0538_17/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0538_17/0/0/%v_%u.jpg"/>
          <right url="sam_100_0538_17/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0538_17/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0538_17/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0538_17/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0538_17/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0538_17/mobile/0.jpg"/>
      <right url="sam_100_0538_17/mobile/1.jpg"/>
      <back  url="sam_100_0538_17/mobile/2.jpg"/>
      <left  url="sam_100_0538_17/mobile/3.jpg"/>
      <up    url="sam_100_0538_17/mobile/4.jpg"/>
      <down  url="sam_100_0538_17/mobile/5.jpg"/>
    </image>




  <!-- **** 4 Point Spots **** -->



  <hotspot name="spotpoint142"
           ath="17.793103" atv="-4.562212"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano14"
           onclick="onclickspotpoint142"
           tooltip="spotpoint142_tooltip"
           />
  <hotspot name="spotpoint142" devices="flash" zorder="3"/>
  <hotspot name="spotpoint142" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint142">
  
        mainloadscene(pano14);lookat(-23.400000, -2.250000, 90.000000);


  </action>





  <hotspot name="spotpoint143"
           ath="167.586207" atv="-1.244240"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano18"
           onclick="onclickspotpoint143"
           tooltip="spotpoint143_tooltip"
           />
  <hotspot name="spotpoint143" devices="flash" zorder="3"/>
  <hotspot name="spotpoint143" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint143">
  
        mainloadscene(pano18);lookat(160.200000, 3.150000, 90.000000);


  </action>





  <hotspot name="spotpoint165"
           ath="108.000000" atv="-12.857143"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano22"
           onclick="onclickspotpoint165"
           tooltip="spotpoint165_tooltip"
           />
  <hotspot name="spotpoint165" devices="flash" zorder="3"/>
  <hotspot name="spotpoint165" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint165">
  
        mainloadscene(pano22);lookat(25.650000, 2.250000, 90.000000);


  </action>





  <hotspot name="spotpoint237"
           ath="-112.965517" atv="-13.686636"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano55"
           onclick="onclickspotpoint237"
           tooltip="spotpoint237_tooltip"
           />
  <hotspot name="spotpoint237" devices="flash" zorder="3"/>
  <hotspot name="spotpoint237" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint237">
  
        mainloadscene(pano55);lookat(-171.000000, 0.900000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint142].visible, false);

    set(hotspot[spotpoint143].visible, false);

    set(hotspot[spotpoint165].visible, false);

    set(hotspot[spotpoint237].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint142].visible, true);

  
  set(hotspot[spotpoint143].visible, true);

  
  set(hotspot[spotpoint165].visible, true);

  
  set(hotspot[spotpoint237].visible, true);
  </action>
  <events name="pano17stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 77 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0539" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0539.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano18"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0539_18/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano18_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0539_18/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0539_18/0/1/%v_%u.jpg"/>
          <right url="sam_100_0539_18/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0539_18/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0539_18/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0539_18/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0539_18/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0539_18/0/0/%v_%u.jpg"/>
          <right url="sam_100_0539_18/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0539_18/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0539_18/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0539_18/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0539_18/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0539_18/mobile/0.jpg"/>
      <right url="sam_100_0539_18/mobile/1.jpg"/>
      <back  url="sam_100_0539_18/mobile/2.jpg"/>
      <left  url="sam_100_0539_18/mobile/3.jpg"/>
      <up    url="sam_100_0539_18/mobile/4.jpg"/>
      <down  url="sam_100_0539_18/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint144"
           ath="19.448276" atv="-7.050691"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano17"
           onclick="onclickspotpoint144"
           tooltip="spotpoint144_tooltip"
           />
  <hotspot name="spotpoint144" devices="flash" zorder="3"/>
  <hotspot name="spotpoint144" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint144">
  
        mainloadscene(pano17);lookat(get(panoview.h), get(panoview.v), get(panoview.fov));


  </action>





  <hotspot name="spotpoint145"
           ath="172.241648" atv="-3.764259"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano19"
           onclick="onclickspotpoint145"
           tooltip="spotpoint145_tooltip"
           />
  <hotspot name="spotpoint145" devices="flash" zorder="3"/>
  <hotspot name="spotpoint145" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint145">
  
        mainloadscene(pano19);lookat(-116.100000, 0.450000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint144].visible, false);

    set(hotspot[spotpoint145].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint144].visible, true);

  
  set(hotspot[spotpoint145].visible, true);
  </action>
  <events name="pano18stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 78 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0540" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0540.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano19"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0540_19/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano19_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0540_19/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0540_19/0/1/%v_%u.jpg"/>
          <right url="sam_100_0540_19/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0540_19/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0540_19/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0540_19/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0540_19/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0540_19/0/0/%v_%u.jpg"/>
          <right url="sam_100_0540_19/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0540_19/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0540_19/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0540_19/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0540_19/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0540_19/mobile/0.jpg"/>
      <right url="sam_100_0540_19/mobile/1.jpg"/>
      <back  url="sam_100_0540_19/mobile/2.jpg"/>
      <left  url="sam_100_0540_19/mobile/3.jpg"/>
      <up    url="sam_100_0540_19/mobile/4.jpg"/>
      <down  url="sam_100_0540_19/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint146"
           ath="25.241379" atv="-4.562212"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano18"
           onclick="onclickspotpoint146"
           tooltip="spotpoint146_tooltip"
           />
  <hotspot name="spotpoint146" devices="flash" zorder="3"/>
  <hotspot name="spotpoint146" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint146">
  
        mainloadscene(pano18);lookat(get(panoview.h), get(panoview.v), get(panoview.fov));


  </action>





  <hotspot name="spotpoint147"
           ath="-127.266747" atv="-12.203390"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano20"
           onclick="onclickspotpoint147"
           tooltip="spotpoint147_tooltip"
           />
  <hotspot name="spotpoint147" devices="flash" zorder="3"/>
  <hotspot name="spotpoint147" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint147">
  
        mainloadscene(pano20);lookat(-119.250000, 4.050000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint146].visible, false);

    set(hotspot[spotpoint147].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint146].visible, true);

  
  set(hotspot[spotpoint147].visible, true);
  </action>
  <events name="pano19stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 79 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0541" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0541.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano20"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0541_20/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano20_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0541_20/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0541_20/0/1/%v_%u.jpg"/>
          <right url="sam_100_0541_20/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0541_20/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0541_20/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0541_20/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0541_20/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0541_20/0/0/%v_%u.jpg"/>
          <right url="sam_100_0541_20/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0541_20/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0541_20/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0541_20/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0541_20/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0541_20/mobile/0.jpg"/>
      <right url="sam_100_0541_20/mobile/1.jpg"/>
      <back  url="sam_100_0541_20/mobile/2.jpg"/>
      <left  url="sam_100_0541_20/mobile/3.jpg"/>
      <up    url="sam_100_0541_20/mobile/4.jpg"/>
      <down  url="sam_100_0541_20/mobile/5.jpg"/>
    </image>




  <!-- **** 3 Point Spots **** -->



  <hotspot name="spotpoint148"
           ath="99.724138" atv="-9.539171"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano19"
           onclick="onclickspotpoint148"
           tooltip="spotpoint148_tooltip"
           />
  <hotspot name="spotpoint148" devices="flash" zorder="3"/>
  <hotspot name="spotpoint148" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint148">
  
        mainloadscene(pano19);lookat(get(panoview.h), get(panoview.v), get(panoview.fov));


  </action>





  <hotspot name="spotpoint149"
           ath="-174.206897" atv="-6.221198"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano21"
           onclick="onclickspotpoint149"
           tooltip="spotpoint149_tooltip"
           />
  <hotspot name="spotpoint149" devices="flash" zorder="3"/>
  <hotspot name="spotpoint149" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint149">
  
        mainloadscene(pano21);lookat(-179.550000, 0.000000, 90.000000);


  </action>





  <hotspot name="spotpoint151"
           ath="-94.758621" atv="-9.539171"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano64"
           onclick="onclickspotpoint151"
           tooltip="spotpoint151_tooltip"
           />
  <hotspot name="spotpoint151" devices="flash" zorder="3"/>
  <hotspot name="spotpoint151" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint151">
  
        mainloadscene(pano64);lookat(107.550000, 13.050000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint148].visible, false);

    set(hotspot[spotpoint149].visible, false);

    set(hotspot[spotpoint151].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint148].visible, true);

  
  set(hotspot[spotpoint149].visible, true);

  
  set(hotspot[spotpoint151].visible, true);
  </action>
  <events name="pano20stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 80 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0542" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0542.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano21"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0542_21/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano21_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0542_21/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0542_21/0/1/%v_%u.jpg"/>
          <right url="sam_100_0542_21/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0542_21/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0542_21/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0542_21/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0542_21/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0542_21/0/0/%v_%u.jpg"/>
          <right url="sam_100_0542_21/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0542_21/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0542_21/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0542_21/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0542_21/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0542_21/mobile/0.jpg"/>
      <right url="sam_100_0542_21/mobile/1.jpg"/>
      <back  url="sam_100_0542_21/mobile/2.jpg"/>
      <left  url="sam_100_0542_21/mobile/3.jpg"/>
      <up    url="sam_100_0542_21/mobile/4.jpg"/>
      <down  url="sam_100_0542_21/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->



  <hotspot name="spotpoint150"
           ath="-1.241379" atv="-7.880184"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano20"
           onclick="onclickspotpoint150"
           tooltip="spotpoint150_tooltip"
           />
  <hotspot name="spotpoint150" devices="flash" zorder="3"/>
  <hotspot name="spotpoint150" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint150">
  
        mainloadscene(pano20);lookat(36.900000, 0.000000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint150].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint150].visible, true);
  </action>
  <events name="pano21stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 81 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0543" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0543.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano22"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0543_22/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano22_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0543_22/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0543_22/0/1/%v_%u.jpg"/>
          <right url="sam_100_0543_22/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0543_22/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0543_22/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0543_22/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0543_22/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0543_22/0/0/%v_%u.jpg"/>
          <right url="sam_100_0543_22/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0543_22/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0543_22/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0543_22/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0543_22/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0543_22/mobile/0.jpg"/>
      <right url="sam_100_0543_22/mobile/1.jpg"/>
      <back  url="sam_100_0543_22/mobile/2.jpg"/>
      <left  url="sam_100_0543_22/mobile/3.jpg"/>
      <up    url="sam_100_0543_22/mobile/4.jpg"/>
      <down  url="sam_100_0543_22/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->



  <hotspot name="spotpoint167"
           ath="-180.000000" atv="23.640553"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano23"
           onclick="onclickspotpoint167"
           tooltip="spotpoint167_tooltip"
           />
  <hotspot name="spotpoint167" devices="flash" zorder="3"/>
  <hotspot name="spotpoint167" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint167">
  
        mainloadscene(pano23);lookat(179.100000, 8.550000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint167].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint167].visible, true);
  </action>
  <events name="pano22stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 82 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0544" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0544.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano23"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0544_23/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano23_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0544_23/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0544_23/0/1/%v_%u.jpg"/>
          <right url="sam_100_0544_23/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0544_23/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0544_23/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0544_23/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0544_23/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0544_23/0/0/%v_%u.jpg"/>
          <right url="sam_100_0544_23/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0544_23/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0544_23/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0544_23/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0544_23/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0544_23/mobile/0.jpg"/>
      <right url="sam_100_0544_23/mobile/1.jpg"/>
      <back  url="sam_100_0544_23/mobile/2.jpg"/>
      <left  url="sam_100_0544_23/mobile/3.jpg"/>
      <up    url="sam_100_0544_23/mobile/4.jpg"/>
      <down  url="sam_100_0544_23/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint168"
           ath="7.862069" atv="-15.345622"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano22"
           onclick="onclickspotpoint168"
           tooltip="spotpoint168_tooltip"
           />
  <hotspot name="spotpoint168" devices="flash" zorder="3"/>
  <hotspot name="spotpoint168" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint168">
  
        mainloadscene(pano22);lookat(25.200000, 9.000000, 90.000000);


  </action>





  <hotspot name="spotpoint169"
           ath="99.724138" atv="-0.414747"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano24"
           onclick="onclickspotpoint169"
           tooltip="spotpoint169_tooltip"
           />
  <hotspot name="spotpoint169" devices="flash" zorder="3"/>
  <hotspot name="spotpoint169" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint169">
  
        mainloadscene(pano24);lookat(165.600000, 2.250000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint168].visible, false);

    set(hotspot[spotpoint169].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint168].visible, true);

  
  set(hotspot[spotpoint169].visible, true);
  </action>
  <events name="pano23stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 83 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0545" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0545.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano24"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0545_24/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano24_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0545_24/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0545_24/0/1/%v_%u.jpg"/>
          <right url="sam_100_0545_24/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0545_24/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0545_24/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0545_24/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0545_24/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0545_24/0/0/%v_%u.jpg"/>
          <right url="sam_100_0545_24/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0545_24/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0545_24/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0545_24/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0545_24/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0545_24/mobile/0.jpg"/>
      <right url="sam_100_0545_24/mobile/1.jpg"/>
      <back  url="sam_100_0545_24/mobile/2.jpg"/>
      <left  url="sam_100_0545_24/mobile/3.jpg"/>
      <up    url="sam_100_0545_24/mobile/4.jpg"/>
      <down  url="sam_100_0545_24/mobile/5.jpg"/>
    </image>




  <!-- **** 3 Point Spots **** -->



  <hotspot name="spotpoint170"
           ath="9.517241" atv="-3.732719"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano23"
           onclick="onclickspotpoint170"
           tooltip="spotpoint170_tooltip"
           />
  <hotspot name="spotpoint170" devices="flash" zorder="3"/>
  <hotspot name="spotpoint170" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint170">
  
        mainloadscene(pano23);lookat(-98.550000, 0.000000, 90.000000);


  </action>





  <hotspot name="spotpoint171"
           ath="136.137931" atv="7.880184"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano25"
           onclick="onclickspotpoint171"
           tooltip="spotpoint171_tooltip"
           />
  <hotspot name="spotpoint171" devices="flash" zorder="3"/>
  <hotspot name="spotpoint171" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint171">
  
        mainloadscene(pano25);lookat(176.400000, 0.000000, 90.000000);


  </action>





  <hotspot name="spotpoint173"
           ath="-154.344828" atv="-2.073733"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano26"
           onclick="onclickspotpoint173"
           tooltip="spotpoint173_tooltip"
           />
  <hotspot name="spotpoint173" devices="flash" zorder="3"/>
  <hotspot name="spotpoint173" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint173">
  
        mainloadscene(pano26);lookat(94.050000, -2.700000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint170].visible, false);

    set(hotspot[spotpoint171].visible, false);

    set(hotspot[spotpoint173].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint170].visible, true);

  
  set(hotspot[spotpoint171].visible, true);

  
  set(hotspot[spotpoint173].visible, true);
  </action>
  <events name="pano24stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 84 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0546" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0546.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano25"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0546_25/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano25_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0546_25/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0546_25/0/1/%v_%u.jpg"/>
          <right url="sam_100_0546_25/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0546_25/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0546_25/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0546_25/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0546_25/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0546_25/0/0/%v_%u.jpg"/>
          <right url="sam_100_0546_25/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0546_25/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0546_25/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0546_25/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0546_25/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0546_25/mobile/0.jpg"/>
      <right url="sam_100_0546_25/mobile/1.jpg"/>
      <back  url="sam_100_0546_25/mobile/2.jpg"/>
      <left  url="sam_100_0546_25/mobile/3.jpg"/>
      <up    url="sam_100_0546_25/mobile/4.jpg"/>
      <down  url="sam_100_0546_25/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->



  <hotspot name="spotpoint172"
           ath="23.586207" atv="-3.732719"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano24"
           onclick="onclickspotpoint172"
           tooltip="spotpoint172_tooltip"
           />
  <hotspot name="spotpoint172" devices="flash" zorder="3"/>
  <hotspot name="spotpoint172" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint172">
  
        mainloadscene(pano24);lookat(get(panoview.h), get(panoview.v), get(panoview.fov));


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint172].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint172].visible, true);
  </action>
  <events name="pano25stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 85 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0547" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0547.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano26"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0547_26/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano26_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0547_26/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0547_26/0/1/%v_%u.jpg"/>
          <right url="sam_100_0547_26/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0547_26/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0547_26/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0547_26/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0547_26/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0547_26/0/0/%v_%u.jpg"/>
          <right url="sam_100_0547_26/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0547_26/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0547_26/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0547_26/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0547_26/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0547_26/mobile/0.jpg"/>
      <right url="sam_100_0547_26/mobile/1.jpg"/>
      <back  url="sam_100_0547_26/mobile/2.jpg"/>
      <left  url="sam_100_0547_26/mobile/3.jpg"/>
      <up    url="sam_100_0547_26/mobile/4.jpg"/>
      <down  url="sam_100_0547_26/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint174"
           ath="16.965517" atv="-11.198157"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano24"
           onclick="onclickspotpoint174"
           tooltip="spotpoint174_tooltip"
           />
  <hotspot name="spotpoint174" devices="flash" zorder="3"/>
  <hotspot name="spotpoint174" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint174">
  
        mainloadscene(pano24);lookat(99.450000, 7.650000, 90.000000);


  </action>





  <hotspot name="spotpoint175"
           ath="123.724138" atv="-12.027650"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano27"
           onclick="onclickspotpoint175"
           tooltip="spotpoint175_tooltip"
           />
  <hotspot name="spotpoint175" devices="flash" zorder="3"/>
  <hotspot name="spotpoint175" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint175">
  
        mainloadscene(pano27);lookat(0.000000, 0.000000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint174].visible, false);

    set(hotspot[spotpoint175].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint174].visible, true);

  
  set(hotspot[spotpoint175].visible, true);
  </action>
  <events name="pano26stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 86 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0548" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0548.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano27"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0548_27/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano27_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0548_27/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0548_27/0/1/%v_%u.jpg"/>
          <right url="sam_100_0548_27/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0548_27/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0548_27/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0548_27/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0548_27/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0548_27/0/0/%v_%u.jpg"/>
          <right url="sam_100_0548_27/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0548_27/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0548_27/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0548_27/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0548_27/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0548_27/mobile/0.jpg"/>
      <right url="sam_100_0548_27/mobile/1.jpg"/>
      <back  url="sam_100_0548_27/mobile/2.jpg"/>
      <left  url="sam_100_0548_27/mobile/3.jpg"/>
      <up    url="sam_100_0548_27/mobile/4.jpg"/>
      <down  url="sam_100_0548_27/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint176"
           ath="24.413793" atv="-7.050691"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano26"
           onclick="onclickspotpoint176"
           tooltip="spotpoint176_tooltip"
           />
  <hotspot name="spotpoint176" devices="flash" zorder="3"/>
  <hotspot name="spotpoint176" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint176">
  
        mainloadscene(pano26);lookat(get(panoview.h), get(panoview.v), get(panoview.fov));


  </action>





  <hotspot name="spotpoint177"
           ath="158.482759" atv="-11.198157"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano28"
           onclick="onclickspotpoint177"
           tooltip="spotpoint177_tooltip"
           />
  <hotspot name="spotpoint177" devices="flash" zorder="3"/>
  <hotspot name="spotpoint177" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint177">
  
        mainloadscene(pano28);lookat(-167.400000, 0.000000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint176].visible, false);

    set(hotspot[spotpoint177].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint176].visible, true);

  
  set(hotspot[spotpoint177].visible, true);
  </action>
  <events name="pano27stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 87 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0549" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0549.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano28"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0549_28/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano28_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0549_28/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0549_28/0/1/%v_%u.jpg"/>
          <right url="sam_100_0549_28/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0549_28/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0549_28/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0549_28/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0549_28/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0549_28/0/0/%v_%u.jpg"/>
          <right url="sam_100_0549_28/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0549_28/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0549_28/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0549_28/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0549_28/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0549_28/mobile/0.jpg"/>
      <right url="sam_100_0549_28/mobile/1.jpg"/>
      <back  url="sam_100_0549_28/mobile/2.jpg"/>
      <left  url="sam_100_0549_28/mobile/3.jpg"/>
      <up    url="sam_100_0549_28/mobile/4.jpg"/>
      <down  url="sam_100_0549_28/mobile/5.jpg"/>
    </image>




  <!-- **** 3 Point Spots **** -->



  <hotspot name="spotpoint178"
           ath="16.965517" atv="-4.562212"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano27"
           onclick="onclickspotpoint178"
           tooltip="spotpoint178_tooltip"
           />
  <hotspot name="spotpoint178" devices="flash" zorder="3"/>
  <hotspot name="spotpoint178" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint178">
  
        mainloadscene(pano27);lookat(55.350000, 3.600000, 90.000000);


  </action>





  <hotspot name="spotpoint179"
           ath="170.896552" atv="-3.732719"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano29"
           onclick="onclickspotpoint179"
           tooltip="spotpoint179_tooltip"
           />
  <hotspot name="spotpoint179" devices="flash" zorder="3"/>
  <hotspot name="spotpoint179" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint179">
  
        mainloadscene(pano29);lookat(134.550000, 6.750000, 90.000000);


  </action>





  <hotspot name="spotpoint240"
           ath="-84.827586" atv="-6.221198"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano13"
           onclick="onclickspotpoint240"
           tooltip="spotpoint240_tooltip"
           />
  <hotspot name="spotpoint240" devices="flash" zorder="3"/>
  <hotspot name="spotpoint240" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint240">
  
        mainloadscene(pano13);lookat(get(panoview.h), get(panoview.v), get(panoview.fov));


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint178].visible, false);

    set(hotspot[spotpoint179].visible, false);

    set(hotspot[spotpoint240].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint178].visible, true);

  
  set(hotspot[spotpoint179].visible, true);

  
  set(hotspot[spotpoint240].visible, true);
  </action>
  <events name="pano28stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 88 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0550" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0550.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano29"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0550_29/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano29_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0550_29/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0550_29/0/1/%v_%u.jpg"/>
          <right url="sam_100_0550_29/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0550_29/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0550_29/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0550_29/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0550_29/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0550_29/0/0/%v_%u.jpg"/>
          <right url="sam_100_0550_29/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0550_29/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0550_29/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0550_29/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0550_29/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0550_29/mobile/0.jpg"/>
      <right url="sam_100_0550_29/mobile/1.jpg"/>
      <back  url="sam_100_0550_29/mobile/2.jpg"/>
      <left  url="sam_100_0550_29/mobile/3.jpg"/>
      <up    url="sam_100_0550_29/mobile/4.jpg"/>
      <down  url="sam_100_0550_29/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint180"
           ath="-7.034483" atv="-1.244240"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano28"
           onclick="onclickspotpoint180"
           tooltip="spotpoint180_tooltip"
           />
  <hotspot name="spotpoint180" devices="flash" zorder="3"/>
  <hotspot name="spotpoint180" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint180">
  
        mainloadscene(pano28);lookat(get(panoview.h), get(panoview.v), get(panoview.fov));


  </action>





  <hotspot name="spotpoint181"
           ath="169.241379" atv="-2.903226"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano30"
           onclick="onclickspotpoint181"
           tooltip="spotpoint181_tooltip"
           />
  <hotspot name="spotpoint181" devices="flash" zorder="3"/>
  <hotspot name="spotpoint181" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint181">
  
        mainloadscene(pano30);lookat(125.550000, 1.800000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint180].visible, false);

    set(hotspot[spotpoint181].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint180].visible, true);

  
  set(hotspot[spotpoint181].visible, true);
  </action>
  <events name="pano29stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 89 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0551" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0551.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano30"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0551_30/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano30_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0551_30/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0551_30/0/1/%v_%u.jpg"/>
          <right url="sam_100_0551_30/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0551_30/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0551_30/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0551_30/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0551_30/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0551_30/0/0/%v_%u.jpg"/>
          <right url="sam_100_0551_30/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0551_30/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0551_30/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0551_30/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0551_30/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0551_30/mobile/0.jpg"/>
      <right url="sam_100_0551_30/mobile/1.jpg"/>
      <back  url="sam_100_0551_30/mobile/2.jpg"/>
      <left  url="sam_100_0551_30/mobile/3.jpg"/>
      <up    url="sam_100_0551_30/mobile/4.jpg"/>
      <down  url="sam_100_0551_30/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint182"
           ath="19.448276" atv="-3.732719"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano29"
           onclick="onclickspotpoint182"
           tooltip="spotpoint182_tooltip"
           />
  <hotspot name="spotpoint182" devices="flash" zorder="3"/>
  <hotspot name="spotpoint182" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint182">
  
        mainloadscene(pano29);lookat(4.050000, 2.250000, 90.000000);


  </action>





  <hotspot name="spotpoint183"
           ath="-162.620690" atv="-6.221198"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano31"
           onclick="onclickspotpoint183"
           tooltip="spotpoint183_tooltip"
           />
  <hotspot name="spotpoint183" devices="flash" zorder="3"/>
  <hotspot name="spotpoint183" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint183">
  
        mainloadscene(pano31);lookat(89.550000, -0.900000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint182].visible, false);

    set(hotspot[spotpoint183].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint182].visible, true);

  
  set(hotspot[spotpoint183].visible, true);
  </action>
  <events name="pano30stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 90 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0552" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0552.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano31"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0552_31/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano31_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0552_31/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0552_31/0/1/%v_%u.jpg"/>
          <right url="sam_100_0552_31/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0552_31/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0552_31/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0552_31/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0552_31/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0552_31/0/0/%v_%u.jpg"/>
          <right url="sam_100_0552_31/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0552_31/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0552_31/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0552_31/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0552_31/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0552_31/mobile/0.jpg"/>
      <right url="sam_100_0552_31/mobile/1.jpg"/>
      <back  url="sam_100_0552_31/mobile/2.jpg"/>
      <left  url="sam_100_0552_31/mobile/3.jpg"/>
      <up    url="sam_100_0552_31/mobile/4.jpg"/>
      <down  url="sam_100_0552_31/mobile/5.jpg"/>
    </image>




  <!-- **** 3 Point Spots **** -->



  <hotspot name="spotpoint184"
           ath="-26.068966" atv="-7.050691"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano30"
           onclick="onclickspotpoint184"
           tooltip="spotpoint184_tooltip"
           />
  <hotspot name="spotpoint184" devices="flash" zorder="3"/>
  <hotspot name="spotpoint184" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint184">
  
        mainloadscene(pano30);lookat(56.700000, 7.650000, 90.000000);


  </action>





  <hotspot name="spotpoint185"
           ath="-174.206897" atv="4.562212"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano32"
           onclick="onclickspotpoint185"
           tooltip="spotpoint185_tooltip"
           />
  <hotspot name="spotpoint185" devices="flash" zorder="3"/>
  <hotspot name="spotpoint185" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint185">
  
        mainloadscene(pano32);lookat(-163.800000, -0.900000, 90.000000);


  </action>





  <hotspot name="spotpoint189"
           ath="-63.310345" atv="-7.880184"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano34"
           onclick="onclickspotpoint189"
           tooltip="spotpoint189_tooltip"
           />
  <hotspot name="spotpoint189" devices="flash" zorder="3"/>
  <hotspot name="spotpoint189" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint189">
  
        mainloadscene(pano34);lookat(-178.200000, 2.250000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint184].visible, false);

    set(hotspot[spotpoint185].visible, false);

    set(hotspot[spotpoint189].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint184].visible, true);

  
  set(hotspot[spotpoint185].visible, true);

  
  set(hotspot[spotpoint189].visible, true);
  </action>
  <events name="pano31stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 91 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0553" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0553.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano32"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0553_32/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano32_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0553_32/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0553_32/0/1/%v_%u.jpg"/>
          <right url="sam_100_0553_32/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0553_32/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0553_32/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0553_32/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0553_32/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0553_32/0/0/%v_%u.jpg"/>
          <right url="sam_100_0553_32/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0553_32/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0553_32/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0553_32/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0553_32/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0553_32/mobile/0.jpg"/>
      <right url="sam_100_0553_32/mobile/1.jpg"/>
      <back  url="sam_100_0553_32/mobile/2.jpg"/>
      <left  url="sam_100_0553_32/mobile/3.jpg"/>
      <up    url="sam_100_0553_32/mobile/4.jpg"/>
      <down  url="sam_100_0553_32/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint186"
           ath="-23.586207" atv="-15.345622"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano31"
           onclick="onclickspotpoint186"
           tooltip="spotpoint186_tooltip"
           />
  <hotspot name="spotpoint186" devices="flash" zorder="3"/>
  <hotspot name="spotpoint186" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint186">
  
        mainloadscene(pano31);lookat(get(panoview.h), get(panoview.v), get(panoview.fov));


  </action>





  <hotspot name="spotpoint187"
           ath="174.206897" atv="-1.244240"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano33"
           onclick="onclickspotpoint187"
           tooltip="spotpoint187_tooltip"
           />
  <hotspot name="spotpoint187" devices="flash" zorder="3"/>
  <hotspot name="spotpoint187" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint187">
  
        mainloadscene(pano33);lookat(-177.300000, 7.650000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint186].visible, false);

    set(hotspot[spotpoint187].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint186].visible, true);

  
  set(hotspot[spotpoint187].visible, true);
  </action>
  <events name="pano32stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 92 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0554" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0554.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano33"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0554_33/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano33_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0554_33/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0554_33/0/1/%v_%u.jpg"/>
          <right url="sam_100_0554_33/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0554_33/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0554_33/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0554_33/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0554_33/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0554_33/0/0/%v_%u.jpg"/>
          <right url="sam_100_0554_33/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0554_33/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0554_33/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0554_33/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0554_33/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0554_33/mobile/0.jpg"/>
      <right url="sam_100_0554_33/mobile/1.jpg"/>
      <back  url="sam_100_0554_33/mobile/2.jpg"/>
      <left  url="sam_100_0554_33/mobile/3.jpg"/>
      <up    url="sam_100_0554_33/mobile/4.jpg"/>
      <down  url="sam_100_0554_33/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->



  <hotspot name="spotpoint188"
           ath="64.137931" atv="-3.732719"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano32"
           onclick="onclickspotpoint188"
           tooltip="spotpoint188_tooltip"
           />
  <hotspot name="spotpoint188" devices="flash" zorder="3"/>
  <hotspot name="spotpoint188" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint188">
  
        mainloadscene(pano32);lookat(-4.950000, 0.450000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint188].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint188].visible, true);
  </action>
  <events name="pano33stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 93 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0555" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0555.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano34"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0555_34/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano34_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0555_34/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0555_34/0/1/%v_%u.jpg"/>
          <right url="sam_100_0555_34/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0555_34/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0555_34/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0555_34/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0555_34/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0555_34/0/0/%v_%u.jpg"/>
          <right url="sam_100_0555_34/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0555_34/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0555_34/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0555_34/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0555_34/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0555_34/mobile/0.jpg"/>
      <right url="sam_100_0555_34/mobile/1.jpg"/>
      <back  url="sam_100_0555_34/mobile/2.jpg"/>
      <left  url="sam_100_0555_34/mobile/3.jpg"/>
      <up    url="sam_100_0555_34/mobile/4.jpg"/>
      <down  url="sam_100_0555_34/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint190"
           ath="-6.206897" atv="0.414747"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano31"
           onclick="onclickspotpoint190"
           tooltip="spotpoint190_tooltip"
           />
  <hotspot name="spotpoint190" devices="flash" zorder="3"/>
  <hotspot name="spotpoint190" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint190">
  
        mainloadscene(pano31);lookat(-157.050000, -0.450000, 90.000000);


  </action>





  <hotspot name="spotpoint191"
           ath="150.206897" atv="-11.198157"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano35"
           onclick="onclickspotpoint191"
           tooltip="spotpoint191_tooltip"
           />
  <hotspot name="spotpoint191" devices="flash" zorder="3"/>
  <hotspot name="spotpoint191" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint191">
  
        mainloadscene(pano35);lookat(-112.500000, -3.600000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint190].visible, false);

    set(hotspot[spotpoint191].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint190].visible, true);

  
  set(hotspot[spotpoint191].visible, true);
  </action>
  <events name="pano34stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 94 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0556" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0556.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano35"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0556_35/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano35_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0556_35/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0556_35/0/1/%v_%u.jpg"/>
          <right url="sam_100_0556_35/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0556_35/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0556_35/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0556_35/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0556_35/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0556_35/0/0/%v_%u.jpg"/>
          <right url="sam_100_0556_35/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0556_35/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0556_35/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0556_35/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0556_35/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0556_35/mobile/0.jpg"/>
      <right url="sam_100_0556_35/mobile/1.jpg"/>
      <back  url="sam_100_0556_35/mobile/2.jpg"/>
      <left  url="sam_100_0556_35/mobile/3.jpg"/>
      <up    url="sam_100_0556_35/mobile/4.jpg"/>
      <down  url="sam_100_0556_35/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint192"
           ath="75.724138" atv="-7.880184"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano34"
           onclick="onclickspotpoint192"
           tooltip="spotpoint192_tooltip"
           />
  <hotspot name="spotpoint192" devices="flash" zorder="3"/>
  <hotspot name="spotpoint192" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint192">
  
        mainloadscene(pano34);lookat(get(panoview.h), get(panoview.v), get(panoview.fov));


  </action>





  <hotspot name="spotpoint193"
           ath="-165.931034" atv="-17.834101"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano36"
           onclick="onclickspotpoint193"
           tooltip="spotpoint193_tooltip"
           />
  <hotspot name="spotpoint193" devices="flash" zorder="3"/>
  <hotspot name="spotpoint193" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint193">
  
        mainloadscene(pano36);lookat(-173.250000, -0.450000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint192].visible, false);

    set(hotspot[spotpoint193].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint192].visible, true);

  
  set(hotspot[spotpoint193].visible, true);
  </action>
  <events name="pano35stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 95 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0557" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0557.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano36"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0557_36/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano36_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0557_36/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0557_36/0/1/%v_%u.jpg"/>
          <right url="sam_100_0557_36/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0557_36/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0557_36/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0557_36/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0557_36/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0557_36/0/0/%v_%u.jpg"/>
          <right url="sam_100_0557_36/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0557_36/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0557_36/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0557_36/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0557_36/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0557_36/mobile/0.jpg"/>
      <right url="sam_100_0557_36/mobile/1.jpg"/>
      <back  url="sam_100_0557_36/mobile/2.jpg"/>
      <left  url="sam_100_0557_36/mobile/3.jpg"/>
      <up    url="sam_100_0557_36/mobile/4.jpg"/>
      <down  url="sam_100_0557_36/mobile/5.jpg"/>
    </image>




  <!-- **** 3 Point Spots **** -->



  <hotspot name="spotpoint194"
           ath="92.275862" atv="-5.391705"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano35"
           onclick="onclickspotpoint194"
           tooltip="spotpoint194_tooltip"
           />
  <hotspot name="spotpoint194" devices="flash" zorder="3"/>
  <hotspot name="spotpoint194" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint194">
  
        mainloadscene(pano35);lookat(67.500000, -2.250000, 90.000000);


  </action>





  <hotspot name="spotpoint195"
           ath="179.172414" atv="-26.958525"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano38"
           onclick="onclickspotpoint195"
           tooltip="spotpoint195_tooltip"
           />
  <hotspot name="spotpoint195" devices="flash" zorder="3"/>
  <hotspot name="spotpoint195" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint195">
  
        mainloadscene(pano38);lookat(-173.250000, 0.450000, 90.000000);


  </action>





  <hotspot name="spotpoint196"
           ath="-97.241379" atv="-2.903226"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano37"
           onclick="onclickspotpoint196"
           tooltip="spotpoint196_tooltip"
           />
  <hotspot name="spotpoint196" devices="flash" zorder="3"/>
  <hotspot name="spotpoint196" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint196">
  
        mainloadscene(pano37);lookat(170.100000, 3.600000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint194].visible, false);

    set(hotspot[spotpoint195].visible, false);

    set(hotspot[spotpoint196].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint194].visible, true);

  
  set(hotspot[spotpoint195].visible, true);

  
  set(hotspot[spotpoint196].visible, true);
  </action>
  <events name="pano36stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 96 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0558" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0558.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano37"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0558_37/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano37_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0558_37/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0558_37/0/1/%v_%u.jpg"/>
          <right url="sam_100_0558_37/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0558_37/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0558_37/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0558_37/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0558_37/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0558_37/0/0/%v_%u.jpg"/>
          <right url="sam_100_0558_37/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0558_37/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0558_37/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0558_37/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0558_37/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0558_37/mobile/0.jpg"/>
      <right url="sam_100_0558_37/mobile/1.jpg"/>
      <back  url="sam_100_0558_37/mobile/2.jpg"/>
      <left  url="sam_100_0558_37/mobile/3.jpg"/>
      <up    url="sam_100_0558_37/mobile/4.jpg"/>
      <down  url="sam_100_0558_37/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->



  <hotspot name="spotpoint197"
           ath="77.379310" atv="1.244240"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano36"
           onclick="onclickspotpoint197"
           tooltip="spotpoint197_tooltip"
           />
  <hotspot name="spotpoint197" devices="flash" zorder="3"/>
  <hotspot name="spotpoint197" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint197">
  
        mainloadscene(pano36);lookat(get(panoview.h), get(panoview.v), get(panoview.fov));


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint197].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint197].visible, true);
  </action>
  <events name="pano37stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 97 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0559" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0559.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano38"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0559_38/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano38_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0559_38/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0559_38/0/1/%v_%u.jpg"/>
          <right url="sam_100_0559_38/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0559_38/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0559_38/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0559_38/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0559_38/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0559_38/0/0/%v_%u.jpg"/>
          <right url="sam_100_0559_38/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0559_38/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0559_38/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0559_38/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0559_38/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0559_38/mobile/0.jpg"/>
      <right url="sam_100_0559_38/mobile/1.jpg"/>
      <back  url="sam_100_0559_38/mobile/2.jpg"/>
      <left  url="sam_100_0559_38/mobile/3.jpg"/>
      <up    url="sam_100_0559_38/mobile/4.jpg"/>
      <down  url="sam_100_0559_38/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint198"
           ath="7.034483" atv="9.539171"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano36"
           onclick="onclickspotpoint198"
           tooltip="spotpoint198_tooltip"
           />
  <hotspot name="spotpoint198" devices="flash" zorder="3"/>
  <hotspot name="spotpoint198" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint198">
  
        mainloadscene(pano36);lookat(2.700000, 1.800000, 90.000000);


  </action>





  <hotspot name="spotpoint199"
           ath="87.310345" atv="0.414747"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano39"
           onclick="onclickspotpoint199"
           tooltip="spotpoint199_tooltip"
           />
  <hotspot name="spotpoint199" devices="flash" zorder="3"/>
  <hotspot name="spotpoint199" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint199">
  
        mainloadscene(pano39);lookat(139.950000, 2.700000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint198].visible, false);

    set(hotspot[spotpoint199].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint198].visible, true);

  
  set(hotspot[spotpoint199].visible, true);
  </action>
  <events name="pano38stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 98 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0560" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0560.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano39"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0560_39/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano39_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0560_39/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0560_39/0/1/%v_%u.jpg"/>
          <right url="sam_100_0560_39/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0560_39/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0560_39/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0560_39/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0560_39/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0560_39/0/0/%v_%u.jpg"/>
          <right url="sam_100_0560_39/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0560_39/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0560_39/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0560_39/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0560_39/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0560_39/mobile/0.jpg"/>
      <right url="sam_100_0560_39/mobile/1.jpg"/>
      <back  url="sam_100_0560_39/mobile/2.jpg"/>
      <left  url="sam_100_0560_39/mobile/3.jpg"/>
      <up    url="sam_100_0560_39/mobile/4.jpg"/>
      <down  url="sam_100_0560_39/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint200"
           ath="-60.827586" atv="-8.709677"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano38"
           onclick="onclickspotpoint200"
           tooltip="spotpoint200_tooltip"
           />
  <hotspot name="spotpoint200" devices="flash" zorder="3"/>
  <hotspot name="spotpoint200" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint200">
  
        mainloadscene(pano38);lookat(-76.050000, 2.250000, 90.000000);


  </action>





  <hotspot name="spotpoint201"
           ath="176.689655" atv="-14.516129"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano40"
           onclick="onclickspotpoint201"
           tooltip="spotpoint201_tooltip"
           />
  <hotspot name="spotpoint201" devices="flash" zorder="3"/>
  <hotspot name="spotpoint201" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint201">
  
        mainloadscene(pano40);lookat(174.600000, 4.950000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint200].visible, false);

    set(hotspot[spotpoint201].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint200].visible, true);

  
  set(hotspot[spotpoint201].visible, true);
  </action>
  <events name="pano39stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 99 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0561" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0561.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano40"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0561_40/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano40_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0561_40/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0561_40/0/1/%v_%u.jpg"/>
          <right url="sam_100_0561_40/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0561_40/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0561_40/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0561_40/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0561_40/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0561_40/0/0/%v_%u.jpg"/>
          <right url="sam_100_0561_40/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0561_40/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0561_40/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0561_40/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0561_40/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0561_40/mobile/0.jpg"/>
      <right url="sam_100_0561_40/mobile/1.jpg"/>
      <back  url="sam_100_0561_40/mobile/2.jpg"/>
      <left  url="sam_100_0561_40/mobile/3.jpg"/>
      <up    url="sam_100_0561_40/mobile/4.jpg"/>
      <down  url="sam_100_0561_40/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint202"
           ath="-6.206897" atv="-6.221198"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano39"
           onclick="onclickspotpoint202"
           tooltip="spotpoint202_tooltip"
           />
  <hotspot name="spotpoint202" devices="flash" zorder="3"/>
  <hotspot name="spotpoint202" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint202">
  
        mainloadscene(pano39);lookat(24.300000, -4.950000, 90.000000);


  </action>





  <hotspot name="spotpoint203"
           ath="79.034483" atv="2.073733"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano41"
           onclick="onclickspotpoint203"
           tooltip="spotpoint203_tooltip"
           />
  <hotspot name="spotpoint203" devices="flash" zorder="3"/>
  <hotspot name="spotpoint203" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint203">
  
        mainloadscene(pano41);lookat(-117.900000, 6.300000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint202].visible, false);

    set(hotspot[spotpoint203].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint202].visible, true);

  
  set(hotspot[spotpoint203].visible, true);
  </action>
  <events name="pano40stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 100 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0562" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0562.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano41"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0562_41/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano41_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0562_41/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0562_41/0/1/%v_%u.jpg"/>
          <right url="sam_100_0562_41/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0562_41/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0562_41/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0562_41/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0562_41/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0562_41/0/0/%v_%u.jpg"/>
          <right url="sam_100_0562_41/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0562_41/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0562_41/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0562_41/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0562_41/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0562_41/mobile/0.jpg"/>
      <right url="sam_100_0562_41/mobile/1.jpg"/>
      <back  url="sam_100_0562_41/mobile/2.jpg"/>
      <left  url="sam_100_0562_41/mobile/3.jpg"/>
      <up    url="sam_100_0562_41/mobile/4.jpg"/>
      <down  url="sam_100_0562_41/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint204"
           ath="-5.379310" atv="-5.391705"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano40"
           onclick="onclickspotpoint204"
           tooltip="spotpoint204_tooltip"
           />
  <hotspot name="spotpoint204" devices="flash" zorder="3"/>
  <hotspot name="spotpoint204" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint204">
  
        mainloadscene(pano40);lookat(-49.500000, -0.900000, 90.000000);


  </action>





  <hotspot name="spotpoint205"
           ath="-126.206897" atv="1.244240"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano42"
           onclick="onclickspotpoint205"
           tooltip="spotpoint205_tooltip"
           />
  <hotspot name="spotpoint205" devices="flash" zorder="3"/>
  <hotspot name="spotpoint205" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint205">
  
        mainloadscene(pano42);lookat(-171.000000, 10.350000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint204].visible, false);

    set(hotspot[spotpoint205].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint204].visible, true);

  
  set(hotspot[spotpoint205].visible, true);
  </action>
  <events name="pano41stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 101 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0563" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0563.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano42"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0563_42/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano42_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0563_42/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0563_42/0/1/%v_%u.jpg"/>
          <right url="sam_100_0563_42/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0563_42/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0563_42/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0563_42/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0563_42/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0563_42/0/0/%v_%u.jpg"/>
          <right url="sam_100_0563_42/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0563_42/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0563_42/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0563_42/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0563_42/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0563_42/mobile/0.jpg"/>
      <right url="sam_100_0563_42/mobile/1.jpg"/>
      <back  url="sam_100_0563_42/mobile/2.jpg"/>
      <left  url="sam_100_0563_42/mobile/3.jpg"/>
      <up    url="sam_100_0563_42/mobile/4.jpg"/>
      <down  url="sam_100_0563_42/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint206"
           ath="4.551724" atv="-7.050691"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano41"
           onclick="onclickspotpoint206"
           tooltip="spotpoint206_tooltip"
           />
  <hotspot name="spotpoint206" devices="flash" zorder="3"/>
  <hotspot name="spotpoint206" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint206">
  
        mainloadscene(pano41);lookat(get(panoview.h), get(panoview.v), get(panoview.fov));


  </action>





  <hotspot name="spotpoint207"
           ath="-60.000000" atv="-5.391705"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano43"
           onclick="onclickspotpoint207"
           tooltip="spotpoint207_tooltip"
           />
  <hotspot name="spotpoint207" devices="flash" zorder="3"/>
  <hotspot name="spotpoint207" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint207">
  
        mainloadscene(pano43);lookat(155.700000, 0.450000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint206].visible, false);

    set(hotspot[spotpoint207].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint206].visible, true);

  
  set(hotspot[spotpoint207].visible, true);
  </action>
  <events name="pano42stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 102 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0564" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0564.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano43"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0564_43/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano43_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0564_43/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0564_43/0/1/%v_%u.jpg"/>
          <right url="sam_100_0564_43/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0564_43/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0564_43/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0564_43/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0564_43/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0564_43/0/0/%v_%u.jpg"/>
          <right url="sam_100_0564_43/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0564_43/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0564_43/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0564_43/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0564_43/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0564_43/mobile/0.jpg"/>
      <right url="sam_100_0564_43/mobile/1.jpg"/>
      <back  url="sam_100_0564_43/mobile/2.jpg"/>
      <left  url="sam_100_0564_43/mobile/3.jpg"/>
      <up    url="sam_100_0564_43/mobile/4.jpg"/>
      <down  url="sam_100_0564_43/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint208"
           ath="-173.379310" atv="-3.732719"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano44"
           onclick="onclickspotpoint208"
           tooltip="spotpoint208_tooltip"
           />
  <hotspot name="spotpoint208" devices="flash" zorder="3"/>
  <hotspot name="spotpoint208" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint208">
  
        mainloadscene(pano44);lookat(152.550000, -0.450000, 90.000000);


  </action>





  <hotspot name="spotpoint209"
           ath="2.068966" atv="-0.414747"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano42"
           onclick="onclickspotpoint209"
           tooltip="spotpoint209_tooltip"
           />
  <hotspot name="spotpoint209" devices="flash" zorder="3"/>
  <hotspot name="spotpoint209" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint209">
  
        mainloadscene(pano42);lookat(92.700000, 4.950000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint208].visible, false);

    set(hotspot[spotpoint209].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint208].visible, true);

  
  set(hotspot[spotpoint209].visible, true);
  </action>
  <events name="pano43stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 103 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0565" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0565.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano44"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0565_44/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano44_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0565_44/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0565_44/0/1/%v_%u.jpg"/>
          <right url="sam_100_0565_44/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0565_44/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0565_44/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0565_44/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0565_44/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0565_44/0/0/%v_%u.jpg"/>
          <right url="sam_100_0565_44/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0565_44/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0565_44/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0565_44/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0565_44/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0565_44/mobile/0.jpg"/>
      <right url="sam_100_0565_44/mobile/1.jpg"/>
      <back  url="sam_100_0565_44/mobile/2.jpg"/>
      <left  url="sam_100_0565_44/mobile/3.jpg"/>
      <up    url="sam_100_0565_44/mobile/4.jpg"/>
      <down  url="sam_100_0565_44/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint210"
           ath="-16.137931" atv="-1.244240"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano43"
           onclick="onclickspotpoint210"
           tooltip="spotpoint210_tooltip"
           />
  <hotspot name="spotpoint210" devices="flash" zorder="3"/>
  <hotspot name="spotpoint210" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint210">
  
        mainloadscene(pano43);lookat(113.850000, 19.350000, 90.000000);


  </action>





  <hotspot name="spotpoint211"
           ath="167.586207" atv="-20.322581"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano45"
           onclick="onclickspotpoint211"
           tooltip="spotpoint211_tooltip"
           />
  <hotspot name="spotpoint211" devices="flash" zorder="3"/>
  <hotspot name="spotpoint211" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint211">
  
        mainloadscene(pano45);lookat(-121.050000, -6.300000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint210].visible, false);

    set(hotspot[spotpoint211].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint210].visible, true);

  
  set(hotspot[spotpoint211].visible, true);
  </action>
  <events name="pano44stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 104 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0566" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0566.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano45"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0566_45/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano45_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0566_45/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0566_45/0/1/%v_%u.jpg"/>
          <right url="sam_100_0566_45/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0566_45/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0566_45/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0566_45/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0566_45/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0566_45/0/0/%v_%u.jpg"/>
          <right url="sam_100_0566_45/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0566_45/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0566_45/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0566_45/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0566_45/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0566_45/mobile/0.jpg"/>
      <right url="sam_100_0566_45/mobile/1.jpg"/>
      <back  url="sam_100_0566_45/mobile/2.jpg"/>
      <left  url="sam_100_0566_45/mobile/3.jpg"/>
      <up    url="sam_100_0566_45/mobile/4.jpg"/>
      <down  url="sam_100_0566_45/mobile/5.jpg"/>
    </image>




  <!-- **** 3 Point Spots **** -->



  <hotspot name="spotpoint212"
           ath="75.724138" atv="-16.175115"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano44"
           onclick="onclickspotpoint212"
           tooltip="spotpoint212_tooltip"
           />
  <hotspot name="spotpoint212" devices="flash" zorder="3"/>
  <hotspot name="spotpoint212" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint212">
  
        mainloadscene(pano44);lookat(get(panoview.h), get(panoview.v), get(panoview.fov));


  </action>





  <hotspot name="spotpoint213"
           ath="-164.275862" atv="-7.880184"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano46"
           onclick="onclickspotpoint213"
           tooltip="spotpoint213_tooltip"
           />
  <hotspot name="spotpoint213" devices="flash" zorder="3"/>
  <hotspot name="spotpoint213" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint213">
  
        mainloadscene(pano46);lookat(-161.100000, 7.650000, 90.000000);


  </action>





  <hotspot name="spotpoint242"
           ath="130.344828" atv="-15.345622"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano13"
           onclick="onclickspotpoint242"
           />
  <hotspot name="spotpoint242" devices="flash" zorder="3"/>
  <hotspot name="spotpoint242" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint242">
  
        mainloadscene(pano13);lookat(94.950000, -0.450000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint212].visible, false);

    set(hotspot[spotpoint213].visible, false);

    set(hotspot[spotpoint242].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint212].visible, true);

  
  set(hotspot[spotpoint213].visible, true);

  
  set(hotspot[spotpoint242].visible, true);
  </action>
  <events name="pano45stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 105 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0567" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0567.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano46"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0567_46/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano46_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0567_46/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0567_46/0/1/%v_%u.jpg"/>
          <right url="sam_100_0567_46/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0567_46/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0567_46/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0567_46/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0567_46/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0567_46/0/0/%v_%u.jpg"/>
          <right url="sam_100_0567_46/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0567_46/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0567_46/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0567_46/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0567_46/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0567_46/mobile/0.jpg"/>
      <right url="sam_100_0567_46/mobile/1.jpg"/>
      <back  url="sam_100_0567_46/mobile/2.jpg"/>
      <left  url="sam_100_0567_46/mobile/3.jpg"/>
      <up    url="sam_100_0567_46/mobile/4.jpg"/>
      <down  url="sam_100_0567_46/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint214"
           ath="-6.206897" atv="-9.539171"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano45"
           onclick="onclickspotpoint214"
           tooltip="spotpoint214_tooltip"
           />
  <hotspot name="spotpoint214" devices="flash" zorder="3"/>
  <hotspot name="spotpoint214" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint214">
  
        mainloadscene(pano45);lookat(get(panoview.h), get(panoview.v), get(panoview.fov));


  </action>





  <hotspot name="spotpoint215"
           ath="94.758621" atv="-5.391705"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano47"
           onclick="onclickspotpoint215"
           tooltip="spotpoint215_tooltip"
           />
  <hotspot name="spotpoint215" devices="flash" zorder="3"/>
  <hotspot name="spotpoint215" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint215">
  
        mainloadscene(pano47);lookat(166.500000, -1.800000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint214].visible, false);

    set(hotspot[spotpoint215].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint214].visible, true);

  
  set(hotspot[spotpoint215].visible, true);
  </action>
  <events name="pano46stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 106 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0568" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0568.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano47"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0568_47/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano47_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0568_47/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0568_47/0/1/%v_%u.jpg"/>
          <right url="sam_100_0568_47/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0568_47/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0568_47/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0568_47/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0568_47/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0568_47/0/0/%v_%u.jpg"/>
          <right url="sam_100_0568_47/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0568_47/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0568_47/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0568_47/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0568_47/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0568_47/mobile/0.jpg"/>
      <right url="sam_100_0568_47/mobile/1.jpg"/>
      <back  url="sam_100_0568_47/mobile/2.jpg"/>
      <left  url="sam_100_0568_47/mobile/3.jpg"/>
      <up    url="sam_100_0568_47/mobile/4.jpg"/>
      <down  url="sam_100_0568_47/mobile/5.jpg"/>
    </image>




  <!-- **** 3 Point Spots **** -->



  <hotspot name="spotpoint216"
           ath="127.862069" atv="-3.732719"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano48"
           onclick="onclickspotpoint216"
           tooltip="spotpoint216_tooltip"
           />
  <hotspot name="spotpoint216" devices="flash" zorder="3"/>
  <hotspot name="spotpoint216" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint216">
  
        mainloadscene(pano48);lookat(-173.250000, 6.300000, 90.000000);


  </action>





  <hotspot name="spotpoint217"
           ath="-9.517241" atv="-5.391705"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano46"
           onclick="onclickspotpoint217"
           tooltip="spotpoint217_tooltip"
           />
  <hotspot name="spotpoint217" devices="flash" zorder="3"/>
  <hotspot name="spotpoint217" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint217">
  
        mainloadscene(pano46);lookat(-90.450000, 7.200000, 90.000000);


  </action>





  <hotspot name="spotpoint223"
           ath="-121.241379" atv="-9.539171"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano51"
           onclick="onclickspotpoint223"
           tooltip="spotpoint223_tooltip"
           />
  <hotspot name="spotpoint223" devices="flash" zorder="3"/>
  <hotspot name="spotpoint223" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint223">
  
        mainloadscene(pano51);lookat(-150.750000, 4.050000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint216].visible, false);

    set(hotspot[spotpoint217].visible, false);

    set(hotspot[spotpoint223].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint216].visible, true);

  
  set(hotspot[spotpoint217].visible, true);

  
  set(hotspot[spotpoint223].visible, true);
  </action>
  <events name="pano47stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 107 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0569" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0569.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano48"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0569_48/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano48_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0569_48/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0569_48/0/1/%v_%u.jpg"/>
          <right url="sam_100_0569_48/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0569_48/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0569_48/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0569_48/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0569_48/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0569_48/0/0/%v_%u.jpg"/>
          <right url="sam_100_0569_48/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0569_48/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0569_48/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0569_48/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0569_48/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0569_48/mobile/0.jpg"/>
      <right url="sam_100_0569_48/mobile/1.jpg"/>
      <back  url="sam_100_0569_48/mobile/2.jpg"/>
      <left  url="sam_100_0569_48/mobile/3.jpg"/>
      <up    url="sam_100_0569_48/mobile/4.jpg"/>
      <down  url="sam_100_0569_48/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint218"
           ath="-44.275862" atv="-5.391705"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano47"
           onclick="onclickspotpoint218"
           tooltip="spotpoint218_tooltip"
           />
  <hotspot name="spotpoint218" devices="flash" zorder="3"/>
  <hotspot name="spotpoint218" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint218">
  
        mainloadscene(pano47);lookat(get(panoview.h), get(panoview.v), get(panoview.fov));


  </action>





  <hotspot name="spotpoint219"
           ath="-168.413793" atv="-8.709677"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano49"
           onclick="onclickspotpoint219"
           tooltip="spotpoint219_tooltip"
           />
  <hotspot name="spotpoint219" devices="flash" zorder="3"/>
  <hotspot name="spotpoint219" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint219">
  
        mainloadscene(pano49);lookat(-171.450000, 3.150000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint218].visible, false);

    set(hotspot[spotpoint219].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint218].visible, true);

  
  set(hotspot[spotpoint219].visible, true);
  </action>
  <events name="pano48stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 108 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0570" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0570.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano49"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0570_49/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano49_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0570_49/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0570_49/0/1/%v_%u.jpg"/>
          <right url="sam_100_0570_49/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0570_49/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0570_49/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0570_49/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0570_49/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0570_49/0/0/%v_%u.jpg"/>
          <right url="sam_100_0570_49/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0570_49/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0570_49/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0570_49/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0570_49/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0570_49/mobile/0.jpg"/>
      <right url="sam_100_0570_49/mobile/1.jpg"/>
      <back  url="sam_100_0570_49/mobile/2.jpg"/>
      <left  url="sam_100_0570_49/mobile/3.jpg"/>
      <up    url="sam_100_0570_49/mobile/4.jpg"/>
      <down  url="sam_100_0570_49/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint220"
           ath="9.517241" atv="-2.073733"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano48"
           onclick="onclickspotpoint220"
           tooltip="spotpoint220_tooltip"
           />
  <hotspot name="spotpoint220" devices="flash" zorder="3"/>
  <hotspot name="spotpoint220" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint220">
  
        mainloadscene(pano48);lookat(get(panoview.h), get(panoview.v), get(panoview.fov));


  </action>





  <hotspot name="spotpoint221"
           ath="113.793103" atv="-5.391705"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano50"
           onclick="onclickspotpoint221"
           tooltip="spotpoint221_tooltip"
           />
  <hotspot name="spotpoint221" devices="flash" zorder="3"/>
  <hotspot name="spotpoint221" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint221">
  
        mainloadscene(pano50);lookat(171.450000, 3.150000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint220].visible, false);

    set(hotspot[spotpoint221].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint220].visible, true);

  
  set(hotspot[spotpoint221].visible, true);
  </action>
  <events name="pano49stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 109 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0571" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0571.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano50"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0571_50/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano50_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0571_50/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0571_50/0/1/%v_%u.jpg"/>
          <right url="sam_100_0571_50/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0571_50/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0571_50/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0571_50/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0571_50/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0571_50/0/0/%v_%u.jpg"/>
          <right url="sam_100_0571_50/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0571_50/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0571_50/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0571_50/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0571_50/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0571_50/mobile/0.jpg"/>
      <right url="sam_100_0571_50/mobile/1.jpg"/>
      <back  url="sam_100_0571_50/mobile/2.jpg"/>
      <left  url="sam_100_0571_50/mobile/3.jpg"/>
      <up    url="sam_100_0571_50/mobile/4.jpg"/>
      <down  url="sam_100_0571_50/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->



  <hotspot name="spotpoint222"
           ath="6.206897" atv="-7.880184"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano49"
           onclick="onclickspotpoint222"
           tooltip="spotpoint222_tooltip"
           />
  <hotspot name="spotpoint222" devices="flash" zorder="3"/>
  <hotspot name="spotpoint222" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint222">
  
        mainloadscene(pano49);lookat(get(panoview.h), get(panoview.v), get(panoview.fov));


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint222].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint222].visible, true);
  </action>
  <events name="pano50stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 110 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0572" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0572.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano51"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0572_51/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano51_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0572_51/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0572_51/0/1/%v_%u.jpg"/>
          <right url="sam_100_0572_51/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0572_51/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0572_51/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0572_51/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0572_51/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0572_51/0/0/%v_%u.jpg"/>
          <right url="sam_100_0572_51/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0572_51/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0572_51/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0572_51/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0572_51/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0572_51/mobile/0.jpg"/>
      <right url="sam_100_0572_51/mobile/1.jpg"/>
      <back  url="sam_100_0572_51/mobile/2.jpg"/>
      <left  url="sam_100_0572_51/mobile/3.jpg"/>
      <up    url="sam_100_0572_51/mobile/4.jpg"/>
      <down  url="sam_100_0572_51/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint224"
           ath="-22.758621" atv="-7.880184"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano47"
           onclick="onclickspotpoint224"
           tooltip="spotpoint224_tooltip"
           />
  <hotspot name="spotpoint224" devices="flash" zorder="3"/>
  <hotspot name="spotpoint224" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint224">
  
        mainloadscene(pano47);lookat(get(panoview.h), get(panoview.v), get(panoview.fov));


  </action>





  <hotspot name="spotpoint225"
           ath="-175.862069" atv="-9.539171"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano52"
           onclick="onclickspotpoint225"
           tooltip="spotpoint225_tooltip"
           />
  <hotspot name="spotpoint225" devices="flash" zorder="3"/>
  <hotspot name="spotpoint225" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint225">
  
        mainloadscene(pano52);lookat(-175.950000, -0.900000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint224].visible, false);

    set(hotspot[spotpoint225].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint224].visible, true);

  
  set(hotspot[spotpoint225].visible, true);
  </action>
  <events name="pano51stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 111 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0573" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0573.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano52"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0573_52/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano52_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0573_52/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0573_52/0/1/%v_%u.jpg"/>
          <right url="sam_100_0573_52/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0573_52/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0573_52/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0573_52/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0573_52/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0573_52/0/0/%v_%u.jpg"/>
          <right url="sam_100_0573_52/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0573_52/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0573_52/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0573_52/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0573_52/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0573_52/mobile/0.jpg"/>
      <right url="sam_100_0573_52/mobile/1.jpg"/>
      <back  url="sam_100_0573_52/mobile/2.jpg"/>
      <left  url="sam_100_0573_52/mobile/3.jpg"/>
      <up    url="sam_100_0573_52/mobile/4.jpg"/>
      <down  url="sam_100_0573_52/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint226"
           ath="7.862069" atv="-4.562212"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano51"
           onclick="onclickspotpoint226"
           tooltip="spotpoint226_tooltip"
           />
  <hotspot name="spotpoint226" devices="flash" zorder="3"/>
  <hotspot name="spotpoint226" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint226">
  
        mainloadscene(pano51);lookat(-20.700000, -0.450000, 90.000000);


  </action>





  <hotspot name="spotpoint227"
           ath="112.965517" atv="-13.686636"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano53"
           onclick="onclickspotpoint227"
           tooltip="spotpoint227_tooltip"
           />
  <hotspot name="spotpoint227" devices="flash" zorder="3"/>
  <hotspot name="spotpoint227" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint227">
  
        mainloadscene(pano53);lookat(173.250000, 8.100000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint226].visible, false);

    set(hotspot[spotpoint227].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint226].visible, true);

  
  set(hotspot[spotpoint227].visible, true);
  </action>
  <events name="pano52stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 112 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0574" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0574.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano53"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0574_53/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano53_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0574_53/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0574_53/0/1/%v_%u.jpg"/>
          <right url="sam_100_0574_53/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0574_53/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0574_53/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0574_53/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0574_53/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0574_53/0/0/%v_%u.jpg"/>
          <right url="sam_100_0574_53/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0574_53/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0574_53/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0574_53/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0574_53/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0574_53/mobile/0.jpg"/>
      <right url="sam_100_0574_53/mobile/1.jpg"/>
      <back  url="sam_100_0574_53/mobile/2.jpg"/>
      <left  url="sam_100_0574_53/mobile/3.jpg"/>
      <up    url="sam_100_0574_53/mobile/4.jpg"/>
      <down  url="sam_100_0574_53/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->



  <hotspot name="spotpoint228"
           ath="29.379310" atv="-8.709677"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano52"
           onclick="onclickspotpoint228"
           tooltip="spotpoint228_tooltip"
           />
  <hotspot name="spotpoint228" devices="flash" zorder="3"/>
  <hotspot name="spotpoint228" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint228">
  
        mainloadscene(pano52);lookat(-47.250000, 0.000000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint228].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint228].visible, true);
  </action>
  <events name="pano53stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 114 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0576" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0576.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano55"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0576_55/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano55_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0576_55/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0576_55/0/1/%v_%u.jpg"/>
          <right url="sam_100_0576_55/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0576_55/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0576_55/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0576_55/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0576_55/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0576_55/0/0/%v_%u.jpg"/>
          <right url="sam_100_0576_55/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0576_55/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0576_55/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0576_55/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0576_55/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0576_55/mobile/0.jpg"/>
      <right url="sam_100_0576_55/mobile/1.jpg"/>
      <back  url="sam_100_0576_55/mobile/2.jpg"/>
      <left  url="sam_100_0576_55/mobile/3.jpg"/>
      <up    url="sam_100_0576_55/mobile/4.jpg"/>
      <down  url="sam_100_0576_55/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint229"
           ath="179.172414" atv="-20.322581"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano56"
           onclick="onclickspotpoint229"
           tooltip="spotpoint229_tooltip"
           />
  <hotspot name="spotpoint229" devices="flash" zorder="3"/>
  <hotspot name="spotpoint229" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint229">
  
        mainloadscene(pano56);lookat(-160.650000, 4.500000, 90.000000);


  </action>





  <hotspot name="spotpoint238"
           ath="20.275862" atv="-13.686636"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano17"
           onclick="onclickspotpoint238"
           />
  <hotspot name="spotpoint238" devices="flash" zorder="3"/>
  <hotspot name="spotpoint238" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint238">
  
        mainloadscene(pano17);lookat(115.200000, -3.150000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint229].visible, false);

    set(hotspot[spotpoint238].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint229].visible, true);

  
  set(hotspot[spotpoint238].visible, true);
  </action>
  <events name="pano55stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 115 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0577" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0577.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano56"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0577_56/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano56_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0577_56/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0577_56/0/1/%v_%u.jpg"/>
          <right url="sam_100_0577_56/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0577_56/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0577_56/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0577_56/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0577_56/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0577_56/0/0/%v_%u.jpg"/>
          <right url="sam_100_0577_56/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0577_56/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0577_56/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0577_56/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0577_56/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0577_56/mobile/0.jpg"/>
      <right url="sam_100_0577_56/mobile/1.jpg"/>
      <back  url="sam_100_0577_56/mobile/2.jpg"/>
      <left  url="sam_100_0577_56/mobile/3.jpg"/>
      <up    url="sam_100_0577_56/mobile/4.jpg"/>
      <down  url="sam_100_0577_56/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint230"
           ath="9.517241" atv="3.732719"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano55"
           onclick="onclickspotpoint230"
           tooltip="spotpoint230_tooltip"
           />
  <hotspot name="spotpoint230" devices="flash" zorder="3"/>
  <hotspot name="spotpoint230" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint230">
  
        mainloadscene(pano55);lookat(get(panoview.h), get(panoview.v), get(panoview.fov));


  </action>





  <hotspot name="spotpoint231"
           ath="169.241379" atv="-8.709677"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano57"
           onclick="onclickspotpoint231"
           tooltip="spotpoint231_tooltip"
           />
  <hotspot name="spotpoint231" devices="flash" zorder="3"/>
  <hotspot name="spotpoint231" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint231">
  
        mainloadscene(pano57);lookat(141.300000, 6.300000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint230].visible, false);

    set(hotspot[spotpoint231].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint230].visible, true);

  
  set(hotspot[spotpoint231].visible, true);
  </action>
  <events name="pano56stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 116 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0578" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0578.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano57"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0578_57/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano57_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0578_57/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0578_57/0/1/%v_%u.jpg"/>
          <right url="sam_100_0578_57/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0578_57/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0578_57/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0578_57/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0578_57/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0578_57/0/0/%v_%u.jpg"/>
          <right url="sam_100_0578_57/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0578_57/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0578_57/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0578_57/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0578_57/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0578_57/mobile/0.jpg"/>
      <right url="sam_100_0578_57/mobile/1.jpg"/>
      <back  url="sam_100_0578_57/mobile/2.jpg"/>
      <left  url="sam_100_0578_57/mobile/3.jpg"/>
      <up    url="sam_100_0578_57/mobile/4.jpg"/>
      <down  url="sam_100_0578_57/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint232"
           ath="25.241379" atv="-2.903226"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano56"
           onclick="onclickspotpoint232"
           tooltip="spotpoint232_tooltip"
           />
  <hotspot name="spotpoint232" devices="flash" zorder="3"/>
  <hotspot name="spotpoint232" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint232">
  
        mainloadscene(pano56);lookat(get(panoview.h), get(panoview.v), get(panoview.fov));


  </action>





  <hotspot name="spotpoint233"
           ath="131.172414" atv="-6.221198"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano58"
           onclick="onclickspotpoint233"
           tooltip="spotpoint233_tooltip"
           />
  <hotspot name="spotpoint233" devices="flash" zorder="3"/>
  <hotspot name="spotpoint233" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint233">
  
        mainloadscene(pano58);lookat(get(panoview.h), get(panoview.v), get(panoview.fov));


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint232].visible, false);

    set(hotspot[spotpoint233].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint232].visible, true);

  
  set(hotspot[spotpoint233].visible, true);
  </action>
  <events name="pano57stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 117 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0579" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0579.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano58"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0579_58/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano58_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0579_58/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0579_58/0/1/%v_%u.jpg"/>
          <right url="sam_100_0579_58/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0579_58/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0579_58/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0579_58/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0579_58/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0579_58/0/0/%v_%u.jpg"/>
          <right url="sam_100_0579_58/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0579_58/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0579_58/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0579_58/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0579_58/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0579_58/mobile/0.jpg"/>
      <right url="sam_100_0579_58/mobile/1.jpg"/>
      <back  url="sam_100_0579_58/mobile/2.jpg"/>
      <left  url="sam_100_0579_58/mobile/3.jpg"/>
      <up    url="sam_100_0579_58/mobile/4.jpg"/>
      <down  url="sam_100_0579_58/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint234"
           ath="-2.068966" atv="-7.050691"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano57"
           onclick="onclickspotpoint234"
           tooltip="spotpoint234_tooltip"
           />
  <hotspot name="spotpoint234" devices="flash" zorder="3"/>
  <hotspot name="spotpoint234" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint234">
  
        mainloadscene(pano57);lookat(get(panoview.h), get(panoview.v), get(panoview.fov));


  </action>





  <hotspot name="spotpoint235"
           ath="175.862069" atv="18.663594"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano59"
           onclick="onclickspotpoint235"
           tooltip="spotpoint235_tooltip"
           />
  <hotspot name="spotpoint235" devices="flash" zorder="3"/>
  <hotspot name="spotpoint235" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint235">
  
        mainloadscene(pano59);lookat(164.250000, -3.150000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint234].visible, false);

    set(hotspot[spotpoint235].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint234].visible, true);

  
  set(hotspot[spotpoint235].visible, true);
  </action>
  <events name="pano58stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 118 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0580" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0580.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano59"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0580_59/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano59_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0580_59/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0580_59/0/1/%v_%u.jpg"/>
          <right url="sam_100_0580_59/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0580_59/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0580_59/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0580_59/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0580_59/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0580_59/0/0/%v_%u.jpg"/>
          <right url="sam_100_0580_59/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0580_59/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0580_59/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0580_59/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0580_59/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0580_59/mobile/0.jpg"/>
      <right url="sam_100_0580_59/mobile/1.jpg"/>
      <back  url="sam_100_0580_59/mobile/2.jpg"/>
      <left  url="sam_100_0580_59/mobile/3.jpg"/>
      <up    url="sam_100_0580_59/mobile/4.jpg"/>
      <down  url="sam_100_0580_59/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->



  <hotspot name="spotpoint236"
           ath="-12.827586" atv="-22.811060"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano58"
           onclick="onclickspotpoint236"
           tooltip="spotpoint236_tooltip"
           />
  <hotspot name="spotpoint236" devices="flash" zorder="3"/>
  <hotspot name="spotpoint236" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint236">
  
        mainloadscene(pano58);lookat(37.800000, 6.750000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint236].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint236].visible, true);
  </action>
  <events name="pano59stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 121 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0583" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0583.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano62"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0583_62/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano62_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0583_62/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0583_62/0/1/%v_%u.jpg"/>
          <right url="sam_100_0583_62/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0583_62/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0583_62/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0583_62/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0583_62/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0583_62/0/0/%v_%u.jpg"/>
          <right url="sam_100_0583_62/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0583_62/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0583_62/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0583_62/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0583_62/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0583_62/mobile/0.jpg"/>
      <right url="sam_100_0583_62/mobile/1.jpg"/>
      <back  url="sam_100_0583_62/mobile/2.jpg"/>
      <left  url="sam_100_0583_62/mobile/3.jpg"/>
      <up    url="sam_100_0583_62/mobile/4.jpg"/>
      <down  url="sam_100_0583_62/mobile/5.jpg"/>
    </image>






</scene>

  <!-- Group Grupo 122 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0584" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0584.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano63"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0584_63/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano63_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0584_63/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0584_63/0/1/%v_%u.jpg"/>
          <right url="sam_100_0584_63/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0584_63/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0584_63/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0584_63/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0584_63/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0584_63/0/0/%v_%u.jpg"/>
          <right url="sam_100_0584_63/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0584_63/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0584_63/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0584_63/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0584_63/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0584_63/mobile/0.jpg"/>
      <right url="sam_100_0584_63/mobile/1.jpg"/>
      <back  url="sam_100_0584_63/mobile/2.jpg"/>
      <left  url="sam_100_0584_63/mobile/3.jpg"/>
      <up    url="sam_100_0584_63/mobile/4.jpg"/>
      <down  url="sam_100_0584_63/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->



  <hotspot name="spotpoint156"
           ath="16.137931" atv="3.732719"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano64"
           onclick="onclickspotpoint156"
           tooltip="spotpoint156_tooltip"
           />
  <hotspot name="spotpoint156" devices="flash" zorder="3"/>
  <hotspot name="spotpoint156" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint156">
  
        mainloadscene(pano64);lookat(-101.250000, 0.900000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint156].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint156].visible, true);
  </action>
  <events name="pano63stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 123 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0585" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0585.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano64"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0585_64/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano64_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0585_64/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0585_64/0/1/%v_%u.jpg"/>
          <right url="sam_100_0585_64/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0585_64/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0585_64/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0585_64/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0585_64/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0585_64/0/0/%v_%u.jpg"/>
          <right url="sam_100_0585_64/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0585_64/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0585_64/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0585_64/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0585_64/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0585_64/mobile/0.jpg"/>
      <right url="sam_100_0585_64/mobile/1.jpg"/>
      <back  url="sam_100_0585_64/mobile/2.jpg"/>
      <left  url="sam_100_0585_64/mobile/3.jpg"/>
      <up    url="sam_100_0585_64/mobile/4.jpg"/>
      <down  url="sam_100_0585_64/mobile/5.jpg"/>
    </image>




  <!-- **** 4 Point Spots **** -->



  <hotspot name="spotpoint153"
           ath="-100.551724" atv="-7.880184"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano20"
           onclick="onclickspotpoint153"
           tooltip="spotpoint153_tooltip"
           />
  <hotspot name="spotpoint153" devices="flash" zorder="3"/>
  <hotspot name="spotpoint153" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint153">
  
        mainloadscene(pano20);lookat(get(panoview.h), get(panoview.v), get(panoview.fov));


  </action>





  <hotspot name="spotpoint154"
           ath="-62.482759" atv="-47.695853"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano10"
           onclick="onclickspotpoint154"
           />
  <hotspot name="spotpoint154" devices="flash" zorder="3"/>
  <hotspot name="spotpoint154" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint154">
  
        mainloadscene(pano10);lookat(get(panoview.h), get(panoview.v), get(panoview.fov));


  </action>





  <hotspot name="spotpoint155"
           ath="6.206897" atv="2.073733"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano63"
           onclick="onclickspotpoint155"
           tooltip="spotpoint155_tooltip"
           />
  <hotspot name="spotpoint155" devices="flash" zorder="3"/>
  <hotspot name="spotpoint155" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint155">
  
        mainloadscene(pano63);lookat(172.227273, 4.909091, 81.818182);


  </action>





  <hotspot name="spotpoint157"
           ath="160.965517" atv="4.562212"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano65"
           onclick="onclickspotpoint157"
           tooltip="spotpoint157_tooltip"
           />
  <hotspot name="spotpoint157" devices="flash" zorder="3"/>
  <hotspot name="spotpoint157" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint157">
  
        mainloadscene(pano65);lookat(174.600000, 4.950000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint153].visible, false);

    set(hotspot[spotpoint154].visible, false);

    set(hotspot[spotpoint155].visible, false);

    set(hotspot[spotpoint157].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint153].visible, true);

  
  set(hotspot[spotpoint154].visible, true);

  
  set(hotspot[spotpoint155].visible, true);

  
  set(hotspot[spotpoint157].visible, true);
  </action>
  <events name="pano64stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 124 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0586" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0586.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano65"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0586_65/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano65_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0586_65/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0586_65/0/1/%v_%u.jpg"/>
          <right url="sam_100_0586_65/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0586_65/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0586_65/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0586_65/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0586_65/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0586_65/0/0/%v_%u.jpg"/>
          <right url="sam_100_0586_65/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0586_65/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0586_65/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0586_65/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0586_65/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0586_65/mobile/0.jpg"/>
      <right url="sam_100_0586_65/mobile/1.jpg"/>
      <back  url="sam_100_0586_65/mobile/2.jpg"/>
      <left  url="sam_100_0586_65/mobile/3.jpg"/>
      <up    url="sam_100_0586_65/mobile/4.jpg"/>
      <down  url="sam_100_0586_65/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint158"
           ath="-19.448276" atv="-5.391705"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano64"
           onclick="onclickspotpoint158"
           tooltip="spotpoint158_tooltip"
           />
  <hotspot name="spotpoint158" devices="flash" zorder="3"/>
  <hotspot name="spotpoint158" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint158">
  
        mainloadscene(pano64);lookat(-85.950000, 9.000000, 90.000000);


  </action>





  <hotspot name="spotpoint159"
           ath="-170.896552" atv="7.880184"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano66"
           onclick="onclickspotpoint159"
           tooltip="spotpoint159_tooltip"
           />
  <hotspot name="spotpoint159" devices="flash" zorder="3"/>
  <hotspot name="spotpoint159" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint159">
  
        mainloadscene(pano66);lookat(-176.400000, 6.750000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint158].visible, false);

    set(hotspot[spotpoint159].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint158].visible, true);

  
  set(hotspot[spotpoint159].visible, true);
  </action>
  <events name="pano65stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 125 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0587" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0587.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano66"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0587_66/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano66_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0587_66/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0587_66/0/1/%v_%u.jpg"/>
          <right url="sam_100_0587_66/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0587_66/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0587_66/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0587_66/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0587_66/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0587_66/0/0/%v_%u.jpg"/>
          <right url="sam_100_0587_66/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0587_66/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0587_66/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0587_66/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0587_66/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0587_66/mobile/0.jpg"/>
      <right url="sam_100_0587_66/mobile/1.jpg"/>
      <back  url="sam_100_0587_66/mobile/2.jpg"/>
      <left  url="sam_100_0587_66/mobile/3.jpg"/>
      <up    url="sam_100_0587_66/mobile/4.jpg"/>
      <down  url="sam_100_0587_66/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint160"
           ath="2.896552" atv="-9.539171"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano65"
           onclick="onclickspotpoint160"
           tooltip="spotpoint160_tooltip"
           />
  <hotspot name="spotpoint160" devices="flash" zorder="3"/>
  <hotspot name="spotpoint160" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint160">
  
        mainloadscene(pano65);lookat(-0.450000, 0.450000, 90.000000);


  </action>





  <hotspot name="spotpoint161"
           ath="-171.724138" atv="15.345622"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano67"
           onclick="onclickspotpoint161"
           tooltip="spotpoint161_tooltip"
           />
  <hotspot name="spotpoint161" devices="flash" zorder="3"/>
  <hotspot name="spotpoint161" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint161">
  
        mainloadscene(pano67);lookat(-175.500000, 4.050000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint160].visible, false);

    set(hotspot[spotpoint161].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint160].visible, true);

  
  set(hotspot[spotpoint161].visible, true);
  </action>
  <events name="pano66stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 126 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0588" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0588.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano67"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0588_67/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano67_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0588_67/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0588_67/0/1/%v_%u.jpg"/>
          <right url="sam_100_0588_67/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0588_67/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0588_67/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0588_67/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0588_67/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0588_67/0/0/%v_%u.jpg"/>
          <right url="sam_100_0588_67/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0588_67/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0588_67/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0588_67/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0588_67/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0588_67/mobile/0.jpg"/>
      <right url="sam_100_0588_67/mobile/1.jpg"/>
      <back  url="sam_100_0588_67/mobile/2.jpg"/>
      <left  url="sam_100_0588_67/mobile/3.jpg"/>
      <up    url="sam_100_0588_67/mobile/4.jpg"/>
      <down  url="sam_100_0588_67/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint162"
           ath="-22.758621" atv="-9.539171"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano66"
           onclick="onclickspotpoint162"
           tooltip="spotpoint162_tooltip"
           />
  <hotspot name="spotpoint162" devices="flash" zorder="3"/>
  <hotspot name="spotpoint162" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint162">
  
        mainloadscene(pano66);lookat(get(panoview.h), get(panoview.v), get(panoview.fov));


  </action>





  <hotspot name="spotpoint163"
           ath="-175.862069" atv="5.391705"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano68"
           onclick="onclickspotpoint163"
           tooltip="spotpoint163_tooltip"
           />
  <hotspot name="spotpoint163" devices="flash" zorder="3"/>
  <hotspot name="spotpoint163" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint163">
  
        mainloadscene(pano68);lookat(172.800000, 6.750000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint162].visible, false);

    set(hotspot[spotpoint163].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint162].visible, true);

  
  set(hotspot[spotpoint163].visible, true);
  </action>
  <events name="pano67stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Grupo 127 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0589" @PanoFile="/Users/casa360/Desktop/LUISA/TOURS/Carlos Gomez 6765270/fotos/SAM_100_0589.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano68"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0589_68/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano68_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0589_68/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0589_68/0/1/%v_%u.jpg"/>
          <right url="sam_100_0589_68/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0589_68/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0589_68/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0589_68/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0589_68/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0589_68/0/0/%v_%u.jpg"/>
          <right url="sam_100_0589_68/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0589_68/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0589_68/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0589_68/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0589_68/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0589_68/mobile/0.jpg"/>
      <right url="sam_100_0589_68/mobile/1.jpg"/>
      <back  url="sam_100_0589_68/mobile/2.jpg"/>
      <left  url="sam_100_0589_68/mobile/3.jpg"/>
      <up    url="sam_100_0589_68/mobile/4.jpg"/>
      <down  url="sam_100_0589_68/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->



  <hotspot name="spotpoint164"
           ath="26.068966" atv="-4.562212"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano67"
           onclick="onclickspotpoint164"
           tooltip="spotpoint164_tooltip"
           />
  <hotspot name="spotpoint164" devices="flash" zorder="3"/>
  <hotspot name="spotpoint164" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint164">
  
        mainloadscene(pano67);lookat(get(panoview.h), get(panoview.v), get(panoview.fov));


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint164].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint164].visible, true);
  </action>
  <events name="pano68stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <krpano nofullspherepanoavailable="false" />



</krpano>

