<?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 : 08-09-2022 14-21-32 -->
  <!-- Project file : D:/CASA360/Tours/SEPTIEMBRE/Yully Rodríguez 5559671/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, pano89);
    );
    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>

  <!-- 23 Groups -->

  <!-- Group Grupo 116 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_1010" @PanoFile="D:/CASA360/Tours/SEPTIEMBRE/Yully Rodríguez 5559671/fotos/SAM_100_1010.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano89"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_1010_89/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano89_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="143.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="143.550000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_1010_89/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_89/0/1/%v_%u.jpg"/>
          <right url="sam_100_1010_89/1/1/%v_%u.jpg"/>
          <back  url="sam_100_1010_89/2/1/%v_%u.jpg"/>
          <left  url="sam_100_1010_89/3/1/%v_%u.jpg"/>
          <up    url="sam_100_1010_89/4/1/%v_%u.jpg"/>
          <down  url="sam_100_1010_89/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_1010_89/0/0/%v_%u.jpg"/>
          <right url="sam_100_1010_89/1/0/%v_%u.jpg"/>
          <back  url="sam_100_1010_89/2/0/%v_%u.jpg"/>
          <left  url="sam_100_1010_89/3/0/%v_%u.jpg"/>
          <up    url="sam_100_1010_89/4/0/%v_%u.jpg"/>
          <down  url="sam_100_1010_89/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_1010_89/mobile/0.jpg"/>
      <right url="sam_100_1010_89/mobile/1.jpg"/>
      <back  url="sam_100_1010_89/mobile/2.jpg"/>
      <left  url="sam_100_1010_89/mobile/3.jpg"/>
      <up    url="sam_100_1010_89/mobile/4.jpg"/>
      <down  url="sam_100_1010_89/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint160"
           ath="169.933422" atv="-8.880000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano65"
           onclick="onclickspotpoint160"
           tooltip="spotpoint160_tooltip"
           />
  <hotspot name="spotpoint160" devices="flash" zorder="3"/>
  <hotspot name="spotpoint160" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint160">
  
        mainloadscene(pano65);lookat(get(panoview.h), get(panoview.v), get(panoview.fov));


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

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




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



  <hotspot name="spotpoint162"
           ath="-159.866844" atv="-10.800000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano65"
           onclick="onclickspotpoint162"
           tooltip="spotpoint162_tooltip"
           />
  <hotspot name="spotpoint162" devices="flash" zorder="3"/>
  <hotspot name="spotpoint162" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint162">
  
        mainloadscene(pano65);lookat(58.050000, 0.000000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

  <!-- Group Grupo 92 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0986" @PanoFile="D:/CASA360/Tours/SEPTIEMBRE/Yully Rodríguez 5559671/fotos/SAM_100_0986.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano65"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0986_65/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano65_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="-22.950000" 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="-22.950000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0986_65/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0986_65/0/1/%v_%u.jpg"/>
          <right url="sam_100_0986_65/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0986_65/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0986_65/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0986_65/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0986_65/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0986_65/0/0/%v_%u.jpg"/>
          <right url="sam_100_0986_65/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0986_65/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0986_65/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0986_65/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0986_65/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0986_65/mobile/0.jpg"/>
      <right url="sam_100_0986_65/mobile/1.jpg"/>
      <back  url="sam_100_0986_65/mobile/2.jpg"/>
      <left  url="sam_100_0986_65/mobile/3.jpg"/>
      <up    url="sam_100_0986_65/mobile/4.jpg"/>
      <down  url="sam_100_0986_65/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint118"
           ath="-117.683089" atv="-11.280000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano64"
           onclick="onclickspotpoint118"
           tooltip="spotpoint118_tooltip"
           />
  <hotspot name="spotpoint118" devices="flash" zorder="3"/>
  <hotspot name="spotpoint118" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint118">
  
        mainloadscene(pano64);lookat(45.900000, 11.700000, 90.000000);


  </action>





  <hotspot name="spotpoint119"
           ath="-9.347537" atv="1.200000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano66"
           onclick="onclickspotpoint119"
           tooltip="spotpoint119_tooltip"
           />
  <hotspot name="spotpoint119" devices="flash" zorder="3"/>
  <hotspot name="spotpoint119" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint119">
  
        mainloadscene(pano66);lookat(-24.750000, 6.750000, 90.000000);


  </action>





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


  </action>



  <action name="hidepanopointspots">

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

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

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

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

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

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


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



</scene>

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




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



  <hotspot name="spotpoint120"
           ath="-176.021456" atv="-10.800000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano65"
           onclick="onclickspotpoint120"
           tooltip="spotpoint120_tooltip"
           />
  <hotspot name="spotpoint120" devices="flash" zorder="3"/>
  <hotspot name="spotpoint120" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint120">
  
        mainloadscene(pano65);lookat(151.200000, -4.950000, 90.000000);


  </action>





  <hotspot name="spotpoint121"
           ath="-30.439414" atv="2.640000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano69"
           onclick="onclickspotpoint121"
           tooltip="spotpoint121_tooltip"
           />
  <hotspot name="spotpoint121" devices="flash" zorder="3"/>
  <hotspot name="spotpoint121" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint121">
  
        mainloadscene(pano69);lookat(21.150000, 9.000000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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


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



</scene>

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




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



  <hotspot name="spotpoint122"
           ath="-132.063915" atv="-5.520000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano69"
           onclick="onclickspotpoint122"
           tooltip="spotpoint122_tooltip"
           />
  <hotspot name="spotpoint122" devices="flash" zorder="3"/>
  <hotspot name="spotpoint122" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint122">
  
        mainloadscene(pano69);lookat(-59.400000, 6.750000, 90.000000);


  </action>





  <hotspot name="spotpoint123"
           ath="28.042610" atv="-0.720000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano68"
           onclick="onclickspotpoint123"
           tooltip="spotpoint123_tooltip"
           />
  <hotspot name="spotpoint123" devices="flash" zorder="3"/>
  <hotspot name="spotpoint123" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint123">
  
        mainloadscene(pano68);lookat(-80.100000, -4.500000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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


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



</scene>

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




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



  <hotspot name="spotpoint124"
           ath="144.047936" atv="-14.640000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano67"
           onclick="onclickspotpoint124"
           tooltip="spotpoint124_tooltip"
           />
  <hotspot name="spotpoint124" devices="flash" zorder="3"/>
  <hotspot name="spotpoint124" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint124">
  
        mainloadscene(pano67);lookat(-145.350000, 0.000000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

  <!-- Group Grupo 96 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0990" @PanoFile="D:/CASA360/Tours/SEPTIEMBRE/Yully Rodríguez 5559671/fotos/SAM_100_0990.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano69"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0990_69/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano69_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_0990_69/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_0990_69/0/1/%v_%u.jpg"/>
          <right url="sam_100_0990_69/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0990_69/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0990_69/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0990_69/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0990_69/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0990_69/0/0/%v_%u.jpg"/>
          <right url="sam_100_0990_69/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0990_69/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0990_69/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0990_69/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0990_69/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0990_69/mobile/0.jpg"/>
      <right url="sam_100_0990_69/mobile/1.jpg"/>
      <back  url="sam_100_0990_69/mobile/2.jpg"/>
      <left  url="sam_100_0990_69/mobile/3.jpg"/>
      <up    url="sam_100_0990_69/mobile/4.jpg"/>
      <down  url="sam_100_0990_69/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint125"
           ath="-157.949401" atv="-8.400000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano66"
           onclick="onclickspotpoint125"
           tooltip="spotpoint125_tooltip"
           />
  <hotspot name="spotpoint125" devices="flash" zorder="3"/>
  <hotspot name="spotpoint125" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint125">
  
        mainloadscene(pano66);lookat(152.550000, -1.800000, 90.000000);


  </action>





  <hotspot name="spotpoint126"
           ath="113.848202" atv="-9.840000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano67"
           onclick="onclickspotpoint126"
           tooltip="spotpoint126_tooltip"
           />
  <hotspot name="spotpoint126" devices="flash" zorder="3"/>
  <hotspot name="spotpoint126" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint126">
  
        mainloadscene(pano67);lookat(27.900000, 7.200000, 90.000000);


  </action>





  <hotspot name="spotpoint128"
           ath="-63.515313" atv="-0.720000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano70"
           onclick="onclickspotpoint128"
           tooltip="spotpoint128_tooltip"
           />
  <hotspot name="spotpoint128" devices="flash" zorder="3"/>
  <hotspot name="spotpoint128" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint128">
  
        mainloadscene(pano70);lookat(146.700000, 0.450000, 90.000000);


  </action>





  <hotspot name="spotpoint134"
           ath="8.388815" atv="-1.200000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano77"
           onclick="onclickspotpoint134"
           tooltip="spotpoint134_tooltip"
           />
  <hotspot name="spotpoint134" devices="flash" zorder="3"/>
  <hotspot name="spotpoint134" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint134">
  
        mainloadscene(pano77);lookat(44.550000, 3.600000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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

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

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

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

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


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



</scene>

  <!-- Group Grupo 97 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0991" @PanoFile="D:/CASA360/Tours/SEPTIEMBRE/Yully Rodríguez 5559671/fotos/SAM_100_0991.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano70"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0991_70/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano70_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_0991_70/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_0991_70/0/1/%v_%u.jpg"/>
          <right url="sam_100_0991_70/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0991_70/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0991_70/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0991_70/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0991_70/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0991_70/0/0/%v_%u.jpg"/>
          <right url="sam_100_0991_70/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0991_70/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0991_70/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0991_70/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0991_70/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0991_70/mobile/0.jpg"/>
      <right url="sam_100_0991_70/mobile/1.jpg"/>
      <back  url="sam_100_0991_70/mobile/2.jpg"/>
      <left  url="sam_100_0991_70/mobile/3.jpg"/>
      <up    url="sam_100_0991_70/mobile/4.jpg"/>
      <down  url="sam_100_0991_70/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint129"
           ath="-17.017310" atv="1.200000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano69"
           onclick="onclickspotpoint129"
           tooltip="spotpoint129_tooltip"
           />
  <hotspot name="spotpoint129" devices="flash" zorder="3"/>
  <hotspot name="spotpoint129" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint129">
  
        mainloadscene(pano69);lookat(108.900000, 1.800000, 90.000000);


  </action>





  <hotspot name="spotpoint130"
           ath="70.705726" atv="-2.640000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano74"
           onclick="onclickspotpoint130"
           tooltip="spotpoint130_tooltip"
           />
  <hotspot name="spotpoint130" devices="flash" zorder="3"/>
  <hotspot name="spotpoint130" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint130">
  
        mainloadscene(pano74);lookat(156.600000, 1.800000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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


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



</scene>

  <!-- Group Grupo 101 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0995" @PanoFile="D:/CASA360/Tours/SEPTIEMBRE/Yully Rodríguez 5559671/fotos/SAM_100_0995.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano74"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0995_74/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano74_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_0995_74/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_0995_74/0/1/%v_%u.jpg"/>
          <right url="sam_100_0995_74/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0995_74/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0995_74/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0995_74/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0995_74/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0995_74/0/0/%v_%u.jpg"/>
          <right url="sam_100_0995_74/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0995_74/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0995_74/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0995_74/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0995_74/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0995_74/mobile/0.jpg"/>
      <right url="sam_100_0995_74/mobile/1.jpg"/>
      <back  url="sam_100_0995_74/mobile/2.jpg"/>
      <left  url="sam_100_0995_74/mobile/3.jpg"/>
      <up    url="sam_100_0995_74/mobile/4.jpg"/>
      <down  url="sam_100_0995_74/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint131"
           ath="-23.249001" atv="0.240000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano70"
           onclick="onclickspotpoint131"
           tooltip="spotpoint131_tooltip"
           />
  <hotspot name="spotpoint131" devices="flash" zorder="3"/>
  <hotspot name="spotpoint131" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint131">
  
        mainloadscene(pano70);lookat(-120.150000, 3.150000, 90.000000);


  </action>





  <hotspot name="spotpoint132"
           ath="179.520639" atv="-9.360000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano75"
           onclick="onclickspotpoint132"
           tooltip="spotpoint132_tooltip"
           />
  <hotspot name="spotpoint132" devices="flash" zorder="3"/>
  <hotspot name="spotpoint132" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint132">
  
        mainloadscene(pano75);lookat(148.050000, -1.800000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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


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



</scene>

  <!-- Group Grupo 102 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0996" @PanoFile="D:/CASA360/Tours/SEPTIEMBRE/Yully Rodríguez 5559671/fotos/SAM_100_0996.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano75"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0996_75/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano75_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_0996_75/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_0996_75/0/1/%v_%u.jpg"/>
          <right url="sam_100_0996_75/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0996_75/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0996_75/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0996_75/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0996_75/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0996_75/0/0/%v_%u.jpg"/>
          <right url="sam_100_0996_75/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0996_75/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0996_75/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0996_75/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0996_75/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0996_75/mobile/0.jpg"/>
      <right url="sam_100_0996_75/mobile/1.jpg"/>
      <back  url="sam_100_0996_75/mobile/2.jpg"/>
      <left  url="sam_100_0996_75/mobile/3.jpg"/>
      <up    url="sam_100_0996_75/mobile/4.jpg"/>
      <down  url="sam_100_0996_75/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint133"
           ath="-12.223702" atv="-2.160000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano74"
           onclick="onclickspotpoint133"
           tooltip="spotpoint133_tooltip"
           />
  <hotspot name="spotpoint133" devices="flash" zorder="3"/>
  <hotspot name="spotpoint133" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint133">
  
        mainloadscene(pano74);lookat(-19.800000, 13.050000, 90.000000);


  </action>





  <hotspot name="spotpoint158"
           ath="73.581891" atv="-8.400000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano90"
           onclick="onclickspotpoint158"
           tooltip="spotpoint158_tooltip"
           />
  <hotspot name="spotpoint158" devices="flash" zorder="3"/>
  <hotspot name="spotpoint158" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint158">
  
        mainloadscene(pano90);lookat(156.150000, 0.450000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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


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



</scene>

  <!-- Group Grupo 104 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0998" @PanoFile="D:/CASA360/Tours/SEPTIEMBRE/Yully Rodríguez 5559671/fotos/SAM_100_0998.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano77"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0998_77/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano77_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_77/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_77/0/1/%v_%u.jpg"/>
          <right url="sam_100_0998_77/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0998_77/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0998_77/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0998_77/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0998_77/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0998_77/0/0/%v_%u.jpg"/>
          <right url="sam_100_0998_77/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0998_77/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0998_77/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0998_77/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0998_77/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0998_77/mobile/0.jpg"/>
      <right url="sam_100_0998_77/mobile/1.jpg"/>
      <back  url="sam_100_0998_77/mobile/2.jpg"/>
      <left  url="sam_100_0998_77/mobile/3.jpg"/>
      <up    url="sam_100_0998_77/mobile/4.jpg"/>
      <down  url="sam_100_0998_77/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint135"
           ath="-142.130493" atv="-8.400000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano69"
           onclick="onclickspotpoint135"
           tooltip="spotpoint135_tooltip"
           />
  <hotspot name="spotpoint135" devices="flash" zorder="3"/>
  <hotspot name="spotpoint135" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint135">
  
        mainloadscene(pano69);lookat(-158.400000, -3.150000, 90.000000);


  </action>





  <hotspot name="spotpoint136"
           ath="-32.356858" atv="0.720000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano78"
           onclick="onclickspotpoint136"
           tooltip="spotpoint136_tooltip"
           />
  <hotspot name="spotpoint136" devices="flash" zorder="3"/>
  <hotspot name="spotpoint136" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint136">
  
        mainloadscene(pano78);lookat(-35.550000, 5.400000, 90.000000);


  </action>





  <hotspot name="spotpoint138"
           ath="34.274301" atv="-0.720000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano88"
           onclick="onclickspotpoint138"
           tooltip="spotpoint138_tooltip"
           />
  <hotspot name="spotpoint138" devices="flash" zorder="3"/>
  <hotspot name="spotpoint138" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint138">
  
        mainloadscene(pano88);lookat(4.950000, 7.200000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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

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

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


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



</scene>

  <!-- Group Grupo 105 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0999" @PanoFile="D:/CASA360/Tours/SEPTIEMBRE/Yully Rodríguez 5559671/fotos/SAM_100_0999.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano78"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0999_78/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano78_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_78/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_78/0/1/%v_%u.jpg"/>
          <right url="sam_100_0999_78/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0999_78/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0999_78/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0999_78/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0999_78/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0999_78/0/0/%v_%u.jpg"/>
          <right url="sam_100_0999_78/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0999_78/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0999_78/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0999_78/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0999_78/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0999_78/mobile/0.jpg"/>
      <right url="sam_100_0999_78/mobile/1.jpg"/>
      <back  url="sam_100_0999_78/mobile/2.jpg"/>
      <left  url="sam_100_0999_78/mobile/3.jpg"/>
      <up    url="sam_100_0999_78/mobile/4.jpg"/>
      <down  url="sam_100_0999_78/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint137"
           ath="159.866844" atv="-10.800000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano77"
           onclick="onclickspotpoint137"
           tooltip="spotpoint137_tooltip"
           />
  <hotspot name="spotpoint137" devices="flash" zorder="3"/>
  <hotspot name="spotpoint137" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint137">
  
        mainloadscene(pano77);lookat(122.850000, -2.250000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

  <!-- Group Grupo 106 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_1000" @PanoFile="D:/CASA360/Tours/SEPTIEMBRE/Yully Rodríguez 5559671/fotos/SAM_100_1000.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano79"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_1000_79/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano79_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_79/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_79/0/1/%v_%u.jpg"/>
          <right url="sam_100_1000_79/1/1/%v_%u.jpg"/>
          <back  url="sam_100_1000_79/2/1/%v_%u.jpg"/>
          <left  url="sam_100_1000_79/3/1/%v_%u.jpg"/>
          <up    url="sam_100_1000_79/4/1/%v_%u.jpg"/>
          <down  url="sam_100_1000_79/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_1000_79/0/0/%v_%u.jpg"/>
          <right url="sam_100_1000_79/1/0/%v_%u.jpg"/>
          <back  url="sam_100_1000_79/2/0/%v_%u.jpg"/>
          <left  url="sam_100_1000_79/3/0/%v_%u.jpg"/>
          <up    url="sam_100_1000_79/4/0/%v_%u.jpg"/>
          <down  url="sam_100_1000_79/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_1000_79/mobile/0.jpg"/>
      <right url="sam_100_1000_79/mobile/1.jpg"/>
      <back  url="sam_100_1000_79/mobile/2.jpg"/>
      <left  url="sam_100_1000_79/mobile/3.jpg"/>
      <up    url="sam_100_1000_79/mobile/4.jpg"/>
      <down  url="sam_100_1000_79/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint157"
           ath="-135.419441" atv="-10.320000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano80"
           onclick="onclickspotpoint157"
           tooltip="spotpoint157_tooltip"
           />
  <hotspot name="spotpoint157" devices="flash" zorder="3"/>
  <hotspot name="spotpoint157" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint157">
  
        mainloadscene(pano80);lookat(-50.400000, 7.650000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

  <!-- Group Grupo 107 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_1001" @PanoFile="D:/CASA360/Tours/SEPTIEMBRE/Yully Rodríguez 5559671/fotos/SAM_100_1001.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano80"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_1001_80/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano80_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_80/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_80/0/1/%v_%u.jpg"/>
          <right url="sam_100_1001_80/1/1/%v_%u.jpg"/>
          <back  url="sam_100_1001_80/2/1/%v_%u.jpg"/>
          <left  url="sam_100_1001_80/3/1/%v_%u.jpg"/>
          <up    url="sam_100_1001_80/4/1/%v_%u.jpg"/>
          <down  url="sam_100_1001_80/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_1001_80/0/0/%v_%u.jpg"/>
          <right url="sam_100_1001_80/1/0/%v_%u.jpg"/>
          <back  url="sam_100_1001_80/2/0/%v_%u.jpg"/>
          <left  url="sam_100_1001_80/3/0/%v_%u.jpg"/>
          <up    url="sam_100_1001_80/4/0/%v_%u.jpg"/>
          <down  url="sam_100_1001_80/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_1001_80/mobile/0.jpg"/>
      <right url="sam_100_1001_80/mobile/1.jpg"/>
      <back  url="sam_100_1001_80/mobile/2.jpg"/>
      <left  url="sam_100_1001_80/mobile/3.jpg"/>
      <up    url="sam_100_1001_80/mobile/4.jpg"/>
      <down  url="sam_100_1001_80/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint155"
           ath="157.470040" atv="-11.280000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano88"
           onclick="onclickspotpoint155"
           tooltip="spotpoint155_tooltip"
           />
  <hotspot name="spotpoint155" devices="flash" zorder="3"/>
  <hotspot name="spotpoint155" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint155">
  
        mainloadscene(pano88);lookat(-77.850000, 1.350000, 90.000000);


  </action>





  <hotspot name="spotpoint156"
           ath="137.816245" atv="-10.320000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano79"
           onclick="onclickspotpoint156"
           tooltip="spotpoint156_tooltip"
           />
  <hotspot name="spotpoint156" devices="flash" zorder="3"/>
  <hotspot name="spotpoint156" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint156">
  
        mainloadscene(pano79);lookat(51.300000, 6.300000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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


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



</scene>

  <!-- Group Grupo 108 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_1002" @PanoFile="D:/CASA360/Tours/SEPTIEMBRE/Yully Rodríguez 5559671/fotos/SAM_100_1002.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano81"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_1002_81/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano81_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_81/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_81/0/1/%v_%u.jpg"/>
          <right url="sam_100_1002_81/1/1/%v_%u.jpg"/>
          <back  url="sam_100_1002_81/2/1/%v_%u.jpg"/>
          <left  url="sam_100_1002_81/3/1/%v_%u.jpg"/>
          <up    url="sam_100_1002_81/4/1/%v_%u.jpg"/>
          <down  url="sam_100_1002_81/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_1002_81/0/0/%v_%u.jpg"/>
          <right url="sam_100_1002_81/1/0/%v_%u.jpg"/>
          <back  url="sam_100_1002_81/2/0/%v_%u.jpg"/>
          <left  url="sam_100_1002_81/3/0/%v_%u.jpg"/>
          <up    url="sam_100_1002_81/4/0/%v_%u.jpg"/>
          <down  url="sam_100_1002_81/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_1002_81/mobile/0.jpg"/>
      <right url="sam_100_1002_81/mobile/1.jpg"/>
      <back  url="sam_100_1002_81/mobile/2.jpg"/>
      <left  url="sam_100_1002_81/mobile/3.jpg"/>
      <up    url="sam_100_1002_81/mobile/4.jpg"/>
      <down  url="sam_100_1002_81/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint152"
           ath="148.362184" atv="-9.360000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano82"
           onclick="onclickspotpoint152"
           tooltip="spotpoint152_tooltip"
           />
  <hotspot name="spotpoint152" devices="flash" zorder="3"/>
  <hotspot name="spotpoint152" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint152">
  
        mainloadscene(pano82);lookat(37.350000, 3.600000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

  <!-- Group Grupo 109 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_1003" @PanoFile="D:/CASA360/Tours/SEPTIEMBRE/Yully Rodríguez 5559671/fotos/SAM_100_1003.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano82"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_1003_82/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano82_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_82/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_82/0/1/%v_%u.jpg"/>
          <right url="sam_100_1003_82/1/1/%v_%u.jpg"/>
          <back  url="sam_100_1003_82/2/1/%v_%u.jpg"/>
          <left  url="sam_100_1003_82/3/1/%v_%u.jpg"/>
          <up    url="sam_100_1003_82/4/1/%v_%u.jpg"/>
          <down  url="sam_100_1003_82/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_1003_82/0/0/%v_%u.jpg"/>
          <right url="sam_100_1003_82/1/0/%v_%u.jpg"/>
          <back  url="sam_100_1003_82/2/0/%v_%u.jpg"/>
          <left  url="sam_100_1003_82/3/0/%v_%u.jpg"/>
          <up    url="sam_100_1003_82/4/0/%v_%u.jpg"/>
          <down  url="sam_100_1003_82/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_1003_82/mobile/0.jpg"/>
      <right url="sam_100_1003_82/mobile/1.jpg"/>
      <back  url="sam_100_1003_82/mobile/2.jpg"/>
      <left  url="sam_100_1003_82/mobile/3.jpg"/>
      <up    url="sam_100_1003_82/mobile/4.jpg"/>
      <down  url="sam_100_1003_82/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint151"
           ath="-134.514039" atv="-9.740260"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano81"
           onclick="onclickspotpoint151"
           tooltip="spotpoint151_tooltip"
           />
  <hotspot name="spotpoint151" devices="flash" zorder="3"/>
  <hotspot name="spotpoint151" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint151">
  
        mainloadscene(pano81);lookat(-36.900000, 6.750000, 90.000000);


  </action>





  <hotspot name="spotpoint153"
           ath="-152.008639" atv="-9.350649"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano88"
           onclick="onclickspotpoint153"
           tooltip="spotpoint153_tooltip"
           />
  <hotspot name="spotpoint153" devices="flash" zorder="3"/>
  <hotspot name="spotpoint153" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint153">
  
        mainloadscene(pano88);lookat(-164.250000, -3.150000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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


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



</scene>

  <!-- Group Grupo 110 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_1004" @PanoFile="D:/CASA360/Tours/SEPTIEMBRE/Yully Rodríguez 5559671/fotos/SAM_100_1004.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano83"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_1004_83/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano83_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_83/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_83/0/1/%v_%u.jpg"/>
          <right url="sam_100_1004_83/1/1/%v_%u.jpg"/>
          <back  url="sam_100_1004_83/2/1/%v_%u.jpg"/>
          <left  url="sam_100_1004_83/3/1/%v_%u.jpg"/>
          <up    url="sam_100_1004_83/4/1/%v_%u.jpg"/>
          <down  url="sam_100_1004_83/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_1004_83/0/0/%v_%u.jpg"/>
          <right url="sam_100_1004_83/1/0/%v_%u.jpg"/>
          <back  url="sam_100_1004_83/2/0/%v_%u.jpg"/>
          <left  url="sam_100_1004_83/3/0/%v_%u.jpg"/>
          <up    url="sam_100_1004_83/4/0/%v_%u.jpg"/>
          <down  url="sam_100_1004_83/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_1004_83/mobile/0.jpg"/>
      <right url="sam_100_1004_83/mobile/1.jpg"/>
      <back  url="sam_100_1004_83/mobile/2.jpg"/>
      <left  url="sam_100_1004_83/mobile/3.jpg"/>
      <up    url="sam_100_1004_83/mobile/4.jpg"/>
      <down  url="sam_100_1004_83/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint149"
           ath="-85.565912" atv="-8.400000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano85"
           onclick="onclickspotpoint149"
           tooltip="spotpoint149_tooltip"
           />
  <hotspot name="spotpoint149" devices="flash" zorder="3"/>
  <hotspot name="spotpoint149" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint149">
  
        mainloadscene(pano85);lookat(27.000000, 1.800000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

  <!-- Group Grupo 111 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_1005" @PanoFile="D:/CASA360/Tours/SEPTIEMBRE/Yully Rodríguez 5559671/fotos/SAM_100_1005.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano84"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_1005_84/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano84_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_84/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_84/0/1/%v_%u.jpg"/>
          <right url="sam_100_1005_84/1/1/%v_%u.jpg"/>
          <back  url="sam_100_1005_84/2/1/%v_%u.jpg"/>
          <left  url="sam_100_1005_84/3/1/%v_%u.jpg"/>
          <up    url="sam_100_1005_84/4/1/%v_%u.jpg"/>
          <down  url="sam_100_1005_84/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_1005_84/0/0/%v_%u.jpg"/>
          <right url="sam_100_1005_84/1/0/%v_%u.jpg"/>
          <back  url="sam_100_1005_84/2/0/%v_%u.jpg"/>
          <left  url="sam_100_1005_84/3/0/%v_%u.jpg"/>
          <up    url="sam_100_1005_84/4/0/%v_%u.jpg"/>
          <down  url="sam_100_1005_84/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_1005_84/mobile/0.jpg"/>
      <right url="sam_100_1005_84/mobile/1.jpg"/>
      <back  url="sam_100_1005_84/mobile/2.jpg"/>
      <left  url="sam_100_1005_84/mobile/3.jpg"/>
      <up    url="sam_100_1005_84/mobile/4.jpg"/>
      <down  url="sam_100_1005_84/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint147"
           ath="47.217044" atv="1.200000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano85"
           onclick="onclickspotpoint147"
           tooltip="spotpoint147_tooltip"
           />
  <hotspot name="spotpoint147" devices="flash" zorder="3"/>
  <hotspot name="spotpoint147" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint147">
  
        mainloadscene(pano85);lookat(-50.400000, 8.100000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

  <!-- Group Grupo 112 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_1006" @PanoFile="D:/CASA360/Tours/SEPTIEMBRE/Yully Rodríguez 5559671/fotos/SAM_100_1006.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano85"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_1006_85/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano85_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_85/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_85/0/1/%v_%u.jpg"/>
          <right url="sam_100_1006_85/1/1/%v_%u.jpg"/>
          <back  url="sam_100_1006_85/2/1/%v_%u.jpg"/>
          <left  url="sam_100_1006_85/3/1/%v_%u.jpg"/>
          <up    url="sam_100_1006_85/4/1/%v_%u.jpg"/>
          <down  url="sam_100_1006_85/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_1006_85/0/0/%v_%u.jpg"/>
          <right url="sam_100_1006_85/1/0/%v_%u.jpg"/>
          <back  url="sam_100_1006_85/2/0/%v_%u.jpg"/>
          <left  url="sam_100_1006_85/3/0/%v_%u.jpg"/>
          <up    url="sam_100_1006_85/4/0/%v_%u.jpg"/>
          <down  url="sam_100_1006_85/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_1006_85/mobile/0.jpg"/>
      <right url="sam_100_1006_85/mobile/1.jpg"/>
      <back  url="sam_100_1006_85/mobile/2.jpg"/>
      <left  url="sam_100_1006_85/mobile/3.jpg"/>
      <up    url="sam_100_1006_85/mobile/4.jpg"/>
      <down  url="sam_100_1006_85/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint145"
           ath="-55.366178" atv="-1.200000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano86"
           onclick="onclickspotpoint145"
           tooltip="spotpoint145_tooltip"
           />
  <hotspot name="spotpoint145" devices="flash" zorder="3"/>
  <hotspot name="spotpoint145" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint145">
  
        mainloadscene(pano86);lookat(161.100000, -3.150000, 90.000000);


  </action>





  <hotspot name="spotpoint146"
           ath="120.079893" atv="-3.600000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano84"
           onclick="onclickspotpoint146"
           tooltip="spotpoint146_tooltip"
           />
  <hotspot name="spotpoint146" devices="flash" zorder="3"/>
  <hotspot name="spotpoint146" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint146">
  
        mainloadscene(pano84);lookat(-108.450000, 1.350000, 90.000000);


  </action>





  <hotspot name="spotpoint148"
           ath="-145.486019" atv="-12.720000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano83"
           onclick="onclickspotpoint148"
           tooltip="spotpoint148_tooltip"
           />
  <hotspot name="spotpoint148" devices="flash" zorder="3"/>
  <hotspot name="spotpoint148" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint148">
  
        mainloadscene(pano83);lookat(94.500000, -1.800000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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

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

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


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



</scene>

  <!-- Group Grupo 113 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_1007" @PanoFile="D:/CASA360/Tours/SEPTIEMBRE/Yully Rodríguez 5559671/fotos/SAM_100_1007.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano86"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_1007_86/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano86_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_86/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_86/0/1/%v_%u.jpg"/>
          <right url="sam_100_1007_86/1/1/%v_%u.jpg"/>
          <back  url="sam_100_1007_86/2/1/%v_%u.jpg"/>
          <left  url="sam_100_1007_86/3/1/%v_%u.jpg"/>
          <up    url="sam_100_1007_86/4/1/%v_%u.jpg"/>
          <down  url="sam_100_1007_86/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_1007_86/0/0/%v_%u.jpg"/>
          <right url="sam_100_1007_86/1/0/%v_%u.jpg"/>
          <back  url="sam_100_1007_86/2/0/%v_%u.jpg"/>
          <left  url="sam_100_1007_86/3/0/%v_%u.jpg"/>
          <up    url="sam_100_1007_86/4/0/%v_%u.jpg"/>
          <down  url="sam_100_1007_86/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_1007_86/mobile/0.jpg"/>
      <right url="sam_100_1007_86/mobile/1.jpg"/>
      <back  url="sam_100_1007_86/mobile/2.jpg"/>
      <left  url="sam_100_1007_86/mobile/3.jpg"/>
      <up    url="sam_100_1007_86/mobile/4.jpg"/>
      <down  url="sam_100_1007_86/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint141"
           ath="79.334221" atv="-4.080000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano88"
           onclick="onclickspotpoint141"
           tooltip="spotpoint141_tooltip"
           />
  <hotspot name="spotpoint141" devices="flash" zorder="3"/>
  <hotspot name="spotpoint141" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint141">
  
        mainloadscene(pano88);lookat(-175.050000, -3.150000, 90.000000);


  </action>





  <hotspot name="spotpoint142"
           ath="160.346205" atv="-11.760000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano87"
           onclick="onclickspotpoint142"
           tooltip="spotpoint142_tooltip"
           />
  <hotspot name="spotpoint142" devices="flash" zorder="3"/>
  <hotspot name="spotpoint142" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint142">
  
        mainloadscene(pano87);lookat(-168.300000, 0.000000, 90.000000);


  </action>





  <hotspot name="spotpoint144"
           ath="-23.728362" atv="1.200000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano85"
           onclick="onclickspotpoint144"
           tooltip="spotpoint144_tooltip"
           />
  <hotspot name="spotpoint144" devices="flash" zorder="3"/>
  <hotspot name="spotpoint144" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint144">
  
        mainloadscene(pano85);lookat(119.700000, -1.800000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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

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

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


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



</scene>

  <!-- Group Grupo 114 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_1008" @PanoFile="D:/CASA360/Tours/SEPTIEMBRE/Yully Rodríguez 5559671/fotos/SAM_100_1008.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano87"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_1008_87/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano87_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_87/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_87/0/1/%v_%u.jpg"/>
          <right url="sam_100_1008_87/1/1/%v_%u.jpg"/>
          <back  url="sam_100_1008_87/2/1/%v_%u.jpg"/>
          <left  url="sam_100_1008_87/3/1/%v_%u.jpg"/>
          <up    url="sam_100_1008_87/4/1/%v_%u.jpg"/>
          <down  url="sam_100_1008_87/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_1008_87/0/0/%v_%u.jpg"/>
          <right url="sam_100_1008_87/1/0/%v_%u.jpg"/>
          <back  url="sam_100_1008_87/2/0/%v_%u.jpg"/>
          <left  url="sam_100_1008_87/3/0/%v_%u.jpg"/>
          <up    url="sam_100_1008_87/4/0/%v_%u.jpg"/>
          <down  url="sam_100_1008_87/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_1008_87/mobile/0.jpg"/>
      <right url="sam_100_1008_87/mobile/1.jpg"/>
      <back  url="sam_100_1008_87/mobile/2.jpg"/>
      <left  url="sam_100_1008_87/mobile/3.jpg"/>
      <up    url="sam_100_1008_87/mobile/4.jpg"/>
      <down  url="sam_100_1008_87/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint143"
           ath="11.264980" atv="-0.240000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano86"
           onclick="onclickspotpoint143"
           tooltip="spotpoint143_tooltip"
           />
  <hotspot name="spotpoint143" devices="flash" zorder="3"/>
  <hotspot name="spotpoint143" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint143">
  
        mainloadscene(pano86);lookat(-15.300000, 6.750000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

  <!-- Group Grupo 115 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_1009" @PanoFile="D:/CASA360/Tours/SEPTIEMBRE/Yully Rodríguez 5559671/fotos/SAM_100_1009.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano88"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_1009_88/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano88_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_88/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_88/0/1/%v_%u.jpg"/>
          <right url="sam_100_1009_88/1/1/%v_%u.jpg"/>
          <back  url="sam_100_1009_88/2/1/%v_%u.jpg"/>
          <left  url="sam_100_1009_88/3/1/%v_%u.jpg"/>
          <up    url="sam_100_1009_88/4/1/%v_%u.jpg"/>
          <down  url="sam_100_1009_88/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_1009_88/0/0/%v_%u.jpg"/>
          <right url="sam_100_1009_88/1/0/%v_%u.jpg"/>
          <back  url="sam_100_1009_88/2/0/%v_%u.jpg"/>
          <left  url="sam_100_1009_88/3/0/%v_%u.jpg"/>
          <up    url="sam_100_1009_88/4/0/%v_%u.jpg"/>
          <down  url="sam_100_1009_88/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_1009_88/mobile/0.jpg"/>
      <right url="sam_100_1009_88/mobile/1.jpg"/>
      <back  url="sam_100_1009_88/mobile/2.jpg"/>
      <left  url="sam_100_1009_88/mobile/3.jpg"/>
      <up    url="sam_100_1009_88/mobile/4.jpg"/>
      <down  url="sam_100_1009_88/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint139"
           ath="-173.768309" atv="-6.960000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano77"
           onclick="onclickspotpoint139"
           tooltip="spotpoint139_tooltip"
           />
  <hotspot name="spotpoint139" devices="flash" zorder="3"/>
  <hotspot name="spotpoint139" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint139">
  
        mainloadscene(pano77);lookat(-132.750000, 1.350000, 90.000000);


  </action>





  <hotspot name="spotpoint140"
           ath="-15.579228" atv="-4.080000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano86"
           onclick="onclickspotpoint140"
           tooltip="spotpoint140_tooltip"
           />
  <hotspot name="spotpoint140" devices="flash" zorder="3"/>
  <hotspot name="spotpoint140" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint140">
  
        mainloadscene(pano86);lookat(-108.450000, 3.600000, 90.000000);


  </action>





  <hotspot name="spotpoint150"
           ath="30.918775" atv="-6.480000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano82"
           onclick="onclickspotpoint150"
           tooltip="spotpoint150_tooltip"
           />
  <hotspot name="spotpoint150" devices="flash" zorder="3"/>
  <hotspot name="spotpoint150" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint150">
  
        mainloadscene(pano82);lookat(34.650000, 2.250000, 90.000000);


  </action>





  <hotspot name="spotpoint154"
           ath="123.435419" atv="-10.800000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano80"
           onclick="onclickspotpoint154"
           tooltip="spotpoint154_tooltip"
           />
  <hotspot name="spotpoint154" devices="flash" zorder="3"/>
  <hotspot name="spotpoint154" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint154">
  
        mainloadscene(pano80);lookat(-39.150000, 3.600000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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

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

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

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

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


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



</scene>

  <!-- Group Grupo 117 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_1011" @PanoFile="D:/CASA360/Tours/SEPTIEMBRE/Yully Rodríguez 5559671/fotos/SAM_100_1011.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano90"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_1011_90/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano90_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_90/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_90/0/1/%v_%u.jpg"/>
          <right url="sam_100_1011_90/1/1/%v_%u.jpg"/>
          <back  url="sam_100_1011_90/2/1/%v_%u.jpg"/>
          <left  url="sam_100_1011_90/3/1/%v_%u.jpg"/>
          <up    url="sam_100_1011_90/4/1/%v_%u.jpg"/>
          <down  url="sam_100_1011_90/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_1011_90/0/0/%v_%u.jpg"/>
          <right url="sam_100_1011_90/1/0/%v_%u.jpg"/>
          <back  url="sam_100_1011_90/2/0/%v_%u.jpg"/>
          <left  url="sam_100_1011_90/3/0/%v_%u.jpg"/>
          <up    url="sam_100_1011_90/4/0/%v_%u.jpg"/>
          <down  url="sam_100_1011_90/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_1011_90/mobile/0.jpg"/>
      <right url="sam_100_1011_90/mobile/1.jpg"/>
      <back  url="sam_100_1011_90/mobile/2.jpg"/>
      <left  url="sam_100_1011_90/mobile/3.jpg"/>
      <up    url="sam_100_1011_90/mobile/4.jpg"/>
      <down  url="sam_100_1011_90/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint159"
           ath="-2.636485" atv="-4.560000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano75"
           onclick="onclickspotpoint159"
           tooltip="spotpoint159_tooltip"
           />
  <hotspot name="spotpoint159" devices="flash" zorder="3"/>
  <hotspot name="spotpoint159" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint159">
  
        mainloadscene(pano75);lookat(-119.700000, 0.000000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

  <krpano nofullspherepanoavailable="false" />



</krpano>

