<?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 : 06-05-2026 18-59-50 -->
  <!-- Project file : /Users/baldovino/Downloads/9964599.kpt -->
  <!-- Plugins and Spot Styles -->
  <include url="%FIRSTXML%/tour_skin.xml"/>
  <!-- Core actions -->
  <include url="%FIRSTXML%/tour_core.xml"/>
  <!-- Tour Messages -->
  <include url="%FIRSTXML%/tour_messages_en.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, pano20);
    );
    if(startlanguage !== null AND startlanguage !== "undefined",
      set(tour_language, get(startlanguage));
    );
    if(starttime !== null AND starttime !== "undefined" AND starttime GT 0,
      set(videoscenestarttime, get(starttime));
    ,
      set(videoscenestarttime, 0);
    );
    mainloadsceneStartup(get(startscene));
    if (h !== null,
      if (v !== null,
        if (f !== null,
          lookat(get(h), get(v), get(f));
         ,
          lookat(get(h), get(v));
        );
      ,
        if (f !== null,
          lookat(get(h), get(view.vlookat), get(f));
         ,
          lookat(get(h), get(view.vlookat));
        );
      );
    ,
      if (v !== null,
        if (f !== null,
          lookat(get(view.hlookat), get(v), get(f));
         ,
          lookat(get(view.hlookat), get(v));
        );
      ,
        if (f !== null,
          lookat(get(view.hlookat), get(view.vlookat), get(f));
        );
      );
    );
  </action>

  <!-- 16 Groups -->

  <!-- Group Group 36 : 1 panoramas -->
  
<!-- **** @PanoName="Output 110" @PanoFile="/Users/baldovino/Downloads/FOTOS 371/Output 110.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano20"
       heading="0"
       thumburl="%FIRSTXML%/output_110_20/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano20_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="174.010000" 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="174.010000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_110_20/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_110_20/0/1/%v_%u.jpg"/>
          <right url="output_110_20/1/1/%v_%u.jpg"/>
          <back  url="output_110_20/2/1/%v_%u.jpg"/>
          <left  url="output_110_20/3/1/%v_%u.jpg"/>
          <up    url="output_110_20/4/1/%v_%u.jpg"/>
          <down  url="output_110_20/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_110_20/0/0/%v_%u.jpg"/>
          <right url="output_110_20/1/0/%v_%u.jpg"/>
          <back  url="output_110_20/2/0/%v_%u.jpg"/>
          <left  url="output_110_20/3/0/%v_%u.jpg"/>
          <up    url="output_110_20/4/0/%v_%u.jpg"/>
          <down  url="output_110_20/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_110_20/mobile/0.jpg"/>
      <right url="output_110_20/mobile/1.jpg"/>
      <back  url="output_110_20/mobile/2.jpg"/>
      <left  url="output_110_20/mobile/3.jpg"/>
      <up    url="output_110_20/mobile/4.jpg"/>
      <down  url="output_110_20/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint42"
           ath="174.782524" atv="4.854777"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano13"
           onclick="onclickspotpoint42"
           tooltip="spotpoint42_tooltip"
           />
  <hotspot name="spotpoint42" devices="flash" zorder="3"/>
  <hotspot name="spotpoint42" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint42">
  
        mainloadscene(pano13);lookat(86.175000, 2.700000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

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




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



  <hotspot name="spotpoint367"
           ath="0.406430" atv="-2.036161"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano17"
           onclick="onclickspotpoint367"
           tooltip="spotpoint367_tooltip"
           />
  <hotspot name="spotpoint367" devices="flash" zorder="3"/>
  <hotspot name="spotpoint367" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint367">
  
        mainloadscene(pano17);lookat(-179.775000, 6.975000, 90.000000);


  </action>





  <hotspot name="spotpoint369"
           ath="61.354437" atv="4.479665"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano12"
           onclick="onclickspotpoint369"
           tooltip="spotpoint369_tooltip"
           />
  <hotspot name="spotpoint369" devices="flash" zorder="3"/>
  <hotspot name="spotpoint369" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint369">
  
        mainloadscene(pano12);lookat(177.525000, 8.325000, 90.000000);


  </action>





  <hotspot name="spotpoint393"
           ath="-56.478599" atv="-5.294160"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano20"
           onclick="onclickspotpoint393"
           tooltip="spotpoint393_tooltip"
           />
  <hotspot name="spotpoint393" devices="flash" zorder="3"/>
  <hotspot name="spotpoint393" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint393">
  
        mainloadscene(pano20);lookat(-6.890000, 3.600000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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

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

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


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



</scene>

  <!-- Group Group 26 : 1 panoramas -->
  
<!-- **** @PanoName="Output 100" @PanoFile="/Users/baldovino/Downloads/FOTOS 371/Output 100.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano10"
       heading="0"
       thumburl="%FIRSTXML%/output_100_10/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano10_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="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_100_10/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_100_10/0/1/%v_%u.jpg"/>
          <right url="output_100_10/1/1/%v_%u.jpg"/>
          <back  url="output_100_10/2/1/%v_%u.jpg"/>
          <left  url="output_100_10/3/1/%v_%u.jpg"/>
          <up    url="output_100_10/4/1/%v_%u.jpg"/>
          <down  url="output_100_10/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_100_10/0/0/%v_%u.jpg"/>
          <right url="output_100_10/1/0/%v_%u.jpg"/>
          <back  url="output_100_10/2/0/%v_%u.jpg"/>
          <left  url="output_100_10/3/0/%v_%u.jpg"/>
          <up    url="output_100_10/4/0/%v_%u.jpg"/>
          <down  url="output_100_10/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_100_10/mobile/0.jpg"/>
      <right url="output_100_10/mobile/1.jpg"/>
      <back  url="output_100_10/mobile/2.jpg"/>
      <left  url="output_100_10/mobile/3.jpg"/>
      <up    url="output_100_10/mobile/4.jpg"/>
      <down  url="output_100_10/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint372"
           ath="3.656881" atv="-2.036161"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano12"
           onclick="onclickspotpoint372"
           tooltip="spotpoint372_tooltip"
           />
  <hotspot name="spotpoint372" devices="flash" zorder="3"/>
  <hotspot name="spotpoint372" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint372">
  
        mainloadscene(pano12);lookat(87.750000, 4.050000, 90.000000);


  </action>





  <hotspot name="spotpoint373"
           ath="-158.058684" atv="-2.850662"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano11"
           onclick="onclickspotpoint373"
           tooltip="spotpoint373_tooltip"
           />
  <hotspot name="spotpoint373" devices="flash" zorder="3"/>
  <hotspot name="spotpoint373" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint373">
  
        mainloadscene(pano11);lookat(88.650000, 3.150000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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


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



</scene>

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




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



  <hotspot name="spotpoint374"
           ath="-7.720202" atv="-7.737481"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano19"
           onclick="onclickspotpoint374"
           tooltip="spotpoint374_tooltip"
           />
  <hotspot name="spotpoint374" devices="flash" zorder="3"/>
  <hotspot name="spotpoint374" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint374">
  
        mainloadscene(pano19);lookat(90.900000, 4.050000, 90.000000);


  </action>





  <hotspot name="spotpoint377"
           ath="-76.794477" atv="-2.036161"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano10"
           onclick="onclickspotpoint377"
           tooltip="spotpoint377_tooltip"
           />
  <hotspot name="spotpoint377" devices="flash" zorder="3"/>
  <hotspot name="spotpoint377" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint377">
  
        mainloadscene(pano10);lookat(-0.675000, -2.250000, 90.000000);


  </action>





  <hotspot name="spotpoint391"
           ath="178.374603" atv="-2.850662"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano18"
           onclick="onclickspotpoint391"
           tooltip="spotpoint391_tooltip"
           />
  <hotspot name="spotpoint391" devices="flash" zorder="3"/>
  <hotspot name="spotpoint391" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint391">
  
        mainloadscene(pano18);lookat(173.475000, 7.650000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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

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

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


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



</scene>

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




  <!-- **** 6 Point Spots **** -->



  <hotspot name="spotpoint370"
           ath="-31.286520" atv="-6.923162"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano13"
           onclick="onclickspotpoint370"
           tooltip="spotpoint370_tooltip"
           />
  <hotspot name="spotpoint370" devices="flash" zorder="3"/>
  <hotspot name="spotpoint370" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint370">
  
        mainloadscene(pano13);lookat(-95.175000, 0.900000, 90.000000);


  </action>





  <hotspot name="spotpoint371"
           ath="-66.230285" atv="-3.665158"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano10"
           onclick="onclickspotpoint371"
           tooltip="spotpoint371_tooltip"
           />
  <hotspot name="spotpoint371" devices="flash" zorder="3"/>
  <hotspot name="spotpoint371" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint371">
  
        mainloadscene(pano10);lookat(-167.400000, 1.575000, 90.000000);


  </action>





  <hotspot name="spotpoint378"
           ath="47.539430" atv="-4.479659"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano22"
           onclick="onclickspotpoint378"
           tooltip="spotpoint378_tooltip"
           />
  <hotspot name="spotpoint378" devices="flash" zorder="3"/>
  <hotspot name="spotpoint378" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint378">
  
        mainloadscene(pano22);lookat(-1.125000, 1.800000, 90.000000);


  </action>





  <hotspot name="spotpoint382"
           ath="112.550769" atv="-0.407159"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano16"
           onclick="onclickspotpoint382"
           tooltip="spotpoint382_tooltip"
           />
  <hotspot name="spotpoint382" devices="flash" zorder="3"/>
  <hotspot name="spotpoint382" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint382">
  
        mainloadscene(pano16);lookat(176.850000, 5.850000, 90.000000);


  </action>





  <hotspot name="spotpoint384"
           ath="-174.311496" atv="2.036161"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano14"
           onclick="onclickspotpoint384"
           tooltip="spotpoint384_tooltip"
           />
  <hotspot name="spotpoint384" devices="flash" zorder="3"/>
  <hotspot name="spotpoint384" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint384">
  
        mainloadscene(pano14);lookat(0.675000, -0.225000, 90.000000);


  </action>





  <hotspot name="spotpoint386"
           ath="67.042801" atv="-3.665158"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano25"
           onclick="onclickspotpoint386"
           tooltip="spotpoint386_tooltip"
           />
  <hotspot name="spotpoint386" devices="flash" zorder="3"/>
  <hotspot name="spotpoint386" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint386">
  
        mainloadscene(pano25);lookat(-2.475000, 0.675000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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

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

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

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

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

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

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

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

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


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



</scene>

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




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



  <hotspot name="spotpoint385"
           ath="177.562087" atv="6.108656"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano12"
           onclick="onclickspotpoint385"
           tooltip="spotpoint385_tooltip"
           />
  <hotspot name="spotpoint385" devices="flash" zorder="3"/>
  <hotspot name="spotpoint385" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint385">
  
        mainloadscene(pano12);lookat(1.350000, 0.450000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

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






</scene>

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




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



  <hotspot name="spotpoint383"
           ath="3.656881" atv="-3.665158"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano12"
           onclick="onclickspotpoint383"
           tooltip="spotpoint383_tooltip"
           />
  <hotspot name="spotpoint383" devices="flash" zorder="3"/>
  <hotspot name="spotpoint383" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint383">
  
        mainloadscene(pano12);lookat(-87.750000, 3.150000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

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




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



  <hotspot name="spotpoint368"
           ath="3.656881" atv="2.850662"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano13"
           onclick="onclickspotpoint368"
           tooltip="spotpoint368_tooltip"
           />
  <hotspot name="spotpoint368" devices="flash" zorder="3"/>
  <hotspot name="spotpoint368" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint368">
  
        mainloadscene(pano13);lookat(-179.550000, 7.650000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

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




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



  <hotspot name="spotpoint392"
           ath="-5.282278" atv="-2.850662"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano11"
           onclick="onclickspotpoint392"
           tooltip="spotpoint392_tooltip"
           />
  <hotspot name="spotpoint392" devices="flash" zorder="3"/>
  <hotspot name="spotpoint392" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint392">
  
        mainloadscene(pano11);lookat(1.575000, -0.900000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

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




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



  <hotspot name="spotpoint375"
           ath="-78.419884" atv="-6.108661"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano11"
           onclick="onclickspotpoint375"
           tooltip="spotpoint375_tooltip"
           />
  <hotspot name="spotpoint375" devices="flash" zorder="3"/>
  <hotspot name="spotpoint375" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint375">
  
        mainloadscene(pano11);lookat(-176.625000, 4.500000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

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




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



  <hotspot name="spotpoint388"
           ath="84.108238" atv="2.036161"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano25"
           onclick="onclickspotpoint388"
           tooltip="spotpoint388_tooltip"
           />
  <hotspot name="spotpoint388" devices="flash" zorder="3"/>
  <hotspot name="spotpoint388" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint388">
  
        mainloadscene(pano25);lookat(173.700000, 2.250000, 90.000000);


  </action>





  <hotspot name="spotpoint389"
           ath="177.562087" atv="2.036161"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano23"
           onclick="onclickspotpoint389"
           tooltip="spotpoint389_tooltip"
           />
  <hotspot name="spotpoint389" devices="flash" zorder="3"/>
  <hotspot name="spotpoint389" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint389">
  
        mainloadscene(pano23);lookat(1.800000, -0.450000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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


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



</scene>

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




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



  <hotspot name="spotpoint379"
           ath="2.031484" atv="-0.407159"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano24"
           onclick="onclickspotpoint379"
           tooltip="spotpoint379_tooltip"
           />
  <hotspot name="spotpoint379" devices="flash" zorder="3"/>
  <hotspot name="spotpoint379" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint379">
  
        mainloadscene(pano24);lookat(-91.575000, -1.575000, 90.000000);


  </action>





  <hotspot name="spotpoint381"
           ath="-176.749434" atv="2.036161"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano12"
           onclick="onclickspotpoint381"
           tooltip="spotpoint381_tooltip"
           />
  <hotspot name="spotpoint381" devices="flash" zorder="3"/>
  <hotspot name="spotpoint381" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint381">
  
        mainloadscene(pano12);lookat(177.525000, 6.300000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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


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



</scene>

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




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



  <hotspot name="spotpoint390"
           ath="-180.000000" atv="-0.407159"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano21"
           onclick="onclickspotpoint390"
           tooltip="spotpoint390_tooltip"
           />
  <hotspot name="spotpoint390" devices="flash" zorder="3"/>
  <hotspot name="spotpoint390" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint390">
  
        mainloadscene(pano21);lookat(0.675000, -0.225000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

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




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



  <hotspot name="spotpoint380"
           ath="105.237007" atv="-2.850662"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano22"
           onclick="onclickspotpoint380"
           tooltip="spotpoint380_tooltip"
           />
  <hotspot name="spotpoint380" devices="flash" zorder="3"/>
  <hotspot name="spotpoint380" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint380">
  
        mainloadscene(pano22);lookat(163.350000, 3.150000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

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




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



  <hotspot name="spotpoint387"
           ath="-12.596040" atv="-8.551982"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano21"
           onclick="onclickspotpoint387"
           tooltip="spotpoint387_tooltip"
           />
  <hotspot name="spotpoint387" devices="flash" zorder="3"/>
  <hotspot name="spotpoint387" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint387">
  
        mainloadscene(pano21);lookat(-91.125000, 1.575000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

  <krpano nofullspherepanoavailable="false" />



</krpano>

