<?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 : 04-01-2022 14-23-10 -->
  <!-- Plugins and Spot Styles -->
  <include url="%FIRSTXML%/tour_skin_vr.xml"/>
  <!-- Core actions -->
  <include url="%FIRSTXML%/tour_core_vr.xml"/>
  <!-- Tour Messages -->
  <include url="%FIRSTXML%/tour_messages_es.xml"/>

  <action name="startup">

    if (s !== null, if (startscene === null OR startscene === "undefined", set(startscene, get(s));); );
    if (startscene === null OR startscene === "undefined",
      set(startscene, pano49);
    );
    if(startlanguage !== null AND startlanguage !== "undefined",
      set(tour_language, get(startlanguage));
    );
    if(starttime !== null AND starttime !== "undefined" AND starttime GT 0,
      set(videoscenestarttime, get(starttime));
    ,
      set(videoscenestarttime, 0);
    );
    if(scene[get(startscene)].full360,
    mainloadsceneStartup(get(startscene));
    if (h !== null,
      if (v !== null,
        if (f !== null,
          lookat(get(h), get(v), get(f));
         ,
          lookat(get(h), get(v));
        );
      ,
        if (f !== null,
          lookat(get(h), get(view.vlookat), get(f));
         ,
          lookat(get(h), get(view.vlookat));
        );
      );
    ,
      if (v !== null,
        if (f !== null,
          lookat(get(view.hlookat), get(v), get(f));
         ,
          lookat(get(view.hlookat), get(v));
        );
      ,
        if (f !== null,
          lookat(get(view.hlookat), get(view.vlookat), get(f));
        );
      );
    );
    );
  </action>

  <!-- 24 Groups -->

  <!-- Group Grupo 75 : 1 panoramas -->
  
<!-- **** @PanoName="Output(20)" @PanoFile="/Users/casa360/Desktop/Casa 360 /andres/tours/4/victor.torres 4789404/Fotos 360/Output(20).jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano49"
       heading="0"
       thumburl="%FIRSTXML%/output_20__49/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano49_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="177.340000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="177.340000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_20__49/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="output_20__49/0/1/%v_%u.jpg"/>
          <right url="output_20__49/1/1/%v_%u.jpg"/>
          <back  url="output_20__49/2/1/%v_%u.jpg"/>
          <left  url="output_20__49/3/1/%v_%u.jpg"/>
          <up    url="output_20__49/4/1/%v_%u.jpg"/>
          <down  url="output_20__49/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_20__49/0/0/%v_%u.jpg"/>
          <right url="output_20__49/1/0/%v_%u.jpg"/>
          <back  url="output_20__49/2/0/%v_%u.jpg"/>
          <left  url="output_20__49/3/0/%v_%u.jpg"/>
          <up    url="output_20__49/4/0/%v_%u.jpg"/>
          <down  url="output_20__49/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_20__49/mobile/0.jpg"/>
      <right url="output_20__49/mobile/1.jpg"/>
      <back  url="output_20__49/mobile/2.jpg"/>
      <left  url="output_20__49/mobile/3.jpg"/>
      <up    url="output_20__49/mobile/4.jpg"/>
      <down  url="output_20__49/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->





  <hotspot name="spotpoint89"
           ath="173.782383" atv="-2.802768"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano44"
           onclick="onclickspotpoint89"
           tooltip="spotpoint89_tooltip"
           />
  <hotspot name="spotpoint89" devices="flash" zorder="3"/>
  <hotspot name="spotpoint89" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint89">
  
        mainloadscene(pano44);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint89].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint89].visible, true);
  </action>
  <events name="pano49stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Grupo 63 : 1 panoramas -->
  
<!-- **** @PanoName="Output(1)" @PanoFile="/Users/casa360/Desktop/Casa 360 /andres/tours/4/victor.torres 4789404/Fotos 360/Output(1).jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano37"
       heading="0"
       thumburl="%FIRSTXML%/output_1__37/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano37_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_1__37/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="output_1__37/0/1/%v_%u.jpg"/>
          <right url="output_1__37/1/1/%v_%u.jpg"/>
          <back  url="output_1__37/2/1/%v_%u.jpg"/>
          <left  url="output_1__37/3/1/%v_%u.jpg"/>
          <up    url="output_1__37/4/1/%v_%u.jpg"/>
          <down  url="output_1__37/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_1__37/0/0/%v_%u.jpg"/>
          <right url="output_1__37/1/0/%v_%u.jpg"/>
          <back  url="output_1__37/2/0/%v_%u.jpg"/>
          <left  url="output_1__37/3/0/%v_%u.jpg"/>
          <up    url="output_1__37/4/0/%v_%u.jpg"/>
          <down  url="output_1__37/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_1__37/mobile/0.jpg"/>
      <right url="output_1__37/mobile/1.jpg"/>
      <back  url="output_1__37/mobile/2.jpg"/>
      <left  url="output_1__37/mobile/3.jpg"/>
      <up    url="output_1__37/mobile/4.jpg"/>
      <down  url="output_1__37/mobile/5.jpg"/>
    </image>





</scene>

  <!-- Group Grupo 64 : 1 panoramas -->
  
<!-- **** @PanoName="Output(10)" @PanoFile="/Users/casa360/Desktop/Casa 360 /andres/tours/4/victor.torres 4789404/Fotos 360/Output(10).jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano38"
       heading="0"
       thumburl="%FIRSTXML%/output_10__38/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano38_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_10__38/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="output_10__38/0/1/%v_%u.jpg"/>
          <right url="output_10__38/1/1/%v_%u.jpg"/>
          <back  url="output_10__38/2/1/%v_%u.jpg"/>
          <left  url="output_10__38/3/1/%v_%u.jpg"/>
          <up    url="output_10__38/4/1/%v_%u.jpg"/>
          <down  url="output_10__38/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_10__38/0/0/%v_%u.jpg"/>
          <right url="output_10__38/1/0/%v_%u.jpg"/>
          <back  url="output_10__38/2/0/%v_%u.jpg"/>
          <left  url="output_10__38/3/0/%v_%u.jpg"/>
          <up    url="output_10__38/4/0/%v_%u.jpg"/>
          <down  url="output_10__38/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_10__38/mobile/0.jpg"/>
      <right url="output_10__38/mobile/1.jpg"/>
      <back  url="output_10__38/mobile/2.jpg"/>
      <left  url="output_10__38/mobile/3.jpg"/>
      <up    url="output_10__38/mobile/4.jpg"/>
      <down  url="output_10__38/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->





  <hotspot name="spotpoint105"
           ath="-4.262295" atv="-9.197080"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano46"
           onclick="onclickspotpoint105"
           tooltip="spotpoint105_tooltip"
           />
  <hotspot name="spotpoint105" devices="flash" zorder="3"/>
  <hotspot name="spotpoint105" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint105">
  
        mainloadscene(pano46);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint105].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint105].visible, true);
  </action>
  <events name="pano38stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Grupo 65 : 1 panoramas -->
  
<!-- **** @PanoName="Output(11)" @PanoFile="/Users/casa360/Desktop/Casa 360 /andres/tours/4/victor.torres 4789404/Fotos 360/Output(11).jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano39"
       heading="0"
       thumburl="%FIRSTXML%/output_11__39/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano39_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_11__39/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="output_11__39/0/1/%v_%u.jpg"/>
          <right url="output_11__39/1/1/%v_%u.jpg"/>
          <back  url="output_11__39/2/1/%v_%u.jpg"/>
          <left  url="output_11__39/3/1/%v_%u.jpg"/>
          <up    url="output_11__39/4/1/%v_%u.jpg"/>
          <down  url="output_11__39/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_11__39/0/0/%v_%u.jpg"/>
          <right url="output_11__39/1/0/%v_%u.jpg"/>
          <back  url="output_11__39/2/0/%v_%u.jpg"/>
          <left  url="output_11__39/3/0/%v_%u.jpg"/>
          <up    url="output_11__39/4/0/%v_%u.jpg"/>
          <down  url="output_11__39/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_11__39/mobile/0.jpg"/>
      <right url="output_11__39/mobile/1.jpg"/>
      <back  url="output_11__39/mobile/2.jpg"/>
      <left  url="output_11__39/mobile/3.jpg"/>
      <up    url="output_11__39/mobile/4.jpg"/>
      <down  url="output_11__39/mobile/5.jpg"/>
    </image>




  <!-- **** 6 Point Spots **** -->





  <hotspot name="spotpoint94"
           ath="-176.642487" atv="-7.162630"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano44"
           onclick="onclickspotpoint94"
           tooltip="spotpoint94_tooltip"
           />
  <hotspot name="spotpoint94" devices="flash" zorder="3"/>
  <hotspot name="spotpoint94" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint94">
  
        mainloadscene(pano44);


  </action>







  <hotspot name="spotpoint100"
           ath="134.754098" atv="-7.883212"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano46"
           onclick="onclickspotpoint100"
           tooltip="spotpoint100_tooltip"
           />
  <hotspot name="spotpoint100" devices="flash" zorder="3"/>
  <hotspot name="spotpoint100" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint100">
  
        mainloadscene(pano46);


  </action>







  <hotspot name="spotpoint108"
           ath="-53.782383" atv="-12.768166"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano60"
           onclick="onclickspotpoint108"
           tooltip="spotpoint108_tooltip"
           />
  <hotspot name="spotpoint108" devices="flash" zorder="3"/>
  <hotspot name="spotpoint108" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint108">
  
        mainloadscene(pano60);


  </action>







  <hotspot name="spotpoint110"
           ath="-18.963731" atv="-10.276817"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano57"
           onclick="onclickspotpoint110"
           tooltip="spotpoint110_tooltip"
           />
  <hotspot name="spotpoint110" devices="flash" zorder="3"/>
  <hotspot name="spotpoint110" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint110">
  
        mainloadscene(pano57);


  </action>







  <hotspot name="spotpoint112"
           ath="-0.932642" atv="-9.031142"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano56"
           onclick="onclickspotpoint112"
           tooltip="spotpoint112_tooltip"
           />
  <hotspot name="spotpoint112" devices="flash" zorder="3"/>
  <hotspot name="spotpoint112" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint112">
  
        mainloadscene(pano56);


  </action>







  <hotspot name="spotpoint114"
           ath="17.720207" atv="-10.899654"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano50"
           onclick="onclickspotpoint114"
           tooltip="spotpoint114_tooltip"
           />
  <hotspot name="spotpoint114" devices="flash" zorder="3"/>
  <hotspot name="spotpoint114" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint114">
  
        mainloadscene(pano50);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint94].visible, false);



    set(hotspot[spotpoint100].visible, false);



    set(hotspot[spotpoint108].visible, false);



    set(hotspot[spotpoint110].visible, false);



    set(hotspot[spotpoint112].visible, false);



    set(hotspot[spotpoint114].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint94].visible, true);



  
  set(hotspot[spotpoint100].visible, true);



  
  set(hotspot[spotpoint108].visible, true);



  
  set(hotspot[spotpoint110].visible, true);



  
  set(hotspot[spotpoint112].visible, true);



  
  set(hotspot[spotpoint114].visible, true);
  </action>
  <events name="pano39stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Grupo 66 : 1 panoramas -->
  
<!-- **** @PanoName="Output(12)" @PanoFile="/Users/casa360/Desktop/Casa 360 /andres/tours/4/victor.torres 4789404/Fotos 360/Output(12).jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano40"
       heading="0"
       thumburl="%FIRSTXML%/output_12__40/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano40_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_12__40/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="output_12__40/0/1/%v_%u.jpg"/>
          <right url="output_12__40/1/1/%v_%u.jpg"/>
          <back  url="output_12__40/2/1/%v_%u.jpg"/>
          <left  url="output_12__40/3/1/%v_%u.jpg"/>
          <up    url="output_12__40/4/1/%v_%u.jpg"/>
          <down  url="output_12__40/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_12__40/0/0/%v_%u.jpg"/>
          <right url="output_12__40/1/0/%v_%u.jpg"/>
          <back  url="output_12__40/2/0/%v_%u.jpg"/>
          <left  url="output_12__40/3/0/%v_%u.jpg"/>
          <up    url="output_12__40/4/0/%v_%u.jpg"/>
          <down  url="output_12__40/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_12__40/mobile/0.jpg"/>
      <right url="output_12__40/mobile/1.jpg"/>
      <back  url="output_12__40/mobile/2.jpg"/>
      <left  url="output_12__40/mobile/3.jpg"/>
      <up    url="output_12__40/mobile/4.jpg"/>
      <down  url="output_12__40/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->





  <hotspot name="spotpoint103"
           ath="83.626943" atv="-4.671280"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano44"
           onclick="onclickspotpoint103"
           tooltip="spotpoint103_tooltip"
           />
  <hotspot name="spotpoint103" devices="flash" zorder="3"/>
  <hotspot name="spotpoint103" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint103">
  
        mainloadscene(pano44);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint103].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint103].visible, true);
  </action>
  <events name="pano40stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Grupo 67 : 1 panoramas -->
  
<!-- **** @PanoName="Output(13)" @PanoFile="/Users/casa360/Desktop/Casa 360 /andres/tours/4/victor.torres 4789404/Fotos 360/Output(13).jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano41"
       heading="0"
       thumburl="%FIRSTXML%/output_13__41/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano41_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_13__41/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="output_13__41/0/1/%v_%u.jpg"/>
          <right url="output_13__41/1/1/%v_%u.jpg"/>
          <back  url="output_13__41/2/1/%v_%u.jpg"/>
          <left  url="output_13__41/3/1/%v_%u.jpg"/>
          <up    url="output_13__41/4/1/%v_%u.jpg"/>
          <down  url="output_13__41/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_13__41/0/0/%v_%u.jpg"/>
          <right url="output_13__41/1/0/%v_%u.jpg"/>
          <back  url="output_13__41/2/0/%v_%u.jpg"/>
          <left  url="output_13__41/3/0/%v_%u.jpg"/>
          <up    url="output_13__41/4/0/%v_%u.jpg"/>
          <down  url="output_13__41/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_13__41/mobile/0.jpg"/>
      <right url="output_13__41/mobile/1.jpg"/>
      <back  url="output_13__41/mobile/2.jpg"/>
      <left  url="output_13__41/mobile/3.jpg"/>
      <up    url="output_13__41/mobile/4.jpg"/>
      <down  url="output_13__41/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->





  <hotspot name="spotpoint123"
           ath="143.937824" atv="-4.048443"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano58"
           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(pano58);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint123].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint123].visible, true);
  </action>
  <events name="pano41stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Grupo 68 : 1 panoramas -->
  
<!-- **** @PanoName="Output(14)" @PanoFile="/Users/casa360/Desktop/Casa 360 /andres/tours/4/victor.torres 4789404/Fotos 360/Output(14).jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano42"
       heading="0"
       thumburl="%FIRSTXML%/output_14__42/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano42_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_14__42/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="output_14__42/0/1/%v_%u.jpg"/>
          <right url="output_14__42/1/1/%v_%u.jpg"/>
          <back  url="output_14__42/2/1/%v_%u.jpg"/>
          <left  url="output_14__42/3/1/%v_%u.jpg"/>
          <up    url="output_14__42/4/1/%v_%u.jpg"/>
          <down  url="output_14__42/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_14__42/0/0/%v_%u.jpg"/>
          <right url="output_14__42/1/0/%v_%u.jpg"/>
          <back  url="output_14__42/2/0/%v_%u.jpg"/>
          <left  url="output_14__42/3/0/%v_%u.jpg"/>
          <up    url="output_14__42/4/0/%v_%u.jpg"/>
          <down  url="output_14__42/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_14__42/mobile/0.jpg"/>
      <right url="output_14__42/mobile/1.jpg"/>
      <back  url="output_14__42/mobile/2.jpg"/>
      <left  url="output_14__42/mobile/3.jpg"/>
      <up    url="output_14__42/mobile/4.jpg"/>
      <down  url="output_14__42/mobile/5.jpg"/>
    </image>





</scene>

  <!-- Group Grupo 69 : 1 panoramas -->
  
<!-- **** @PanoName="Output(15)" @PanoFile="/Users/casa360/Desktop/Casa 360 /andres/tours/4/victor.torres 4789404/Fotos 360/Output(15).jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano43"
       heading="0"
       thumburl="%FIRSTXML%/output_15__43/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano43_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_15__43/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="output_15__43/0/1/%v_%u.jpg"/>
          <right url="output_15__43/1/1/%v_%u.jpg"/>
          <back  url="output_15__43/2/1/%v_%u.jpg"/>
          <left  url="output_15__43/3/1/%v_%u.jpg"/>
          <up    url="output_15__43/4/1/%v_%u.jpg"/>
          <down  url="output_15__43/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_15__43/0/0/%v_%u.jpg"/>
          <right url="output_15__43/1/0/%v_%u.jpg"/>
          <back  url="output_15__43/2/0/%v_%u.jpg"/>
          <left  url="output_15__43/3/0/%v_%u.jpg"/>
          <up    url="output_15__43/4/0/%v_%u.jpg"/>
          <down  url="output_15__43/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_15__43/mobile/0.jpg"/>
      <right url="output_15__43/mobile/1.jpg"/>
      <back  url="output_15__43/mobile/2.jpg"/>
      <left  url="output_15__43/mobile/3.jpg"/>
      <up    url="output_15__43/mobile/4.jpg"/>
      <down  url="output_15__43/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->





  <hotspot name="spotpoint96"
           ath="-6.528497" atv="-8.408304"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano44"
           onclick="onclickspotpoint96"
           tooltip="spotpoint96_tooltip"
           />
  <hotspot name="spotpoint96" devices="flash" zorder="3"/>
  <hotspot name="spotpoint96" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint96">
  
        mainloadscene(pano44);


  </action>







  <hotspot name="spotpoint97"
           ath="80.518135" atv="-4.671280"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano46"
           onclick="onclickspotpoint97"
           tooltip="spotpoint97_tooltip"
           />
  <hotspot name="spotpoint97" devices="flash" zorder="3"/>
  <hotspot name="spotpoint97" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint97">
  
        mainloadscene(pano46);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint96].visible, false);



    set(hotspot[spotpoint97].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint96].visible, true);



  
  set(hotspot[spotpoint97].visible, true);
  </action>
  <events name="pano43stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Grupo 70 : 1 panoramas -->
  
<!-- **** @PanoName="Output(16)" @PanoFile="/Users/casa360/Desktop/Casa 360 /andres/tours/4/victor.torres 4789404/Fotos 360/Output(16).jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano44"
       heading="0"
       thumburl="%FIRSTXML%/output_16__44/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano44_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_16__44/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="output_16__44/0/1/%v_%u.jpg"/>
          <right url="output_16__44/1/1/%v_%u.jpg"/>
          <back  url="output_16__44/2/1/%v_%u.jpg"/>
          <left  url="output_16__44/3/1/%v_%u.jpg"/>
          <up    url="output_16__44/4/1/%v_%u.jpg"/>
          <down  url="output_16__44/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_16__44/0/0/%v_%u.jpg"/>
          <right url="output_16__44/1/0/%v_%u.jpg"/>
          <back  url="output_16__44/2/0/%v_%u.jpg"/>
          <left  url="output_16__44/3/0/%v_%u.jpg"/>
          <up    url="output_16__44/4/0/%v_%u.jpg"/>
          <down  url="output_16__44/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_16__44/mobile/0.jpg"/>
      <right url="output_16__44/mobile/1.jpg"/>
      <back  url="output_16__44/mobile/2.jpg"/>
      <left  url="output_16__44/mobile/3.jpg"/>
      <up    url="output_16__44/mobile/4.jpg"/>
      <down  url="output_16__44/mobile/5.jpg"/>
    </image>




  <!-- **** 6 Point Spots **** -->





  <hotspot name="spotpoint90"
           ath="9.015544" atv="-5.294118"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano49"
           onclick="onclickspotpoint90"
           tooltip="spotpoint90_tooltip"
           />
  <hotspot name="spotpoint90" devices="flash" zorder="3"/>
  <hotspot name="spotpoint90" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint90">
  
        mainloadscene(pano49);


  </action>







  <hotspot name="spotpoint91"
           ath="77.409326" atv="-1.557093"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano61"
           onclick="onclickspotpoint91"
           tooltip="spotpoint91_tooltip"
           />
  <hotspot name="spotpoint91" devices="flash" zorder="3"/>
  <hotspot name="spotpoint91" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint91">
  
        mainloadscene(pano61);


  </action>







  <hotspot name="spotpoint93"
           ath="-53.450509" atv="-7.906542"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano39"
           onclick="onclickspotpoint93"
           tooltip="spotpoint93_tooltip"
           />
  <hotspot name="spotpoint93" devices="flash" zorder="3"/>
  <hotspot name="spotpoint93" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint93">
  
        mainloadscene(pano39);


  </action>







  <hotspot name="spotpoint95"
           ath="-23.937824" atv="-7.162630"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano43"
           onclick="onclickspotpoint95"
           tooltip="spotpoint95_tooltip"
           />
  <hotspot name="spotpoint95" devices="flash" zorder="3"/>
  <hotspot name="spotpoint95" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint95">
  
        mainloadscene(pano43);


  </action>







  <hotspot name="spotpoint102"
           ath="-95.440415" atv="-4.671280"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano40"
           onclick="onclickspotpoint102"
           tooltip="spotpoint102_tooltip"
           />
  <hotspot name="spotpoint102" devices="flash" zorder="3"/>
  <hotspot name="spotpoint102" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint102">
  
        mainloadscene(pano40);


  </action>







  <hotspot name="spotpoint106"
           ath="-175.647668" atv="-5.294118"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano55"
           onclick="onclickspotpoint106"
           tooltip="spotpoint106_tooltip"
           />
  <hotspot name="spotpoint106" devices="flash" zorder="3"/>
  <hotspot name="spotpoint106" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint106">
  
        mainloadscene(pano55);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint90].visible, false);



    set(hotspot[spotpoint91].visible, false);



    set(hotspot[spotpoint93].visible, false);



    set(hotspot[spotpoint95].visible, false);



    set(hotspot[spotpoint102].visible, false);



    set(hotspot[spotpoint106].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint90].visible, true);



  
  set(hotspot[spotpoint91].visible, true);



  
  set(hotspot[spotpoint93].visible, true);



  
  set(hotspot[spotpoint95].visible, true);



  
  set(hotspot[spotpoint102].visible, true);



  
  set(hotspot[spotpoint106].visible, true);
  </action>
  <events name="pano44stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Grupo 72 : 1 panoramas -->
  
<!-- **** @PanoName="Output(18)" @PanoFile="/Users/casa360/Desktop/Casa 360 /andres/tours/4/victor.torres 4789404/Fotos 360/Output(18).jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano46"
       heading="0"
       thumburl="%FIRSTXML%/output_18__46/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano46_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_18__46/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="output_18__46/0/1/%v_%u.jpg"/>
          <right url="output_18__46/1/1/%v_%u.jpg"/>
          <back  url="output_18__46/2/1/%v_%u.jpg"/>
          <left  url="output_18__46/3/1/%v_%u.jpg"/>
          <up    url="output_18__46/4/1/%v_%u.jpg"/>
          <down  url="output_18__46/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_18__46/0/0/%v_%u.jpg"/>
          <right url="output_18__46/1/0/%v_%u.jpg"/>
          <back  url="output_18__46/2/0/%v_%u.jpg"/>
          <left  url="output_18__46/3/0/%v_%u.jpg"/>
          <up    url="output_18__46/4/0/%v_%u.jpg"/>
          <down  url="output_18__46/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_18__46/mobile/0.jpg"/>
      <right url="output_18__46/mobile/1.jpg"/>
      <back  url="output_18__46/mobile/2.jpg"/>
      <left  url="output_18__46/mobile/3.jpg"/>
      <up    url="output_18__46/mobile/4.jpg"/>
      <down  url="output_18__46/mobile/5.jpg"/>
    </image>




  <!-- **** 3 Point Spots **** -->





  <hotspot name="spotpoint98"
           ath="5.284974" atv="-10.276817"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano43"
           onclick="onclickspotpoint98"
           tooltip="spotpoint98_tooltip"
           />
  <hotspot name="spotpoint98" devices="flash" zorder="3"/>
  <hotspot name="spotpoint98" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint98">
  
        mainloadscene(pano43);


  </action>







  <hotspot name="spotpoint101"
           ath="89.844560" atv="-5.916955"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano39"
           onclick="onclickspotpoint101"
           tooltip="spotpoint101_tooltip"
           />
  <hotspot name="spotpoint101" devices="flash" zorder="3"/>
  <hotspot name="spotpoint101" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint101">
  
        mainloadscene(pano39);


  </action>







  <hotspot name="spotpoint104"
           ath="-171.044556" atv="-3.612040"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano38"
           onclick="onclickspotpoint104"
           tooltip="spotpoint104_tooltip"
           />
  <hotspot name="spotpoint104" devices="flash" zorder="3"/>
  <hotspot name="spotpoint104" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint104">
  
        mainloadscene(pano38);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint98].visible, false);



    set(hotspot[spotpoint101].visible, false);



    set(hotspot[spotpoint104].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint98].visible, true);



  
  set(hotspot[spotpoint101].visible, true);



  
  set(hotspot[spotpoint104].visible, true);
  </action>
  <events name="pano46stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Grupo 74 : 1 panoramas -->
  
<!-- **** @PanoName="Output(2)" @PanoFile="/Users/casa360/Desktop/Casa 360 /andres/tours/4/victor.torres 4789404/Fotos 360/Output(2).jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano48"
       heading="0"
       thumburl="%FIRSTXML%/output_2__48/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano48_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_2__48/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="output_2__48/0/1/%v_%u.jpg"/>
          <right url="output_2__48/1/1/%v_%u.jpg"/>
          <back  url="output_2__48/2/1/%v_%u.jpg"/>
          <left  url="output_2__48/3/1/%v_%u.jpg"/>
          <up    url="output_2__48/4/1/%v_%u.jpg"/>
          <down  url="output_2__48/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_2__48/0/0/%v_%u.jpg"/>
          <right url="output_2__48/1/0/%v_%u.jpg"/>
          <back  url="output_2__48/2/0/%v_%u.jpg"/>
          <left  url="output_2__48/3/0/%v_%u.jpg"/>
          <up    url="output_2__48/4/0/%v_%u.jpg"/>
          <down  url="output_2__48/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_2__48/mobile/0.jpg"/>
      <right url="output_2__48/mobile/1.jpg"/>
      <back  url="output_2__48/mobile/2.jpg"/>
      <left  url="output_2__48/mobile/3.jpg"/>
      <up    url="output_2__48/mobile/4.jpg"/>
      <down  url="output_2__48/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->





  <hotspot name="spotpoint119"
           ath="13.989637" atv="-5.294118"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano62"
           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(pano62);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint119].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint119].visible, true);
  </action>
  <events name="pano48stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Grupo 76 : 1 panoramas -->
  
<!-- **** @PanoName="Output(21)" @PanoFile="/Users/casa360/Desktop/Casa 360 /andres/tours/4/victor.torres 4789404/Fotos 360/Output(21).jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano50"
       heading="0"
       thumburl="%FIRSTXML%/output_21__50/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano50_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_21__50/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="output_21__50/0/1/%v_%u.jpg"/>
          <right url="output_21__50/1/1/%v_%u.jpg"/>
          <back  url="output_21__50/2/1/%v_%u.jpg"/>
          <left  url="output_21__50/3/1/%v_%u.jpg"/>
          <up    url="output_21__50/4/1/%v_%u.jpg"/>
          <down  url="output_21__50/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_21__50/0/0/%v_%u.jpg"/>
          <right url="output_21__50/1/0/%v_%u.jpg"/>
          <back  url="output_21__50/2/0/%v_%u.jpg"/>
          <left  url="output_21__50/3/0/%v_%u.jpg"/>
          <up    url="output_21__50/4/0/%v_%u.jpg"/>
          <down  url="output_21__50/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_21__50/mobile/0.jpg"/>
      <right url="output_21__50/mobile/1.jpg"/>
      <back  url="output_21__50/mobile/2.jpg"/>
      <left  url="output_21__50/mobile/3.jpg"/>
      <up    url="output_21__50/mobile/4.jpg"/>
      <down  url="output_21__50/mobile/5.jpg"/>
    </image>




  <!-- **** 4 Point Spots **** -->





  <hotspot name="spotpoint115"
           ath="127.150259" atv="-5.916955"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano39"
           onclick="onclickspotpoint115"
           tooltip="spotpoint115_tooltip"
           />
  <hotspot name="spotpoint115" devices="flash" zorder="3"/>
  <hotspot name="spotpoint115" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint115">
  
        mainloadscene(pano39);


  </action>







  <hotspot name="spotpoint116"
           ath="174.404145" atv="-6.539792"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano62"
           onclick="onclickspotpoint116"
           tooltip="spotpoint116_tooltip"
           />
  <hotspot name="spotpoint116" devices="flash" zorder="3"/>
  <hotspot name="spotpoint116" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint116">
  
        mainloadscene(pano62);


  </action>







  <hotspot name="spotpoint120"
           ath="-61.865285" atv="-5.916955"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano58"
           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(pano58);


  </action>







  <hotspot name="spotpoint124"
           ath="76.165803" atv="-5.294118"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano59"
           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(pano59);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint115].visible, false);



    set(hotspot[spotpoint116].visible, false);



    set(hotspot[spotpoint120].visible, false);



    set(hotspot[spotpoint124].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint115].visible, true);



  
  set(hotspot[spotpoint116].visible, true);



  
  set(hotspot[spotpoint120].visible, true);



  
  set(hotspot[spotpoint124].visible, true);
  </action>
  <events name="pano50stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Grupo 77 : 1 panoramas -->
  
<!-- **** @PanoName="Output(22)" @PanoFile="/Users/casa360/Desktop/Casa 360 /andres/tours/4/victor.torres 4789404/Fotos 360/Output(22).jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano51"
       heading="0"
       thumburl="%FIRSTXML%/output_22__51/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano51_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_22__51/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="output_22__51/0/1/%v_%u.jpg"/>
          <right url="output_22__51/1/1/%v_%u.jpg"/>
          <back  url="output_22__51/2/1/%v_%u.jpg"/>
          <left  url="output_22__51/3/1/%v_%u.jpg"/>
          <up    url="output_22__51/4/1/%v_%u.jpg"/>
          <down  url="output_22__51/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_22__51/0/0/%v_%u.jpg"/>
          <right url="output_22__51/1/0/%v_%u.jpg"/>
          <back  url="output_22__51/2/0/%v_%u.jpg"/>
          <left  url="output_22__51/3/0/%v_%u.jpg"/>
          <up    url="output_22__51/4/0/%v_%u.jpg"/>
          <down  url="output_22__51/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_22__51/mobile/0.jpg"/>
      <right url="output_22__51/mobile/1.jpg"/>
      <back  url="output_22__51/mobile/2.jpg"/>
      <left  url="output_22__51/mobile/3.jpg"/>
      <up    url="output_22__51/mobile/4.jpg"/>
      <down  url="output_22__51/mobile/5.jpg"/>
    </image>





</scene>

  <!-- Group Grupo 78 : 1 panoramas -->
  
<!-- **** @PanoName="Output(23)" @PanoFile="/Users/casa360/Desktop/Casa 360 /andres/tours/4/victor.torres 4789404/Fotos 360/Output(23).jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano52"
       heading="0"
       thumburl="%FIRSTXML%/output_23__52/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano52_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_23__52/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="output_23__52/0/1/%v_%u.jpg"/>
          <right url="output_23__52/1/1/%v_%u.jpg"/>
          <back  url="output_23__52/2/1/%v_%u.jpg"/>
          <left  url="output_23__52/3/1/%v_%u.jpg"/>
          <up    url="output_23__52/4/1/%v_%u.jpg"/>
          <down  url="output_23__52/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_23__52/0/0/%v_%u.jpg"/>
          <right url="output_23__52/1/0/%v_%u.jpg"/>
          <back  url="output_23__52/2/0/%v_%u.jpg"/>
          <left  url="output_23__52/3/0/%v_%u.jpg"/>
          <up    url="output_23__52/4/0/%v_%u.jpg"/>
          <down  url="output_23__52/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_23__52/mobile/0.jpg"/>
      <right url="output_23__52/mobile/1.jpg"/>
      <back  url="output_23__52/mobile/2.jpg"/>
      <left  url="output_23__52/mobile/3.jpg"/>
      <up    url="output_23__52/mobile/4.jpg"/>
      <down  url="output_23__52/mobile/5.jpg"/>
    </image>





</scene>

  <!-- Group Grupo 79 : 1 panoramas -->
  
<!-- **** @PanoName="Output(24)" @PanoFile="/Users/casa360/Desktop/Casa 360 /andres/tours/4/victor.torres 4789404/Fotos 360/Output(24).jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano53"
       heading="0"
       thumburl="%FIRSTXML%/output_24__53/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano53_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_24__53/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="output_24__53/0/1/%v_%u.jpg"/>
          <right url="output_24__53/1/1/%v_%u.jpg"/>
          <back  url="output_24__53/2/1/%v_%u.jpg"/>
          <left  url="output_24__53/3/1/%v_%u.jpg"/>
          <up    url="output_24__53/4/1/%v_%u.jpg"/>
          <down  url="output_24__53/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_24__53/0/0/%v_%u.jpg"/>
          <right url="output_24__53/1/0/%v_%u.jpg"/>
          <back  url="output_24__53/2/0/%v_%u.jpg"/>
          <left  url="output_24__53/3/0/%v_%u.jpg"/>
          <up    url="output_24__53/4/0/%v_%u.jpg"/>
          <down  url="output_24__53/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_24__53/mobile/0.jpg"/>
      <right url="output_24__53/mobile/1.jpg"/>
      <back  url="output_24__53/mobile/2.jpg"/>
      <left  url="output_24__53/mobile/3.jpg"/>
      <up    url="output_24__53/mobile/4.jpg"/>
      <down  url="output_24__53/mobile/5.jpg"/>
    </image>





</scene>

  <!-- Group Grupo 80 : 1 panoramas -->
  
<!-- **** @PanoName="Output(25)" @PanoFile="/Users/casa360/Desktop/Casa 360 /andres/tours/4/victor.torres 4789404/Fotos 360/Output(25).jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano54"
       heading="0"
       thumburl="%FIRSTXML%/output_25__54/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano54_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%/output_25__54/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="output_25__54/0/1/%v_%u.jpg"/>
          <right url="output_25__54/1/1/%v_%u.jpg"/>
          <back  url="output_25__54/2/1/%v_%u.jpg"/>
          <left  url="output_25__54/3/1/%v_%u.jpg"/>
          <up    url="output_25__54/4/1/%v_%u.jpg"/>
          <down  url="output_25__54/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_25__54/0/0/%v_%u.jpg"/>
          <right url="output_25__54/1/0/%v_%u.jpg"/>
          <back  url="output_25__54/2/0/%v_%u.jpg"/>
          <left  url="output_25__54/3/0/%v_%u.jpg"/>
          <up    url="output_25__54/4/0/%v_%u.jpg"/>
          <down  url="output_25__54/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_25__54/mobile/0.jpg"/>
      <right url="output_25__54/mobile/1.jpg"/>
      <back  url="output_25__54/mobile/2.jpg"/>
      <left  url="output_25__54/mobile/3.jpg"/>
      <up    url="output_25__54/mobile/4.jpg"/>
      <down  url="output_25__54/mobile/5.jpg"/>
    </image>





</scene>

  <!-- Group Grupo 81 : 1 panoramas -->
  
<!-- **** @PanoName="Output(3)" @PanoFile="/Users/casa360/Desktop/Casa 360 /andres/tours/4/victor.torres 4789404/Fotos 360/Output(3).jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano55"
       heading="0"
       thumburl="%FIRSTXML%/output_3__55/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano55_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_3__55/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="output_3__55/0/1/%v_%u.jpg"/>
          <right url="output_3__55/1/1/%v_%u.jpg"/>
          <back  url="output_3__55/2/1/%v_%u.jpg"/>
          <left  url="output_3__55/3/1/%v_%u.jpg"/>
          <up    url="output_3__55/4/1/%v_%u.jpg"/>
          <down  url="output_3__55/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_3__55/0/0/%v_%u.jpg"/>
          <right url="output_3__55/1/0/%v_%u.jpg"/>
          <back  url="output_3__55/2/0/%v_%u.jpg"/>
          <left  url="output_3__55/3/0/%v_%u.jpg"/>
          <up    url="output_3__55/4/0/%v_%u.jpg"/>
          <down  url="output_3__55/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_3__55/mobile/0.jpg"/>
      <right url="output_3__55/mobile/1.jpg"/>
      <back  url="output_3__55/mobile/2.jpg"/>
      <left  url="output_3__55/mobile/3.jpg"/>
      <up    url="output_3__55/mobile/4.jpg"/>
      <down  url="output_3__55/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->





  <hotspot name="spotpoint107"
           ath="-1.554404" atv="-9.653979"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano44"
           onclick="onclickspotpoint107"
           tooltip="spotpoint107_tooltip"
           />
  <hotspot name="spotpoint107" devices="flash" zorder="3"/>
  <hotspot name="spotpoint107" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint107">
  
        mainloadscene(pano44);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint107].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint107].visible, true);
  </action>
  <events name="pano55stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Grupo 82 : 1 panoramas -->
  
<!-- **** @PanoName="Output(4)" @PanoFile="/Users/casa360/Desktop/Casa 360 /andres/tours/4/victor.torres 4789404/Fotos 360/Output(4).jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano56"
       heading="0"
       thumburl="%FIRSTXML%/output_4__56/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano56_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_4__56/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="output_4__56/0/1/%v_%u.jpg"/>
          <right url="output_4__56/1/1/%v_%u.jpg"/>
          <back  url="output_4__56/2/1/%v_%u.jpg"/>
          <left  url="output_4__56/3/1/%v_%u.jpg"/>
          <up    url="output_4__56/4/1/%v_%u.jpg"/>
          <down  url="output_4__56/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_4__56/0/0/%v_%u.jpg"/>
          <right url="output_4__56/1/0/%v_%u.jpg"/>
          <back  url="output_4__56/2/0/%v_%u.jpg"/>
          <left  url="output_4__56/3/0/%v_%u.jpg"/>
          <up    url="output_4__56/4/0/%v_%u.jpg"/>
          <down  url="output_4__56/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_4__56/mobile/0.jpg"/>
      <right url="output_4__56/mobile/1.jpg"/>
      <back  url="output_4__56/mobile/2.jpg"/>
      <left  url="output_4__56/mobile/3.jpg"/>
      <up    url="output_4__56/mobile/4.jpg"/>
      <down  url="output_4__56/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->





  <hotspot name="spotpoint113"
           ath="-134.611399" atv="-11.522491"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano39"
           onclick="onclickspotpoint113"
           tooltip="spotpoint113_tooltip"
           />
  <hotspot name="spotpoint113" devices="flash" zorder="3"/>
  <hotspot name="spotpoint113" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint113">
  
        mainloadscene(pano39);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint113].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint113].visible, true);
  </action>
  <events name="pano56stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Grupo 83 : 1 panoramas -->
  
<!-- **** @PanoName="Output(5)" @PanoFile="/Users/casa360/Desktop/Casa 360 /andres/tours/4/victor.torres 4789404/Fotos 360/Output(5).jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano57"
       heading="0"
       thumburl="%FIRSTXML%/output_5__57/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano57_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_5__57/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="output_5__57/0/1/%v_%u.jpg"/>
          <right url="output_5__57/1/1/%v_%u.jpg"/>
          <back  url="output_5__57/2/1/%v_%u.jpg"/>
          <left  url="output_5__57/3/1/%v_%u.jpg"/>
          <up    url="output_5__57/4/1/%v_%u.jpg"/>
          <down  url="output_5__57/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_5__57/0/0/%v_%u.jpg"/>
          <right url="output_5__57/1/0/%v_%u.jpg"/>
          <back  url="output_5__57/2/0/%v_%u.jpg"/>
          <left  url="output_5__57/3/0/%v_%u.jpg"/>
          <up    url="output_5__57/4/0/%v_%u.jpg"/>
          <down  url="output_5__57/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_5__57/mobile/0.jpg"/>
      <right url="output_5__57/mobile/1.jpg"/>
      <back  url="output_5__57/mobile/2.jpg"/>
      <left  url="output_5__57/mobile/3.jpg"/>
      <up    url="output_5__57/mobile/4.jpg"/>
      <down  url="output_5__57/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->





  <hotspot name="spotpoint111"
           ath="-152.020725" atv="-3.425606"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano39"
           onclick="onclickspotpoint111"
           tooltip="spotpoint111_tooltip"
           />
  <hotspot name="spotpoint111" devices="flash" zorder="3"/>
  <hotspot name="spotpoint111" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint111">
  
        mainloadscene(pano39);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint111].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint111].visible, true);
  </action>
  <events name="pano57stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Grupo 84 : 1 panoramas -->
  
<!-- **** @PanoName="Output(6)" @PanoFile="/Users/casa360/Desktop/Casa 360 /andres/tours/4/victor.torres 4789404/Fotos 360/Output(6).jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano58"
       heading="0"
       thumburl="%FIRSTXML%/output_6__58/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano58_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_6__58/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="output_6__58/0/1/%v_%u.jpg"/>
          <right url="output_6__58/1/1/%v_%u.jpg"/>
          <back  url="output_6__58/2/1/%v_%u.jpg"/>
          <left  url="output_6__58/3/1/%v_%u.jpg"/>
          <up    url="output_6__58/4/1/%v_%u.jpg"/>
          <down  url="output_6__58/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_6__58/0/0/%v_%u.jpg"/>
          <right url="output_6__58/1/0/%v_%u.jpg"/>
          <back  url="output_6__58/2/0/%v_%u.jpg"/>
          <left  url="output_6__58/3/0/%v_%u.jpg"/>
          <up    url="output_6__58/4/0/%v_%u.jpg"/>
          <down  url="output_6__58/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_6__58/mobile/0.jpg"/>
      <right url="output_6__58/mobile/1.jpg"/>
      <back  url="output_6__58/mobile/2.jpg"/>
      <left  url="output_6__58/mobile/3.jpg"/>
      <up    url="output_6__58/mobile/4.jpg"/>
      <down  url="output_6__58/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->





  <hotspot name="spotpoint121"
           ath="65.595855" atv="-3.425606"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano50"
           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(pano50);


  </action>







  <hotspot name="spotpoint122"
           ath="140.829016" atv="-0.311419"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano41"
           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(pano41);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint121].visible, false);



    set(hotspot[spotpoint122].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint121].visible, true);



  
  set(hotspot[spotpoint122].visible, true);
  </action>
  <events name="pano58stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Grupo 85 : 1 panoramas -->
  
<!-- **** @PanoName="Output(7)" @PanoFile="/Users/casa360/Desktop/Casa 360 /andres/tours/4/victor.torres 4789404/Fotos 360/Output(7).jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano59"
       heading="0"
       thumburl="%FIRSTXML%/output_7__59/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano59_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_7__59/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="output_7__59/0/1/%v_%u.jpg"/>
          <right url="output_7__59/1/1/%v_%u.jpg"/>
          <back  url="output_7__59/2/1/%v_%u.jpg"/>
          <left  url="output_7__59/3/1/%v_%u.jpg"/>
          <up    url="output_7__59/4/1/%v_%u.jpg"/>
          <down  url="output_7__59/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_7__59/0/0/%v_%u.jpg"/>
          <right url="output_7__59/1/0/%v_%u.jpg"/>
          <back  url="output_7__59/2/0/%v_%u.jpg"/>
          <left  url="output_7__59/3/0/%v_%u.jpg"/>
          <up    url="output_7__59/4/0/%v_%u.jpg"/>
          <down  url="output_7__59/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_7__59/mobile/0.jpg"/>
      <right url="output_7__59/mobile/1.jpg"/>
      <back  url="output_7__59/mobile/2.jpg"/>
      <left  url="output_7__59/mobile/3.jpg"/>
      <up    url="output_7__59/mobile/4.jpg"/>
      <down  url="output_7__59/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->





  <hotspot name="spotpoint125"
           ath="99.792746" atv="-2.179931"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano50"
           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(pano50);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint125].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint125].visible, true);
  </action>
  <events name="pano59stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Grupo 86 : 1 panoramas -->
  
<!-- **** @PanoName="Output(8)" @PanoFile="/Users/casa360/Desktop/Casa 360 /andres/tours/4/victor.torres 4789404/Fotos 360/Output(8).jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano60"
       heading="0"
       thumburl="%FIRSTXML%/output_8__60/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano60_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%/output_8__60/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="output_8__60/0/1/%v_%u.jpg"/>
          <right url="output_8__60/1/1/%v_%u.jpg"/>
          <back  url="output_8__60/2/1/%v_%u.jpg"/>
          <left  url="output_8__60/3/1/%v_%u.jpg"/>
          <up    url="output_8__60/4/1/%v_%u.jpg"/>
          <down  url="output_8__60/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_8__60/0/0/%v_%u.jpg"/>
          <right url="output_8__60/1/0/%v_%u.jpg"/>
          <back  url="output_8__60/2/0/%v_%u.jpg"/>
          <left  url="output_8__60/3/0/%v_%u.jpg"/>
          <up    url="output_8__60/4/0/%v_%u.jpg"/>
          <down  url="output_8__60/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_8__60/mobile/0.jpg"/>
      <right url="output_8__60/mobile/1.jpg"/>
      <back  url="output_8__60/mobile/2.jpg"/>
      <left  url="output_8__60/mobile/3.jpg"/>
      <up    url="output_8__60/mobile/4.jpg"/>
      <down  url="output_8__60/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->





  <hotspot name="spotpoint109"
           ath="162.590674" atv="-3.425606"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano39"
           onclick="onclickspotpoint109"
           tooltip="spotpoint109_tooltip"
           />
  <hotspot name="spotpoint109" devices="flash" zorder="3"/>
  <hotspot name="spotpoint109" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint109">
  
        mainloadscene(pano39);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint109].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint109].visible, true);
  </action>
  <events name="pano60stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Grupo 87 : 1 panoramas -->
  
<!-- **** @PanoName="Output(9)" @PanoFile="/Users/casa360/Desktop/Casa 360 /andres/tours/4/victor.torres 4789404/Fotos 360/Output(9).jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano61"
       heading="0"
       thumburl="%FIRSTXML%/output_9__61/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano61_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%/output_9__61/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="output_9__61/0/1/%v_%u.jpg"/>
          <right url="output_9__61/1/1/%v_%u.jpg"/>
          <back  url="output_9__61/2/1/%v_%u.jpg"/>
          <left  url="output_9__61/3/1/%v_%u.jpg"/>
          <up    url="output_9__61/4/1/%v_%u.jpg"/>
          <down  url="output_9__61/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_9__61/0/0/%v_%u.jpg"/>
          <right url="output_9__61/1/0/%v_%u.jpg"/>
          <back  url="output_9__61/2/0/%v_%u.jpg"/>
          <left  url="output_9__61/3/0/%v_%u.jpg"/>
          <up    url="output_9__61/4/0/%v_%u.jpg"/>
          <down  url="output_9__61/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_9__61/mobile/0.jpg"/>
      <right url="output_9__61/mobile/1.jpg"/>
      <back  url="output_9__61/mobile/2.jpg"/>
      <left  url="output_9__61/mobile/3.jpg"/>
      <up    url="output_9__61/mobile/4.jpg"/>
      <down  url="output_9__61/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->





  <hotspot name="spotpoint92"
           ath="-176.975993" atv="-0.764873"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano44"
           onclick="onclickspotpoint92"
           tooltip="spotpoint92_tooltip"
           />
  <hotspot name="spotpoint92" devices="flash" zorder="3"/>
  <hotspot name="spotpoint92" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint92">
  
        mainloadscene(pano44);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint92].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint92].visible, true);
  </action>
  <events name="pano61stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Grupo 88 : 1 panoramas -->
  
<!-- **** @PanoName="Output" @PanoFile="/Users/casa360/Desktop/Casa 360 /andres/tours/4/victor.torres 4789404/Fotos 360/Output.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano62"
       heading="0"
       thumburl="%FIRSTXML%/output_62/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano62_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_62/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="output_62/0/1/%v_%u.jpg"/>
          <right url="output_62/1/1/%v_%u.jpg"/>
          <back  url="output_62/2/1/%v_%u.jpg"/>
          <left  url="output_62/3/1/%v_%u.jpg"/>
          <up    url="output_62/4/1/%v_%u.jpg"/>
          <down  url="output_62/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_62/0/0/%v_%u.jpg"/>
          <right url="output_62/1/0/%v_%u.jpg"/>
          <back  url="output_62/2/0/%v_%u.jpg"/>
          <left  url="output_62/3/0/%v_%u.jpg"/>
          <up    url="output_62/4/0/%v_%u.jpg"/>
          <down  url="output_62/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_62/mobile/0.jpg"/>
      <right url="output_62/mobile/1.jpg"/>
      <back  url="output_62/mobile/2.jpg"/>
      <left  url="output_62/mobile/3.jpg"/>
      <up    url="output_62/mobile/4.jpg"/>
      <down  url="output_62/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->





  <hotspot name="spotpoint117"
           ath="-0.310881" atv="-11.522491"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano50"
           onclick="onclickspotpoint117"
           tooltip="spotpoint117_tooltip"
           />
  <hotspot name="spotpoint117" devices="flash" zorder="3"/>
  <hotspot name="spotpoint117" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint117">
  
        mainloadscene(pano50);


  </action>







  <hotspot name="spotpoint118"
           ath="-79.896373" atv="-12.145329"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano48"
           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(pano48);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint117].visible, false);



    set(hotspot[spotpoint118].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint117].visible, true);



  
  set(hotspot[spotpoint118].visible, true);
  </action>
  <events name="pano62stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <krpano nofullspherepanoavailable="false" />



</krpano>

