<?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 : 16-01-2023 15-15-30 -->
  <!-- Project file : /Users/casa360/Desktop/Katherinne/Tours/Enero/Luz Janeth Vargas 6171TR707/Tour/Tour.kpt -->
  <!-- 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, pano855);
    );
    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>

  <!-- 14 Groups -->

  <!-- Group Grupo 869 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0998" @PanoFile="/Users/casa360/Desktop/Katherinne/Tours/Enero/Luz Janeth Vargas 6171TR707/Fotos/SAM_100_0998.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano855"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0998_855/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano855_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_0998_855/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_0998_855/0/1/%v_%u.jpg"/>
          <right url="sam_100_0998_855/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0998_855/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0998_855/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0998_855/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0998_855/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0998_855/0/0/%v_%u.jpg"/>
          <right url="sam_100_0998_855/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0998_855/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0998_855/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0998_855/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0998_855/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0998_855/mobile/0.jpg"/>
      <right url="sam_100_0998_855/mobile/1.jpg"/>
      <back  url="sam_100_0998_855/mobile/2.jpg"/>
      <left  url="sam_100_0998_855/mobile/3.jpg"/>
      <up    url="sam_100_0998_855/mobile/4.jpg"/>
      <down  url="sam_100_0998_855/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint883"
           ath="-15.893224" atv="1.851852"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano856"
           onclick="onclickspotpoint883"
           tooltip="spotpoint883_tooltip"
           />
  <hotspot name="spotpoint883" devices="flash" zorder="3"/>
  <hotspot name="spotpoint883" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint883">
  
        mainloadscene(pano856);lookat(156.600000, 4.950000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

  <!-- Group Grupo 870 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0999" @PanoFile="/Users/casa360/Desktop/Katherinne/Tours/Enero/Luz Janeth Vargas 6171TR707/Fotos/SAM_100_0999.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano856"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0999_856/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano856_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_0999_856/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_0999_856/0/1/%v_%u.jpg"/>
          <right url="sam_100_0999_856/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0999_856/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0999_856/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0999_856/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0999_856/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0999_856/0/0/%v_%u.jpg"/>
          <right url="sam_100_0999_856/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0999_856/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0999_856/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0999_856/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0999_856/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0999_856/mobile/0.jpg"/>
      <right url="sam_100_0999_856/mobile/1.jpg"/>
      <back  url="sam_100_0999_856/mobile/2.jpg"/>
      <left  url="sam_100_0999_856/mobile/3.jpg"/>
      <up    url="sam_100_0999_856/mobile/4.jpg"/>
      <down  url="sam_100_0999_856/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint885"
           ath="95.744681" atv="4.186047"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano857"
           onclick="onclickspotpoint885"
           tooltip="spotpoint885_tooltip"
           />
  <hotspot name="spotpoint885" devices="flash" zorder="3"/>
  <hotspot name="spotpoint885" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint885">
  
        mainloadscene(pano857);lookat(45.450000, -0.450000, 90.000000);


  </action>





  <hotspot name="spotpoint888"
           ath="134.738878" atv="7.674419"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano858"
           onclick="onclickspotpoint888"
           tooltip="spotpoint888_tooltip"
           />
  <hotspot name="spotpoint888" devices="flash" zorder="3"/>
  <hotspot name="spotpoint888" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint888">
  
        mainloadscene(pano858);lookat(12.150000, -6.750000, 90.000000);


  </action>





  <hotspot name="spotpoint977"
           ath="-171.644101" atv="7.674419"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano859"
           onclick="onclickspotpoint977"
           tooltip="spotpoint977_tooltip"
           />
  <hotspot name="spotpoint977" devices="flash" zorder="3"/>
  <hotspot name="spotpoint977" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint977">
  
        mainloadscene(pano859);lookat(get(panoview.h), get(panoview.v), get(panoview.fov));


  </action>





  <hotspot name="spotpoint1003"
           ath="-33.075435" atv="-0.697674"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano855"
           onclick="onclickspotpoint1003"
           tooltip="spotpoint1003_tooltip"
           />
  <hotspot name="spotpoint1003" devices="flash" zorder="3"/>
  <hotspot name="spotpoint1003" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint1003">
  
        mainloadscene(pano855);lookat(-173.700000, 4.050000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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

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

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

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

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


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



</scene>

  <!-- Group Grupo 871 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_1000" @PanoFile="/Users/casa360/Desktop/Katherinne/Tours/Enero/Luz Janeth Vargas 6171TR707/Fotos/SAM_100_1000.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano857"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_1000_857/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano857_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_1000_857/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_1000_857/0/1/%v_%u.jpg"/>
          <right url="sam_100_1000_857/1/1/%v_%u.jpg"/>
          <back  url="sam_100_1000_857/2/1/%v_%u.jpg"/>
          <left  url="sam_100_1000_857/3/1/%v_%u.jpg"/>
          <up    url="sam_100_1000_857/4/1/%v_%u.jpg"/>
          <down  url="sam_100_1000_857/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_1000_857/0/0/%v_%u.jpg"/>
          <right url="sam_100_1000_857/1/0/%v_%u.jpg"/>
          <back  url="sam_100_1000_857/2/0/%v_%u.jpg"/>
          <left  url="sam_100_1000_857/3/0/%v_%u.jpg"/>
          <up    url="sam_100_1000_857/4/0/%v_%u.jpg"/>
          <down  url="sam_100_1000_857/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_1000_857/mobile/0.jpg"/>
      <right url="sam_100_1000_857/mobile/1.jpg"/>
      <back  url="sam_100_1000_857/mobile/2.jpg"/>
      <left  url="sam_100_1000_857/mobile/3.jpg"/>
      <up    url="sam_100_1000_857/mobile/4.jpg"/>
      <down  url="sam_100_1000_857/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint887"
           ath="-138.916828" atv="9.069767"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano856"
           onclick="onclickspotpoint887"
           tooltip="spotpoint887_tooltip"
           />
  <hotspot name="spotpoint887" devices="flash" zorder="3"/>
  <hotspot name="spotpoint887" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint887">
  
        mainloadscene(pano856);lookat(-131.400000, -0.000000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

  <!-- Group Grupo 872 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_1001" @PanoFile="/Users/casa360/Desktop/Katherinne/Tours/Enero/Luz Janeth Vargas 6171TR707/Fotos/SAM_100_1001.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano858"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_1001_858/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano858_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_1001_858/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_1001_858/0/1/%v_%u.jpg"/>
          <right url="sam_100_1001_858/1/1/%v_%u.jpg"/>
          <back  url="sam_100_1001_858/2/1/%v_%u.jpg"/>
          <left  url="sam_100_1001_858/3/1/%v_%u.jpg"/>
          <up    url="sam_100_1001_858/4/1/%v_%u.jpg"/>
          <down  url="sam_100_1001_858/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_1001_858/0/0/%v_%u.jpg"/>
          <right url="sam_100_1001_858/1/0/%v_%u.jpg"/>
          <back  url="sam_100_1001_858/2/0/%v_%u.jpg"/>
          <left  url="sam_100_1001_858/3/0/%v_%u.jpg"/>
          <up    url="sam_100_1001_858/4/0/%v_%u.jpg"/>
          <down  url="sam_100_1001_858/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_1001_858/mobile/0.jpg"/>
      <right url="sam_100_1001_858/mobile/1.jpg"/>
      <back  url="sam_100_1001_858/mobile/2.jpg"/>
      <left  url="sam_100_1001_858/mobile/3.jpg"/>
      <up    url="sam_100_1001_858/mobile/4.jpg"/>
      <down  url="sam_100_1001_858/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint889"
           ath="-104.100580" atv="2.790698"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano860"
           onclick="onclickspotpoint889"
           tooltip="spotpoint889_tooltip"
           />
  <hotspot name="spotpoint889" devices="flash" zorder="3"/>
  <hotspot name="spotpoint889" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint889">
  
        mainloadscene(pano860);lookat(56.700000, -5.400000, 90.000000);


  </action>





  <hotspot name="spotpoint976"
           ath="-170.390144" atv="4.814815"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano856"
           onclick="onclickspotpoint976"
           tooltip="spotpoint976_tooltip"
           />
  <hotspot name="spotpoint976" devices="flash" zorder="3"/>
  <hotspot name="spotpoint976" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint976">
  
        mainloadscene(pano856);lookat(-36.450000, 1.350000, 90.000000);


  </action>





  <hotspot name="spotpoint1004"
           ath="97.207392" atv="2.592593"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano859"
           onclick="onclickspotpoint1004"
           tooltip="spotpoint1004_tooltip"
           />
  <hotspot name="spotpoint1004" devices="flash" zorder="3"/>
  <hotspot name="spotpoint1004" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint1004">
  
        mainloadscene(pano859);lookat(51.750000, 2.250000, 90.000000);


  </action>





  <hotspot name="spotpoint1019"
           ath="161.199226" atv="2.093023"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano862"
           onclick="onclickspotpoint1019"
           tooltip="spotpoint1019_tooltip"
           />
  <hotspot name="spotpoint1019" devices="flash" zorder="3"/>
  <hotspot name="spotpoint1019" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint1019">
  
        mainloadscene(pano862);lookat(-49.500000, -4.500000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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

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

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

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

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


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



</scene>

  <!-- Group Grupo 873 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_1002" @PanoFile="/Users/casa360/Desktop/Katherinne/Tours/Enero/Luz Janeth Vargas 6171TR707/Fotos/SAM_100_1002.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano859"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_1002_859/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano859_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_1002_859/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_1002_859/0/1/%v_%u.jpg"/>
          <right url="sam_100_1002_859/1/1/%v_%u.jpg"/>
          <back  url="sam_100_1002_859/2/1/%v_%u.jpg"/>
          <left  url="sam_100_1002_859/3/1/%v_%u.jpg"/>
          <up    url="sam_100_1002_859/4/1/%v_%u.jpg"/>
          <down  url="sam_100_1002_859/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_1002_859/0/0/%v_%u.jpg"/>
          <right url="sam_100_1002_859/1/0/%v_%u.jpg"/>
          <back  url="sam_100_1002_859/2/0/%v_%u.jpg"/>
          <left  url="sam_100_1002_859/3/0/%v_%u.jpg"/>
          <up    url="sam_100_1002_859/4/0/%v_%u.jpg"/>
          <down  url="sam_100_1002_859/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_1002_859/mobile/0.jpg"/>
      <right url="sam_100_1002_859/mobile/1.jpg"/>
      <back  url="sam_100_1002_859/mobile/2.jpg"/>
      <left  url="sam_100_1002_859/mobile/3.jpg"/>
      <up    url="sam_100_1002_859/mobile/4.jpg"/>
      <down  url="sam_100_1002_859/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint980"
           ath="-170.251451" atv="4.883721"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano856"
           onclick="onclickspotpoint980"
           tooltip="spotpoint980_tooltip"
           />
  <hotspot name="spotpoint980" devices="flash" zorder="3"/>
  <hotspot name="spotpoint980" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint980">
  
        mainloadscene(pano856);lookat(-32.850000, -2.250000, 90.000000);


  </action>





  <hotspot name="spotpoint1011"
           ath="-120.116054" atv="2.790698"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano858"
           onclick="onclickspotpoint1011"
           tooltip="spotpoint1011_tooltip"
           />
  <hotspot name="spotpoint1011" devices="flash" zorder="3"/>
  <hotspot name="spotpoint1011" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint1011">
  
        mainloadscene(pano858);lookat(-75.150000, -4.050000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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


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



</scene>

  <!-- Group Grupo 874 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_1003" @PanoFile="/Users/casa360/Desktop/Katherinne/Tours/Enero/Luz Janeth Vargas 6171TR707/Fotos/SAM_100_1003.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano860"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_1003_860/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano860_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_1003_860/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_1003_860/0/1/%v_%u.jpg"/>
          <right url="sam_100_1003_860/1/1/%v_%u.jpg"/>
          <back  url="sam_100_1003_860/2/1/%v_%u.jpg"/>
          <left  url="sam_100_1003_860/3/1/%v_%u.jpg"/>
          <up    url="sam_100_1003_860/4/1/%v_%u.jpg"/>
          <down  url="sam_100_1003_860/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_1003_860/0/0/%v_%u.jpg"/>
          <right url="sam_100_1003_860/1/0/%v_%u.jpg"/>
          <back  url="sam_100_1003_860/2/0/%v_%u.jpg"/>
          <left  url="sam_100_1003_860/3/0/%v_%u.jpg"/>
          <up    url="sam_100_1003_860/4/0/%v_%u.jpg"/>
          <down  url="sam_100_1003_860/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_1003_860/mobile/0.jpg"/>
      <right url="sam_100_1003_860/mobile/1.jpg"/>
      <back  url="sam_100_1003_860/mobile/2.jpg"/>
      <left  url="sam_100_1003_860/mobile/3.jpg"/>
      <up    url="sam_100_1003_860/mobile/4.jpg"/>
      <down  url="sam_100_1003_860/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint1014"
           ath="145.183752" atv="11.162791"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano861"
           onclick="onclickspotpoint1014"
           tooltip="spotpoint1014_tooltip"
           />
  <hotspot name="spotpoint1014" devices="flash" zorder="3"/>
  <hotspot name="spotpoint1014" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint1014">
  
        mainloadscene(pano861);lookat(60.750000, 0.900000, 90.000000);


  </action>





  <hotspot name="spotpoint1020"
           ath="-134.738878" atv="5.581395"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano858"
           onclick="onclickspotpoint1020"
           tooltip="spotpoint1020_tooltip"
           />
  <hotspot name="spotpoint1020" devices="flash" zorder="3"/>
  <hotspot name="spotpoint1020" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint1020">
  
        mainloadscene(pano858);lookat(111.150000, 8.100000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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


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



</scene>

  <!-- Group Grupo 875 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_1004" @PanoFile="/Users/casa360/Desktop/Katherinne/Tours/Enero/Luz Janeth Vargas 6171TR707/Fotos/SAM_100_1004.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano861"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_1004_861/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano861_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_1004_861/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_1004_861/0/1/%v_%u.jpg"/>
          <right url="sam_100_1004_861/1/1/%v_%u.jpg"/>
          <back  url="sam_100_1004_861/2/1/%v_%u.jpg"/>
          <left  url="sam_100_1004_861/3/1/%v_%u.jpg"/>
          <up    url="sam_100_1004_861/4/1/%v_%u.jpg"/>
          <down  url="sam_100_1004_861/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_1004_861/0/0/%v_%u.jpg"/>
          <right url="sam_100_1004_861/1/0/%v_%u.jpg"/>
          <back  url="sam_100_1004_861/2/0/%v_%u.jpg"/>
          <left  url="sam_100_1004_861/3/0/%v_%u.jpg"/>
          <up    url="sam_100_1004_861/4/0/%v_%u.jpg"/>
          <down  url="sam_100_1004_861/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_1004_861/mobile/0.jpg"/>
      <right url="sam_100_1004_861/mobile/1.jpg"/>
      <back  url="sam_100_1004_861/mobile/2.jpg"/>
      <left  url="sam_100_1004_861/mobile/3.jpg"/>
      <up    url="sam_100_1004_861/mobile/4.jpg"/>
      <down  url="sam_100_1004_861/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint1025"
           ath="-119.419729" atv="11.162791"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano860"
           onclick="onclickspotpoint1025"
           tooltip="spotpoint1025_tooltip"
           />
  <hotspot name="spotpoint1025" devices="flash" zorder="3"/>
  <hotspot name="spotpoint1025" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint1025">
  
        mainloadscene(pano860);lookat(-30.600000, -2.250000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

  <!-- Group Grupo 876 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_1005" @PanoFile="/Users/casa360/Desktop/Katherinne/Tours/Enero/Luz Janeth Vargas 6171TR707/Fotos/SAM_100_1005.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano862"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_1005_862/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano862_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_1005_862/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_1005_862/0/1/%v_%u.jpg"/>
          <right url="sam_100_1005_862/1/1/%v_%u.jpg"/>
          <back  url="sam_100_1005_862/2/1/%v_%u.jpg"/>
          <left  url="sam_100_1005_862/3/1/%v_%u.jpg"/>
          <up    url="sam_100_1005_862/4/1/%v_%u.jpg"/>
          <down  url="sam_100_1005_862/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_1005_862/0/0/%v_%u.jpg"/>
          <right url="sam_100_1005_862/1/0/%v_%u.jpg"/>
          <back  url="sam_100_1005_862/2/0/%v_%u.jpg"/>
          <left  url="sam_100_1005_862/3/0/%v_%u.jpg"/>
          <up    url="sam_100_1005_862/4/0/%v_%u.jpg"/>
          <down  url="sam_100_1005_862/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_1005_862/mobile/0.jpg"/>
      <right url="sam_100_1005_862/mobile/1.jpg"/>
      <back  url="sam_100_1005_862/mobile/2.jpg"/>
      <left  url="sam_100_1005_862/mobile/3.jpg"/>
      <up    url="sam_100_1005_862/mobile/4.jpg"/>
      <down  url="sam_100_1005_862/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint992"
           ath="65.106383" atv="6.279070"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano863"
           onclick="onclickspotpoint992"
           tooltip="spotpoint992_tooltip"
           />
  <hotspot name="spotpoint992" devices="flash" zorder="3"/>
  <hotspot name="spotpoint992" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint992">
  
        mainloadscene(pano863);lookat(-38.700000, -12.600000, 90.000000);


  </action>





  <hotspot name="spotpoint1030"
           ath="129.864603" atv="18.139535"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano858"
           onclick="onclickspotpoint1030"
           tooltip="spotpoint1030_tooltip"
           />
  <hotspot name="spotpoint1030" devices="flash" zorder="3"/>
  <hotspot name="spotpoint1030" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint1030">
  
        mainloadscene(pano858);lookat(6.300000, 0.900000, 90.000000);


  </action>





  <hotspot name="spotpoint1031"
           ath="97.833656" atv="3.488372"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano865"
           onclick="onclickspotpoint1031"
           tooltip="spotpoint1031_tooltip"
           />
  <hotspot name="spotpoint1031" devices="flash" zorder="3"/>
  <hotspot name="spotpoint1031" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint1031">
  
        mainloadscene(pano865);lookat(-61.200000, 0.900000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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

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

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


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



</scene>

  <!-- Group Grupo 877 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_1006" @PanoFile="/Users/casa360/Desktop/Katherinne/Tours/Enero/Luz Janeth Vargas 6171TR707/Fotos/SAM_100_1006.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano863"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_1006_863/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano863_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_1006_863/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_1006_863/0/1/%v_%u.jpg"/>
          <right url="sam_100_1006_863/1/1/%v_%u.jpg"/>
          <back  url="sam_100_1006_863/2/1/%v_%u.jpg"/>
          <left  url="sam_100_1006_863/3/1/%v_%u.jpg"/>
          <up    url="sam_100_1006_863/4/1/%v_%u.jpg"/>
          <down  url="sam_100_1006_863/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_1006_863/0/0/%v_%u.jpg"/>
          <right url="sam_100_1006_863/1/0/%v_%u.jpg"/>
          <back  url="sam_100_1006_863/2/0/%v_%u.jpg"/>
          <left  url="sam_100_1006_863/3/0/%v_%u.jpg"/>
          <up    url="sam_100_1006_863/4/0/%v_%u.jpg"/>
          <down  url="sam_100_1006_863/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_1006_863/mobile/0.jpg"/>
      <right url="sam_100_1006_863/mobile/1.jpg"/>
      <back  url="sam_100_1006_863/mobile/2.jpg"/>
      <left  url="sam_100_1006_863/mobile/3.jpg"/>
      <up    url="sam_100_1006_863/mobile/4.jpg"/>
      <down  url="sam_100_1006_863/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint1005"
           ath="-99.226306" atv="-1.395349"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano864"
           onclick="onclickspotpoint1005"
           tooltip="spotpoint1005_tooltip"
           />
  <hotspot name="spotpoint1005" devices="flash" zorder="3"/>
  <hotspot name="spotpoint1005" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint1005">
  
        mainloadscene(pano864);lookat(-124.650000, 8.100000, 90.000000);


  </action>





  <hotspot name="spotpoint1007"
           ath="105.493230" atv="4.883721"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano862"
           onclick="onclickspotpoint1007"
           tooltip="spotpoint1007_tooltip"
           />
  <hotspot name="spotpoint1007" devices="flash" zorder="3"/>
  <hotspot name="spotpoint1007" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint1007">
  
        mainloadscene(pano862);lookat(-142.200000, 0.450000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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


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



</scene>

  <!-- Group Grupo 878 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_1007" @PanoFile="/Users/casa360/Desktop/Katherinne/Tours/Enero/Luz Janeth Vargas 6171TR707/Fotos/SAM_100_1007.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano864"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_1007_864/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano864_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_1007_864/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_1007_864/0/1/%v_%u.jpg"/>
          <right url="sam_100_1007_864/1/1/%v_%u.jpg"/>
          <back  url="sam_100_1007_864/2/1/%v_%u.jpg"/>
          <left  url="sam_100_1007_864/3/1/%v_%u.jpg"/>
          <up    url="sam_100_1007_864/4/1/%v_%u.jpg"/>
          <down  url="sam_100_1007_864/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_1007_864/0/0/%v_%u.jpg"/>
          <right url="sam_100_1007_864/1/0/%v_%u.jpg"/>
          <back  url="sam_100_1007_864/2/0/%v_%u.jpg"/>
          <left  url="sam_100_1007_864/3/0/%v_%u.jpg"/>
          <up    url="sam_100_1007_864/4/0/%v_%u.jpg"/>
          <down  url="sam_100_1007_864/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_1007_864/mobile/0.jpg"/>
      <right url="sam_100_1007_864/mobile/1.jpg"/>
      <back  url="sam_100_1007_864/mobile/2.jpg"/>
      <left  url="sam_100_1007_864/mobile/3.jpg"/>
      <up    url="sam_100_1007_864/mobile/4.jpg"/>
      <down  url="sam_100_1007_864/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint1029"
           ath="79.032882" atv="-0.697674"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano863"
           onclick="onclickspotpoint1029"
           tooltip="spotpoint1029_tooltip"
           />
  <hotspot name="spotpoint1029" devices="flash" zorder="3"/>
  <hotspot name="spotpoint1029" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint1029">
  
        mainloadscene(pano863);lookat(47.250000, 0.450000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

  <!-- Group Grupo 879 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_1008" @PanoFile="/Users/casa360/Desktop/Katherinne/Tours/Enero/Luz Janeth Vargas 6171TR707/Fotos/SAM_100_1008.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano865"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_1008_865/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano865_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_1008_865/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_1008_865/0/1/%v_%u.jpg"/>
          <right url="sam_100_1008_865/1/1/%v_%u.jpg"/>
          <back  url="sam_100_1008_865/2/1/%v_%u.jpg"/>
          <left  url="sam_100_1008_865/3/1/%v_%u.jpg"/>
          <up    url="sam_100_1008_865/4/1/%v_%u.jpg"/>
          <down  url="sam_100_1008_865/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_1008_865/0/0/%v_%u.jpg"/>
          <right url="sam_100_1008_865/1/0/%v_%u.jpg"/>
          <back  url="sam_100_1008_865/2/0/%v_%u.jpg"/>
          <left  url="sam_100_1008_865/3/0/%v_%u.jpg"/>
          <up    url="sam_100_1008_865/4/0/%v_%u.jpg"/>
          <down  url="sam_100_1008_865/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_1008_865/mobile/0.jpg"/>
      <right url="sam_100_1008_865/mobile/1.jpg"/>
      <back  url="sam_100_1008_865/mobile/2.jpg"/>
      <left  url="sam_100_1008_865/mobile/3.jpg"/>
      <up    url="sam_100_1008_865/mobile/4.jpg"/>
      <down  url="sam_100_1008_865/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint999"
           ath="-66.499033" atv="0.697674"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano867"
           onclick="onclickspotpoint999"
           tooltip="spotpoint999_tooltip"
           />
  <hotspot name="spotpoint999" devices="flash" zorder="3"/>
  <hotspot name="spotpoint999" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint999">
  
        mainloadscene(pano867);lookat(-108.900000, -1.350000, 90.000000);


  </action>





  <hotspot name="spotpoint1000"
           ath="8.007737" atv="-3.488372"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano866"
           onclick="onclickspotpoint1000"
           tooltip="spotpoint1000_tooltip"
           />
  <hotspot name="spotpoint1000" devices="flash" zorder="3"/>
  <hotspot name="spotpoint1000" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint1000">
  
        mainloadscene(pano866);lookat(-46.350000, -1.350000, 90.000000);


  </action>





  <hotspot name="spotpoint1002"
           ath="96.441006" atv="0.000000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano862"
           onclick="onclickspotpoint1002"
           tooltip="spotpoint1002_tooltip"
           />
  <hotspot name="spotpoint1002" devices="flash" zorder="3"/>
  <hotspot name="spotpoint1002" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint1002">
  
        mainloadscene(pano862);lookat(-51.750000, -1.350000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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

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

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


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



</scene>

  <!-- Group Grupo 880 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_1009" @PanoFile="/Users/casa360/Desktop/Katherinne/Tours/Enero/Luz Janeth Vargas 6171TR707/Fotos/SAM_100_1009.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano866"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_1009_866/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano866_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_1009_866/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_1009_866/0/1/%v_%u.jpg"/>
          <right url="sam_100_1009_866/1/1/%v_%u.jpg"/>
          <back  url="sam_100_1009_866/2/1/%v_%u.jpg"/>
          <left  url="sam_100_1009_866/3/1/%v_%u.jpg"/>
          <up    url="sam_100_1009_866/4/1/%v_%u.jpg"/>
          <down  url="sam_100_1009_866/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_1009_866/0/0/%v_%u.jpg"/>
          <right url="sam_100_1009_866/1/0/%v_%u.jpg"/>
          <back  url="sam_100_1009_866/2/0/%v_%u.jpg"/>
          <left  url="sam_100_1009_866/3/0/%v_%u.jpg"/>
          <up    url="sam_100_1009_866/4/0/%v_%u.jpg"/>
          <down  url="sam_100_1009_866/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_1009_866/mobile/0.jpg"/>
      <right url="sam_100_1009_866/mobile/1.jpg"/>
      <back  url="sam_100_1009_866/mobile/2.jpg"/>
      <left  url="sam_100_1009_866/mobile/3.jpg"/>
      <up    url="sam_100_1009_866/mobile/4.jpg"/>
      <down  url="sam_100_1009_866/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint1001"
           ath="111.432963" atv="6.878981"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano865"
           onclick="onclickspotpoint1001"
           tooltip="spotpoint1001_tooltip"
           />
  <hotspot name="spotpoint1001" devices="flash" zorder="3"/>
  <hotspot name="spotpoint1001" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint1001">
  
        mainloadscene(pano865);lookat(-153.450000, 0.000000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

  <!-- Group Grupo 881 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_1010" @PanoFile="/Users/casa360/Desktop/Katherinne/Tours/Enero/Luz Janeth Vargas 6171TR707/Fotos/SAM_100_1010.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano867"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_1010_867/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano867_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_1010_867/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_1010_867/0/1/%v_%u.jpg"/>
          <right url="sam_100_1010_867/1/1/%v_%u.jpg"/>
          <back  url="sam_100_1010_867/2/1/%v_%u.jpg"/>
          <left  url="sam_100_1010_867/3/1/%v_%u.jpg"/>
          <up    url="sam_100_1010_867/4/1/%v_%u.jpg"/>
          <down  url="sam_100_1010_867/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_1010_867/0/0/%v_%u.jpg"/>
          <right url="sam_100_1010_867/1/0/%v_%u.jpg"/>
          <back  url="sam_100_1010_867/2/0/%v_%u.jpg"/>
          <left  url="sam_100_1010_867/3/0/%v_%u.jpg"/>
          <up    url="sam_100_1010_867/4/0/%v_%u.jpg"/>
          <down  url="sam_100_1010_867/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_1010_867/mobile/0.jpg"/>
      <right url="sam_100_1010_867/mobile/1.jpg"/>
      <back  url="sam_100_1010_867/mobile/2.jpg"/>
      <left  url="sam_100_1010_867/mobile/3.jpg"/>
      <up    url="sam_100_1010_867/mobile/4.jpg"/>
      <down  url="sam_100_1010_867/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint1023"
           ath="-118.723404" atv="4.883721"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano868"
           onclick="onclickspotpoint1023"
           tooltip="spotpoint1023_tooltip"
           />
  <hotspot name="spotpoint1023" devices="flash" zorder="3"/>
  <hotspot name="spotpoint1023" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint1023">
  
        mainloadscene(pano868);lookat(-49.050000, -12.600000, 90.000000);


  </action>





  <hotspot name="spotpoint1024"
           ath="49.787234" atv="2.790698"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano865"
           onclick="onclickspotpoint1024"
           tooltip="spotpoint1024_tooltip"
           />
  <hotspot name="spotpoint1024" devices="flash" zorder="3"/>
  <hotspot name="spotpoint1024" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint1024">
  
        mainloadscene(pano865);lookat(122.400000, 3.150000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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


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



</scene>

  <!-- Group Grupo 882 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_1011" @PanoFile="/Users/casa360/Desktop/Katherinne/Tours/Enero/Luz Janeth Vargas 6171TR707/Fotos/SAM_100_1011.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano868"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_1011_868/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano868_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_1011_868/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_1011_868/0/1/%v_%u.jpg"/>
          <right url="sam_100_1011_868/1/1/%v_%u.jpg"/>
          <back  url="sam_100_1011_868/2/1/%v_%u.jpg"/>
          <left  url="sam_100_1011_868/3/1/%v_%u.jpg"/>
          <up    url="sam_100_1011_868/4/1/%v_%u.jpg"/>
          <down  url="sam_100_1011_868/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_1011_868/0/0/%v_%u.jpg"/>
          <right url="sam_100_1011_868/1/0/%v_%u.jpg"/>
          <back  url="sam_100_1011_868/2/0/%v_%u.jpg"/>
          <left  url="sam_100_1011_868/3/0/%v_%u.jpg"/>
          <up    url="sam_100_1011_868/4/0/%v_%u.jpg"/>
          <down  url="sam_100_1011_868/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_1011_868/mobile/0.jpg"/>
      <right url="sam_100_1011_868/mobile/1.jpg"/>
      <back  url="sam_100_1011_868/mobile/2.jpg"/>
      <left  url="sam_100_1011_868/mobile/3.jpg"/>
      <up    url="sam_100_1011_868/mobile/4.jpg"/>
      <down  url="sam_100_1011_868/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint996"
           ath="104.100580" atv="8.372093"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano867"
           onclick="onclickspotpoint996"
           tooltip="spotpoint996_tooltip"
           />
  <hotspot name="spotpoint996" devices="flash" zorder="3"/>
  <hotspot name="spotpoint996" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint996">
  
        mainloadscene(pano867);lookat(67.950000, -5.850000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

  <krpano nofullspherepanoavailable="false" />



</krpano>

