<?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 : 31-01-2023 14-57-33 -->
  <!-- Project file : /Users/casa360/Desktop/Ruby /Tours/Marcela Mora 6208661/TOUR/tour.kpt -->
  <!-- Plugins and Spot Styles -->
  <include url="%FIRSTXML%/tour_skin_vr.xml"/>
  <!-- Core actions -->
  <include url="%FIRSTXML%/tour_core_vr.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, pano26);
    );
    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);
    );
    if(scene[get(startscene)].full360,
    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>

  <!-- 9 Groups -->

  <!-- Group Grupo 43 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_2198" @PanoFile="/Users/casa360/Desktop/Ruby /Tours/Marcela Mora 6208661/FOTOS/SAM_100_2198.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano26"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_2198_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="177.780000" 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="177.780000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_2198_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_2198_26/0/1/%v_%u.jpg"/>
          <right url="sam_100_2198_26/1/1/%v_%u.jpg"/>
          <back  url="sam_100_2198_26/2/1/%v_%u.jpg"/>
          <left  url="sam_100_2198_26/3/1/%v_%u.jpg"/>
          <up    url="sam_100_2198_26/4/1/%v_%u.jpg"/>
          <down  url="sam_100_2198_26/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_2198_26/0/0/%v_%u.jpg"/>
          <right url="sam_100_2198_26/1/0/%v_%u.jpg"/>
          <back  url="sam_100_2198_26/2/0/%v_%u.jpg"/>
          <left  url="sam_100_2198_26/3/0/%v_%u.jpg"/>
          <up    url="sam_100_2198_26/4/0/%v_%u.jpg"/>
          <down  url="sam_100_2198_26/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_2198_26/mobile/0.jpg"/>
      <right url="sam_100_2198_26/mobile/1.jpg"/>
      <back  url="sam_100_2198_26/mobile/2.jpg"/>
      <left  url="sam_100_2198_26/mobile/3.jpg"/>
      <up    url="sam_100_2198_26/mobile/4.jpg"/>
      <down  url="sam_100_2198_26/mobile/5.jpg"/>
    </image>




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





  <hotspot name="spotpoint115"
           ath="177.150396" atv="-8.095238"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano10"
           onclick="onclickspotpoint115"
           tooltip="spotpoint115_tooltip"
           />
  <hotspot name="spotpoint115" devices="flash" zorder="3"/>
  <hotspot name="spotpoint115" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint115">
  
        mainloadscene(pano10);


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

  <!-- Group Grupo 27 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_2182" @PanoFile="/Users/casa360/Desktop/Ruby /Tours/Marcela Mora 6208661/FOTOS/SAM_100_2182.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano10"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_2182_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="-3.550000" 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="-3.550000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_2182_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_2182_10/0/1/%v_%u.jpg"/>
          <right url="sam_100_2182_10/1/1/%v_%u.jpg"/>
          <back  url="sam_100_2182_10/2/1/%v_%u.jpg"/>
          <left  url="sam_100_2182_10/3/1/%v_%u.jpg"/>
          <up    url="sam_100_2182_10/4/1/%v_%u.jpg"/>
          <down  url="sam_100_2182_10/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_2182_10/0/0/%v_%u.jpg"/>
          <right url="sam_100_2182_10/1/0/%v_%u.jpg"/>
          <back  url="sam_100_2182_10/2/0/%v_%u.jpg"/>
          <left  url="sam_100_2182_10/3/0/%v_%u.jpg"/>
          <up    url="sam_100_2182_10/4/0/%v_%u.jpg"/>
          <down  url="sam_100_2182_10/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_2182_10/mobile/0.jpg"/>
      <right url="sam_100_2182_10/mobile/1.jpg"/>
      <back  url="sam_100_2182_10/mobile/2.jpg"/>
      <left  url="sam_100_2182_10/mobile/3.jpg"/>
      <up    url="sam_100_2182_10/mobile/4.jpg"/>
      <down  url="sam_100_2182_10/mobile/5.jpg"/>
    </image>




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





  <hotspot name="spotpoint44"
           ath="-3.144600" atv="-0.455402"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano12"
           onclick="onclickspotpoint44"
           tooltip="spotpoint44_tooltip"
           />
  <hotspot name="spotpoint44" devices="flash" zorder="3"/>
  <hotspot name="spotpoint44" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint44">
  
        mainloadscene(pano12);


  </action>







  <hotspot name="spotpoint114"
           ath="170.501319" atv="-12.857143"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano26"
           onclick="onclickspotpoint114"
           tooltip="spotpoint114_tooltip"
           />
  <hotspot name="spotpoint114" devices="flash" zorder="3"/>
  <hotspot name="spotpoint114" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint114">
  
        mainloadscene(pano26);


  </action>



  <action name="hidepanopointspots">



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



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



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



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


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


</scene>

  <!-- Group Grupo 29 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_2184" @PanoFile="/Users/casa360/Desktop/Ruby /Tours/Marcela Mora 6208661/FOTOS/SAM_100_2184.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano12"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_2184_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_2184_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_2184_12/0/1/%v_%u.jpg"/>
          <right url="sam_100_2184_12/1/1/%v_%u.jpg"/>
          <back  url="sam_100_2184_12/2/1/%v_%u.jpg"/>
          <left  url="sam_100_2184_12/3/1/%v_%u.jpg"/>
          <up    url="sam_100_2184_12/4/1/%v_%u.jpg"/>
          <down  url="sam_100_2184_12/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_2184_12/0/0/%v_%u.jpg"/>
          <right url="sam_100_2184_12/1/0/%v_%u.jpg"/>
          <back  url="sam_100_2184_12/2/0/%v_%u.jpg"/>
          <left  url="sam_100_2184_12/3/0/%v_%u.jpg"/>
          <up    url="sam_100_2184_12/4/0/%v_%u.jpg"/>
          <down  url="sam_100_2184_12/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_2184_12/mobile/0.jpg"/>
      <right url="sam_100_2184_12/mobile/1.jpg"/>
      <back  url="sam_100_2184_12/mobile/2.jpg"/>
      <left  url="sam_100_2184_12/mobile/3.jpg"/>
      <up    url="sam_100_2184_12/mobile/4.jpg"/>
      <down  url="sam_100_2184_12/mobile/5.jpg"/>
    </image>




  <!-- **** 5 Point Spots **** -->





  <hotspot name="spotpoint49"
           ath="135.000000" atv="-4.113346"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano17"
           onclick="onclickspotpoint49"
           tooltip="spotpoint49_tooltip"
           />
  <hotspot name="spotpoint49" devices="flash" zorder="3"/>
  <hotspot name="spotpoint49" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint49">
  
        mainloadscene(pano17);


  </action>







  <hotspot name="spotpoint50"
           ath="106.304348" atv="-4.771481"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano16"
           onclick="onclickspotpoint50"
           tooltip="spotpoint50_tooltip"
           />
  <hotspot name="spotpoint50" devices="flash" zorder="3"/>
  <hotspot name="spotpoint50" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint50">
  
        mainloadscene(pano16);


  </action>







  <hotspot name="spotpoint53"
           ath="45.326087" atv="-7.074954"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano20"
           onclick="onclickspotpoint53"
           tooltip="spotpoint53_tooltip"
           />
  <hotspot name="spotpoint53" devices="flash" zorder="3"/>
  <hotspot name="spotpoint53" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint53">
  
        mainloadscene(pano20);


  </action>







  <hotspot name="spotpoint57"
           ath="-9.456522" atv="-3.455210"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano13"
           onclick="onclickspotpoint57"
           tooltip="spotpoint57_tooltip"
           />
  <hotspot name="spotpoint57" devices="flash" zorder="3"/>
  <hotspot name="spotpoint57" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint57">
  
        mainloadscene(pano13);


  </action>







  <hotspot name="spotpoint117"
           ath="171.195652" atv="-1.151737"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano10"
           onclick="onclickspotpoint117"
           tooltip="spotpoint117_tooltip"
           />
  <hotspot name="spotpoint117" devices="flash" zorder="3"/>
  <hotspot name="spotpoint117" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint117">
  
        mainloadscene(pano10);


  </action>



  <action name="hidepanopointspots">



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



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



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



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



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



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



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



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



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



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


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


</scene>

  <!-- Group Grupo 33 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_2188" @PanoFile="/Users/casa360/Desktop/Ruby /Tours/Marcela Mora 6208661/FOTOS/SAM_100_2188.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano16"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_2188_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_2188_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_2188_16/0/1/%v_%u.jpg"/>
          <right url="sam_100_2188_16/1/1/%v_%u.jpg"/>
          <back  url="sam_100_2188_16/2/1/%v_%u.jpg"/>
          <left  url="sam_100_2188_16/3/1/%v_%u.jpg"/>
          <up    url="sam_100_2188_16/4/1/%v_%u.jpg"/>
          <down  url="sam_100_2188_16/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_2188_16/0/0/%v_%u.jpg"/>
          <right url="sam_100_2188_16/1/0/%v_%u.jpg"/>
          <back  url="sam_100_2188_16/2/0/%v_%u.jpg"/>
          <left  url="sam_100_2188_16/3/0/%v_%u.jpg"/>
          <up    url="sam_100_2188_16/4/0/%v_%u.jpg"/>
          <down  url="sam_100_2188_16/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_2188_16/mobile/0.jpg"/>
      <right url="sam_100_2188_16/mobile/1.jpg"/>
      <back  url="sam_100_2188_16/mobile/2.jpg"/>
      <left  url="sam_100_2188_16/mobile/3.jpg"/>
      <up    url="sam_100_2188_16/mobile/4.jpg"/>
      <down  url="sam_100_2188_16/mobile/5.jpg"/>
    </image>




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





  <hotspot name="spotpoint47"
           ath="9.645116" atv="-4.506841"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano12"
           onclick="onclickspotpoint47"
           tooltip="spotpoint47_tooltip"
           />
  <hotspot name="spotpoint47" devices="flash" zorder="3"/>
  <hotspot name="spotpoint47" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint47">
  
        mainloadscene(pano12);


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

  <!-- Group Grupo 34 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_2189" @PanoFile="/Users/casa360/Desktop/Ruby /Tours/Marcela Mora 6208661/FOTOS/SAM_100_2189.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano17"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_2189_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_2189_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_2189_17/0/1/%v_%u.jpg"/>
          <right url="sam_100_2189_17/1/1/%v_%u.jpg"/>
          <back  url="sam_100_2189_17/2/1/%v_%u.jpg"/>
          <left  url="sam_100_2189_17/3/1/%v_%u.jpg"/>
          <up    url="sam_100_2189_17/4/1/%v_%u.jpg"/>
          <down  url="sam_100_2189_17/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_2189_17/0/0/%v_%u.jpg"/>
          <right url="sam_100_2189_17/1/0/%v_%u.jpg"/>
          <back  url="sam_100_2189_17/2/0/%v_%u.jpg"/>
          <left  url="sam_100_2189_17/3/0/%v_%u.jpg"/>
          <up    url="sam_100_2189_17/4/0/%v_%u.jpg"/>
          <down  url="sam_100_2189_17/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_2189_17/mobile/0.jpg"/>
      <right url="sam_100_2189_17/mobile/1.jpg"/>
      <back  url="sam_100_2189_17/mobile/2.jpg"/>
      <left  url="sam_100_2189_17/mobile/3.jpg"/>
      <up    url="sam_100_2189_17/mobile/4.jpg"/>
      <down  url="sam_100_2189_17/mobile/5.jpg"/>
    </image>




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





  <hotspot name="spotpoint51"
           ath="59.713604" atv="-8.181818"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano12"
           onclick="onclickspotpoint51"
           tooltip="spotpoint51_tooltip"
           />
  <hotspot name="spotpoint51" devices="flash" zorder="3"/>
  <hotspot name="spotpoint51" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint51">
  
        mainloadscene(pano12);


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

  <!-- Group Grupo 37 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_2192" @PanoFile="/Users/casa360/Desktop/Ruby /Tours/Marcela Mora 6208661/FOTOS/SAM_100_2192.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano20"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_2192_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_2192_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_2192_20/0/1/%v_%u.jpg"/>
          <right url="sam_100_2192_20/1/1/%v_%u.jpg"/>
          <back  url="sam_100_2192_20/2/1/%v_%u.jpg"/>
          <left  url="sam_100_2192_20/3/1/%v_%u.jpg"/>
          <up    url="sam_100_2192_20/4/1/%v_%u.jpg"/>
          <down  url="sam_100_2192_20/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_2192_20/0/0/%v_%u.jpg"/>
          <right url="sam_100_2192_20/1/0/%v_%u.jpg"/>
          <back  url="sam_100_2192_20/2/0/%v_%u.jpg"/>
          <left  url="sam_100_2192_20/3/0/%v_%u.jpg"/>
          <up    url="sam_100_2192_20/4/0/%v_%u.jpg"/>
          <down  url="sam_100_2192_20/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_2192_20/mobile/0.jpg"/>
      <right url="sam_100_2192_20/mobile/1.jpg"/>
      <back  url="sam_100_2192_20/mobile/2.jpg"/>
      <left  url="sam_100_2192_20/mobile/3.jpg"/>
      <up    url="sam_100_2192_20/mobile/4.jpg"/>
      <down  url="sam_100_2192_20/mobile/5.jpg"/>
    </image>




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





  <hotspot name="spotpoint54"
           ath="-160.614000" atv="-3.142079"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano12"
           onclick="onclickspotpoint54"
           tooltip="spotpoint54_tooltip"
           />
  <hotspot name="spotpoint54" devices="flash" zorder="3"/>
  <hotspot name="spotpoint54" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint54">
  
        mainloadscene(pano12);


  </action>







  <hotspot name="spotpoint56"
           ath="176.127126" atv="-3.883678"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano22"
           onclick="onclickspotpoint56"
           tooltip="spotpoint56_tooltip"
           />
  <hotspot name="spotpoint56" devices="flash" zorder="3"/>
  <hotspot name="spotpoint56" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint56">
  
        mainloadscene(pano22);


  </action>



  <action name="hidepanopointspots">



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



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



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



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


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


</scene>

  <!-- Group Grupo 39 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_2194" @PanoFile="/Users/casa360/Desktop/Ruby /Tours/Marcela Mora 6208661/FOTOS/SAM_100_2194.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano22"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_2194_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_2194_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_2194_22/0/1/%v_%u.jpg"/>
          <right url="sam_100_2194_22/1/1/%v_%u.jpg"/>
          <back  url="sam_100_2194_22/2/1/%v_%u.jpg"/>
          <left  url="sam_100_2194_22/3/1/%v_%u.jpg"/>
          <up    url="sam_100_2194_22/4/1/%v_%u.jpg"/>
          <down  url="sam_100_2194_22/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_2194_22/0/0/%v_%u.jpg"/>
          <right url="sam_100_2194_22/1/0/%v_%u.jpg"/>
          <back  url="sam_100_2194_22/2/0/%v_%u.jpg"/>
          <left  url="sam_100_2194_22/3/0/%v_%u.jpg"/>
          <up    url="sam_100_2194_22/4/0/%v_%u.jpg"/>
          <down  url="sam_100_2194_22/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_2194_22/mobile/0.jpg"/>
      <right url="sam_100_2194_22/mobile/1.jpg"/>
      <back  url="sam_100_2194_22/mobile/2.jpg"/>
      <left  url="sam_100_2194_22/mobile/3.jpg"/>
      <up    url="sam_100_2194_22/mobile/4.jpg"/>
      <down  url="sam_100_2194_22/mobile/5.jpg"/>
    </image>




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





  <hotspot name="spotpoint55"
           ath="-17.613358" atv="-4.736878"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano20"
           onclick="onclickspotpoint55"
           tooltip="spotpoint55_tooltip"
           />
  <hotspot name="spotpoint55" devices="flash" zorder="3"/>
  <hotspot name="spotpoint55" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint55">
  
        mainloadscene(pano20);


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

  <!-- Group Grupo 41 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_2196" @PanoFile="/Users/casa360/Desktop/Ruby /Tours/Marcela Mora 6208661/FOTOS/SAM_100_2196.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano24"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_2196_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_2196_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_2196_24/0/1/%v_%u.jpg"/>
          <right url="sam_100_2196_24/1/1/%v_%u.jpg"/>
          <back  url="sam_100_2196_24/2/1/%v_%u.jpg"/>
          <left  url="sam_100_2196_24/3/1/%v_%u.jpg"/>
          <up    url="sam_100_2196_24/4/1/%v_%u.jpg"/>
          <down  url="sam_100_2196_24/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_2196_24/0/0/%v_%u.jpg"/>
          <right url="sam_100_2196_24/1/0/%v_%u.jpg"/>
          <back  url="sam_100_2196_24/2/0/%v_%u.jpg"/>
          <left  url="sam_100_2196_24/3/0/%v_%u.jpg"/>
          <up    url="sam_100_2196_24/4/0/%v_%u.jpg"/>
          <down  url="sam_100_2196_24/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_2196_24/mobile/0.jpg"/>
      <right url="sam_100_2196_24/mobile/1.jpg"/>
      <back  url="sam_100_2196_24/mobile/2.jpg"/>
      <left  url="sam_100_2196_24/mobile/3.jpg"/>
      <up    url="sam_100_2196_24/mobile/4.jpg"/>
      <down  url="sam_100_2196_24/mobile/5.jpg"/>
    </image>




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





  <hotspot name="spotpoint112"
           ath="-60.343840" atv="-13.448276"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano13"
           onclick="onclickspotpoint112"
           tooltip="spotpoint112_tooltip"
           />
  <hotspot name="spotpoint112" devices="flash" zorder="3"/>
  <hotspot name="spotpoint112" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint112">
  
        mainloadscene(pano13);


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

  <!-- Group Grupo 30 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_2185" @PanoFile="/Users/casa360/Desktop/Ruby /Tours/Marcela Mora 6208661/FOTOS/SAM_100_2185.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano13"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_2185_13/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano13_title"
       descriptionid=""
       multires="false"
       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_2185_13/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" devices="desktop|html5">
      <front url="sam_100_2185_13/SAM_100_2185_0.jpg"/>
      <right url="sam_100_2185_13/SAM_100_2185_1.jpg"/>
      <back  url="sam_100_2185_13/SAM_100_2185_2.jpg"/>
      <left  url="sam_100_2185_13/SAM_100_2185_3.jpg"/>
      <up    url="sam_100_2185_13/SAM_100_2185_4.jpg"/>
      <down  url="sam_100_2185_13/SAM_100_2185_5.jpg"/>
    </image>

    <image type="CUBE" devices="tablet">
      <front url="sam_100_2185_13/tablet/0.jpg"/>
      <right url="sam_100_2185_13/tablet/1.jpg"/>
      <back  url="sam_100_2185_13/tablet/2.jpg"/>
      <left  url="sam_100_2185_13/tablet/3.jpg"/>
      <up    url="sam_100_2185_13/tablet/4.jpg"/>
      <down  url="sam_100_2185_13/tablet/5.jpg"/>
    </image>
    <image type="CUBE" devices="mobile">
      <front url="sam_100_2185_13/mobile/0.jpg"/>
      <right url="sam_100_2185_13/mobile/1.jpg"/>
      <back  url="sam_100_2185_13/mobile/2.jpg"/>
      <left  url="sam_100_2185_13/mobile/3.jpg"/>
      <up    url="sam_100_2185_13/mobile/4.jpg"/>
      <down  url="sam_100_2185_13/mobile/5.jpg"/>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_2185_13/mobile/0.jpg"/>
      <right url="sam_100_2185_13/mobile/1.jpg"/>
      <back  url="sam_100_2185_13/mobile/2.jpg"/>
      <left  url="sam_100_2185_13/mobile/3.jpg"/>
      <up    url="sam_100_2185_13/mobile/4.jpg"/>
      <down  url="sam_100_2185_13/mobile/5.jpg"/>
    </image>




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





  <hotspot name="spotpoint110"
           ath="-176.717652" atv="-0.234987"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano12"
           onclick="onclickspotpoint110"
           tooltip="spotpoint110_tooltip"
           />
  <hotspot name="spotpoint110" devices="flash" zorder="3"/>
  <hotspot name="spotpoint110" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint110">
  
        mainloadscene(pano12);


  </action>







  <hotspot name="spotpoint111"
           ath="69.164678" atv="-7.320574"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano24"
           onclick="onclickspotpoint111"
           tooltip="spotpoint111_tooltip"
           />
  <hotspot name="spotpoint111" devices="flash" zorder="3"/>
  <hotspot name="spotpoint111" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint111">
  
        mainloadscene(pano24);


  </action>



  <action name="hidepanopointspots">



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



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



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



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


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


</scene>

  <krpano nofullspherepanoavailable="false" />



</krpano>

