<?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 : 19-09-2024 09-33-39 -->
  <!-- Project file : C:/Users/manti/OneDrive/Escritorio/CASA360/TOURES/Diana Nieto 8089988/tour/tour.kpt -->
  <!-- Plugins and Spot Styles -->
  <include url="%FIRSTXML%/tour_skin.xml"/>
  <!-- Core actions -->
  <include url="%FIRSTXML%/tour_core.xml"/>
  <!-- Tour Messages -->
  <include url="%FIRSTXML%/tour_messages_es.xml"/>

  <action name="startup">

    if (s !== null, if (startscene === null OR startscene === "undefined", set(startscene, get(s));); );
    if (startscene === null OR startscene === "undefined",
      set(startscene, pano15);
    );
    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>

  <!-- 26 Groups -->

  <!-- Group Grupo 48 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0596" @PanoFile="C:/Users/manti/OneDrive/Escritorio/CASA360/TOURES/Diana Nieto 8089988/fotos/SAM_100_0596.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano15"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0596_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="150.740000" 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="150.740000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0596_15/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0596_15/0/1/%v_%u.jpg"/>
          <right url="sam_100_0596_15/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0596_15/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0596_15/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0596_15/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0596_15/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0596_15/0/0/%v_%u.jpg"/>
          <right url="sam_100_0596_15/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0596_15/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0596_15/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0596_15/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0596_15/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0596_15/mobile/0.jpg"/>
      <right url="sam_100_0596_15/mobile/1.jpg"/>
      <back  url="sam_100_0596_15/mobile/2.jpg"/>
      <left  url="sam_100_0596_15/mobile/3.jpg"/>
      <up    url="sam_100_0596_15/mobile/4.jpg"/>
      <down  url="sam_100_0596_15/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint87"
           ath="146.982608" atv="-0.403560"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano13"
           onclick="onclickspotpoint87"
           tooltip="spotpoint87_tooltip"
           />
  <hotspot name="spotpoint87" devices="flash" zorder="3"/>
  <hotspot name="spotpoint87" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint87">
  
        mainloadscene(pano13);lookat(-69.750000, -0.450000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

  <!-- Group Grupo 43 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0591" @PanoFile="C:/Users/manti/OneDrive/Escritorio/CASA360/TOURES/Diana Nieto 8089988/fotos/SAM_100_0591.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano10"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0591_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%/sam_100_0591_10/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0591_10/0/1/%v_%u.jpg"/>
          <right url="sam_100_0591_10/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0591_10/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0591_10/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0591_10/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0591_10/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0591_10/0/0/%v_%u.jpg"/>
          <right url="sam_100_0591_10/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0591_10/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0591_10/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0591_10/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0591_10/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0591_10/mobile/0.jpg"/>
      <right url="sam_100_0591_10/mobile/1.jpg"/>
      <back  url="sam_100_0591_10/mobile/2.jpg"/>
      <left  url="sam_100_0591_10/mobile/3.jpg"/>
      <up    url="sam_100_0591_10/mobile/4.jpg"/>
      <down  url="sam_100_0591_10/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint77"
           ath="-34.563965" atv="-5.086262"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano11"
           onclick="onclickspotpoint77"
           tooltip="spotpoint77_tooltip"
           />
  <hotspot name="spotpoint77" devices="flash" zorder="3"/>
  <hotspot name="spotpoint77" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint77">
  
        mainloadscene(pano11);lookat(-157.500000, 0.000000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

  <!-- Group Grupo 44 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0592" @PanoFile="C:/Users/manti/OneDrive/Escritorio/CASA360/TOURES/Diana Nieto 8089988/fotos/SAM_100_0592.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano11"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0592_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%/sam_100_0592_11/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0592_11/0/1/%v_%u.jpg"/>
          <right url="sam_100_0592_11/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0592_11/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0592_11/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0592_11/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0592_11/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0592_11/0/0/%v_%u.jpg"/>
          <right url="sam_100_0592_11/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0592_11/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0592_11/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0592_11/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0592_11/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0592_11/mobile/0.jpg"/>
      <right url="sam_100_0592_11/mobile/1.jpg"/>
      <back  url="sam_100_0592_11/mobile/2.jpg"/>
      <left  url="sam_100_0592_11/mobile/3.jpg"/>
      <up    url="sam_100_0592_11/mobile/4.jpg"/>
      <down  url="sam_100_0592_11/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint76"
           ath="15.698154" atv="-2.260619"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano10"
           onclick="onclickspotpoint76"
           tooltip="spotpoint76_tooltip"
           />
  <hotspot name="spotpoint76" devices="flash" zorder="3"/>
  <hotspot name="spotpoint76" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint76">
  
        mainloadscene(pano10);lookat(104.850000, 0.450000, 90.000000);


  </action>





  <hotspot name="spotpoint78"
           ath="-67.456795" atv="-5.406298"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano12"
           onclick="onclickspotpoint78"
           tooltip="spotpoint78_tooltip"
           />
  <hotspot name="spotpoint78" devices="flash" zorder="3"/>
  <hotspot name="spotpoint78" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint78">
  
        mainloadscene(pano12);lookat(171.450000, 0.000000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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


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



</scene>

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




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



  <hotspot name="spotpoint80"
           ath="-22.101842" atv="-6.193618"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano11"
           onclick="onclickspotpoint80"
           tooltip="spotpoint80_tooltip"
           />
  <hotspot name="spotpoint80" devices="flash" zorder="3"/>
  <hotspot name="spotpoint80" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint80">
  
        mainloadscene(pano11);lookat(114.300000, 1.800000, 90.000000);


  </action>





  <hotspot name="spotpoint82"
           ath="-101.422799" atv="-5.490718"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano13"
           onclick="onclickspotpoint82"
           tooltip="spotpoint82_tooltip"
           />
  <hotspot name="spotpoint82" devices="flash" zorder="3"/>
  <hotspot name="spotpoint82" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint82">
  
        mainloadscene(pano13);lookat(111.600000, 0.000000, 90.000000);


  </action>





  <hotspot name="spotpoint238"
           ath="171.126417" atv="-4.400000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano42"
           onclick="onclickspotpoint238"
           tooltip="spotpoint238_tooltip"
           />
  <hotspot name="spotpoint238" devices="flash" zorder="3"/>
  <hotspot name="spotpoint238" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint238">
  
        mainloadscene(pano42);lookat(-76.500000, 0.450000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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

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

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


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



</scene>

  <!-- Group Grupo 46 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0594" @PanoFile="C:/Users/manti/OneDrive/Escritorio/CASA360/TOURES/Diana Nieto 8089988/fotos/SAM_100_0594.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano13"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0594_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%/sam_100_0594_13/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0594_13/0/1/%v_%u.jpg"/>
          <right url="sam_100_0594_13/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0594_13/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0594_13/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0594_13/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0594_13/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0594_13/0/0/%v_%u.jpg"/>
          <right url="sam_100_0594_13/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0594_13/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0594_13/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0594_13/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0594_13/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0594_13/mobile/0.jpg"/>
      <right url="sam_100_0594_13/mobile/1.jpg"/>
      <back  url="sam_100_0594_13/mobile/2.jpg"/>
      <left  url="sam_100_0594_13/mobile/3.jpg"/>
      <up    url="sam_100_0594_13/mobile/4.jpg"/>
      <down  url="sam_100_0594_13/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint83"
           ath="-78.960499" atv="-2.378303"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano12"
           onclick="onclickspotpoint83"
           tooltip="spotpoint83_tooltip"
           />
  <hotspot name="spotpoint83" devices="flash" zorder="3"/>
  <hotspot name="spotpoint83" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint83">
  
        mainloadscene(pano12);lookat(70.650000, -0.450000, 90.000000);


  </action>





  <hotspot name="spotpoint84"
           ath="-24.990120" atv="-7.064279"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano14"
           onclick="onclickspotpoint84"
           tooltip="spotpoint84_tooltip"
           />
  <hotspot name="spotpoint84" devices="flash" zorder="3"/>
  <hotspot name="spotpoint84" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint84">
  
        mainloadscene(pano14);lookat(95.400000, -0.450000, 90.000000);


  </action>





  <hotspot name="spotpoint86"
           ath="94.144313" atv="0.706140"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano15"
           onclick="onclickspotpoint86"
           tooltip="spotpoint86_tooltip"
           />
  <hotspot name="spotpoint86" devices="flash" zorder="3"/>
  <hotspot name="spotpoint86" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint86">
  
        mainloadscene(pano15);lookat(-31.050000, -1.350000, 90.000000);


  </action>





  <hotspot name="spotpoint97"
           ath="148.311353" atv="-6.053762"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano21"
           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(pano21);lookat(-91.800000, 0.000000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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

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

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

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

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


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



</scene>

  <!-- Group Grupo 47 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0595" @PanoFile="C:/Users/manti/OneDrive/Escritorio/CASA360/TOURES/Diana Nieto 8089988/fotos/SAM_100_0595.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano14"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0595_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%/sam_100_0595_14/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0595_14/0/1/%v_%u.jpg"/>
          <right url="sam_100_0595_14/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0595_14/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0595_14/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0595_14/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0595_14/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0595_14/0/0/%v_%u.jpg"/>
          <right url="sam_100_0595_14/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0595_14/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0595_14/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0595_14/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0595_14/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0595_14/mobile/0.jpg"/>
      <right url="sam_100_0595_14/mobile/1.jpg"/>
      <back  url="sam_100_0595_14/mobile/2.jpg"/>
      <left  url="sam_100_0595_14/mobile/3.jpg"/>
      <up    url="sam_100_0595_14/mobile/4.jpg"/>
      <down  url="sam_100_0595_14/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint85"
           ath="-42.654601" atv="-12.426841"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano13"
           onclick="onclickspotpoint85"
           tooltip="spotpoint85_tooltip"
           />
  <hotspot name="spotpoint85" devices="flash" zorder="3"/>
  <hotspot name="spotpoint85" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint85">
  
        mainloadscene(pano13);lookat(-159.750000, 0.000000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

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




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



  <hotspot name="spotpoint89"
           ath="-156.226428" atv="-10.206181"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano17"
           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(pano17);lookat(-83.700000, 0.000000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

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




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



  <hotspot name="spotpoint88"
           ath="67.940998" atv="-11.047499"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano16"
           onclick="onclickspotpoint88"
           tooltip="spotpoint88_tooltip"
           />
  <hotspot name="spotpoint88" devices="flash" zorder="3"/>
  <hotspot name="spotpoint88" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint88">
  
        mainloadscene(pano16);lookat(5.400000, 0.000000, 90.000000);


  </action>





  <hotspot name="spotpoint245"
           ath="166.051833" atv="-4.565953"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano21"
           onclick="onclickspotpoint245"
           tooltip="spotpoint245_tooltip"
           />
  <hotspot name="spotpoint245" devices="flash" zorder="3"/>
  <hotspot name="spotpoint245" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint245">
  
        mainloadscene(pano21);lookat(get(panoview.h), get(panoview.v), get(panoview.fov));


  </action>



  <action name="hidepanopointspots">

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

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

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

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


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



</scene>

  <!-- Group Grupo 51 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0599" @PanoFile="C:/Users/manti/OneDrive/Escritorio/CASA360/TOURES/Diana Nieto 8089988/fotos/SAM_100_0599.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano18"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0599_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%/sam_100_0599_18/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0599_18/0/1/%v_%u.jpg"/>
          <right url="sam_100_0599_18/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0599_18/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0599_18/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0599_18/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0599_18/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0599_18/0/0/%v_%u.jpg"/>
          <right url="sam_100_0599_18/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0599_18/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0599_18/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0599_18/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0599_18/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0599_18/mobile/0.jpg"/>
      <right url="sam_100_0599_18/mobile/1.jpg"/>
      <back  url="sam_100_0599_18/mobile/2.jpg"/>
      <left  url="sam_100_0599_18/mobile/3.jpg"/>
      <up    url="sam_100_0599_18/mobile/4.jpg"/>
      <down  url="sam_100_0599_18/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint90"
           ath="-130.414318" atv="-11.300399"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano19"
           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(pano19);lookat(-63.900000, -1.350000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

  <!-- Group Grupo 52 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0600" @PanoFile="C:/Users/manti/OneDrive/Escritorio/CASA360/TOURES/Diana Nieto 8089988/fotos/SAM_100_0600.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano19"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0600_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%/sam_100_0600_19/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0600_19/0/1/%v_%u.jpg"/>
          <right url="sam_100_0600_19/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0600_19/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0600_19/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0600_19/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0600_19/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0600_19/0/0/%v_%u.jpg"/>
          <right url="sam_100_0600_19/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0600_19/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0600_19/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0600_19/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0600_19/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0600_19/mobile/0.jpg"/>
      <right url="sam_100_0600_19/mobile/1.jpg"/>
      <back  url="sam_100_0600_19/mobile/2.jpg"/>
      <left  url="sam_100_0600_19/mobile/3.jpg"/>
      <up    url="sam_100_0600_19/mobile/4.jpg"/>
      <down  url="sam_100_0600_19/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint91"
           ath="145.527112" atv="-7.420138"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano18"
           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(pano18);lookat(65.250000, 0.000000, 90.000000);


  </action>





  <hotspot name="spotpoint244"
           ath="56.008316" atv="-3.129346"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano21"
           onclick="onclickspotpoint244"
           tooltip="spotpoint244_tooltip"
           />
  <hotspot name="spotpoint244" devices="flash" zorder="3"/>
  <hotspot name="spotpoint244" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint244">
  
        mainloadscene(pano21);lookat(get(panoview.h), get(panoview.v), get(panoview.fov));


  </action>



  <action name="hidepanopointspots">

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

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

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

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


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



</scene>

  <!-- Group Grupo 54 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0602" @PanoFile="C:/Users/manti/OneDrive/Escritorio/CASA360/TOURES/Diana Nieto 8089988/fotos/SAM_100_0602.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano21"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0602_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%/sam_100_0602_21/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0602_21/0/1/%v_%u.jpg"/>
          <right url="sam_100_0602_21/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0602_21/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0602_21/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0602_21/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0602_21/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0602_21/0/0/%v_%u.jpg"/>
          <right url="sam_100_0602_21/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0602_21/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0602_21/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0602_21/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0602_21/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0602_21/mobile/0.jpg"/>
      <right url="sam_100_0602_21/mobile/1.jpg"/>
      <back  url="sam_100_0602_21/mobile/2.jpg"/>
      <left  url="sam_100_0602_21/mobile/3.jpg"/>
      <up    url="sam_100_0602_21/mobile/4.jpg"/>
      <down  url="sam_100_0602_21/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint93"
           ath="-47.063885" atv="-8.709658"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano17"
           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(pano17);lookat(-83.700000, 0.000000, 90.000000);


  </action>





  <hotspot name="spotpoint94"
           ath="47.278075" atv="-7.634339"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano19"
           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(pano19);lookat(-68.400000, 0.000000, 90.000000);


  </action>





  <hotspot name="spotpoint95"
           ath="-111.007801" atv="-2.258098"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano24"
           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(pano24);lookat(-7.650000, 0.000000, 90.000000);


  </action>





  <hotspot name="spotpoint98"
           ath="-83.574361" atv="1.313821"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano13"
           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(pano13);lookat(14.400000, 0.450000, 90.000000);


  </action>





  <hotspot name="spotpoint99"
           ath="-177.779335" atv="-0.164534"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano25"
           onclick="onclickspotpoint99"
           tooltip="spotpoint99_tooltip"
           />
  <hotspot name="spotpoint99" devices="flash" zorder="3"/>
  <hotspot name="spotpoint99" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint99">
  
        mainloadscene(pano25);lookat(24.750000, -0.450000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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

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

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

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

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

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

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


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



</scene>

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




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



  <hotspot name="spotpoint96"
           ath="131.327283" atv="-1.161359"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano21"
           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(pano21);lookat(-4.950000, 0.450000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

  <!-- Group Grupo 58 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0606" @PanoFile="C:/Users/manti/OneDrive/Escritorio/CASA360/TOURES/Diana Nieto 8089988/fotos/SAM_100_0606.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano25"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0606_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%/sam_100_0606_25/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0606_25/0/1/%v_%u.jpg"/>
          <right url="sam_100_0606_25/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0606_25/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0606_25/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0606_25/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0606_25/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0606_25/0/0/%v_%u.jpg"/>
          <right url="sam_100_0606_25/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0606_25/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0606_25/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0606_25/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0606_25/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0606_25/mobile/0.jpg"/>
      <right url="sam_100_0606_25/mobile/1.jpg"/>
      <back  url="sam_100_0606_25/mobile/2.jpg"/>
      <left  url="sam_100_0606_25/mobile/3.jpg"/>
      <up    url="sam_100_0606_25/mobile/4.jpg"/>
      <down  url="sam_100_0606_25/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint100"
           ath="-145.376079" atv="-4.666667"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano21"
           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(pano21);lookat(-5.850000, -0.450000, 90.000000);


  </action>





  <hotspot name="spotpoint101"
           ath="44.407790" atv="-3.129119"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano27"
           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(pano27);lookat(45.900000, 2.250000, 90.000000);


  </action>





  <hotspot name="spotpoint107"
           ath="-36.432359" atv="-3.711421"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano31"
           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(pano31);lookat(176.400000, -0.900000, 90.000000);


  </action>





  <hotspot name="spotpoint246"
           ath="14.279939" atv="-6.304569"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano26"
           onclick="onclickspotpoint246"
           tooltip="spotpoint246_tooltip"
           />
  <hotspot name="spotpoint246" devices="flash" zorder="3"/>
  <hotspot name="spotpoint246" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint246">
  
        mainloadscene(pano26);lookat(-86.850000, 0.450000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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

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

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

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

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


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



</scene>

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




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



  <hotspot name="spotpoint247"
           ath="46.220096" atv="-7.780149"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano25"
           onclick="onclickspotpoint247"
           tooltip="spotpoint247_tooltip"
           />
  <hotspot name="spotpoint247" devices="flash" zorder="3"/>
  <hotspot name="spotpoint247" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint247">
  
        mainloadscene(pano25);lookat(-145.800000, 0.000000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

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




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



  <hotspot name="spotpoint102"
           ath="-109.119242" atv="-6.193618"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano25"
           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(pano25);lookat(-147.150000, 1.350000, 90.000000);


  </action>





  <hotspot name="spotpoint103"
           ath="169.119351" atv="-3.498298"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano28"
           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(pano28);lookat(12.150000, -0.450000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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


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



</scene>

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




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



  <hotspot name="spotpoint104"
           ath="160.780320" atv="-5.964659"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano27"
           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(pano27);lookat(-44.100000, 0.450000, 90.000000);


  </action>





  <hotspot name="spotpoint105"
           ath="127.058752" atv="-6.229801"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano30"
           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(pano30);lookat(0.450000, 0.450000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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


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



</scene>

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




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



  <hotspot name="spotpoint106"
           ath="-124.425359" atv="-10.206181"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano28"
           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(pano28);lookat(-80.100000, -0.900000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

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




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



  <hotspot name="spotpoint108"
           ath="1.714318" atv="-14.427538"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano25"
           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(pano25);lookat(121.950000, 2.700000, 90.000000);


  </action>





  <hotspot name="spotpoint109"
           ath="-104.599441" atv="-8.985239"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano32"
           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(pano32);lookat(172.350000, 0.900000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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


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



</scene>

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




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



  <hotspot name="spotpoint110"
           ath="-52.297196" atv="-7.330322"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano31"
           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(pano31);lookat(88.200000, 0.000000, 90.000000);


  </action>





  <hotspot name="spotpoint111"
           ath="26.053927" atv="-6.172020"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano33"
           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(pano33);lookat(125.550000, 2.250000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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


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



</scene>

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




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



  <hotspot name="spotpoint112"
           ath="-70.011717" atv="-12.070622"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano32"
           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(pano32);lookat(173.250000, 0.000000, 90.000000);


  </action>





  <hotspot name="spotpoint113"
           ath="-136.824841" atv="-13.318380"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano34"
           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(pano34);lookat(164.700000, -0.450000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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


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



</scene>

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




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



  <hotspot name="spotpoint114"
           ath="-25.411677" atv="-11.001418"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano33"
           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(pano33);lookat(27.900000, 0.450000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

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




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



  <hotspot name="spotpoint233"
           ath="17.317784" atv="-5.263158"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano38"
           onclick="onclickspotpoint233"
           tooltip="spotpoint233_tooltip"
           />
  <hotspot name="spotpoint233" devices="flash" zorder="3"/>
  <hotspot name="spotpoint233" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint233">
  
        mainloadscene(pano38);lookat(get(panoview.h), get(panoview.v), get(panoview.fov));


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

  <!-- Group Grupo 70 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0618" @PanoFile="C:/Users/manti/OneDrive/Escritorio/CASA360/TOURES/Diana Nieto 8089988/fotos/SAM_100_0618.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano37"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0618_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%/sam_100_0618_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="sam_100_0618_37/0/1/%v_%u.jpg"/>
          <right url="sam_100_0618_37/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0618_37/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0618_37/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0618_37/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0618_37/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0618_37/0/0/%v_%u.jpg"/>
          <right url="sam_100_0618_37/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0618_37/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0618_37/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0618_37/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0618_37/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0618_37/mobile/0.jpg"/>
      <right url="sam_100_0618_37/mobile/1.jpg"/>
      <back  url="sam_100_0618_37/mobile/2.jpg"/>
      <left  url="sam_100_0618_37/mobile/3.jpg"/>
      <up    url="sam_100_0618_37/mobile/4.jpg"/>
      <down  url="sam_100_0618_37/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint237"
           ath="44.210526" atv="-2.246696"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano38"
           onclick="onclickspotpoint237"
           tooltip="spotpoint237_tooltip"
           />
  <hotspot name="spotpoint237" devices="flash" zorder="3"/>
  <hotspot name="spotpoint237" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint237">
  
        mainloadscene(pano38);lookat(156.150000, 1.350000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

  <!-- Group Grupo 71 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0619" @PanoFile="C:/Users/manti/OneDrive/Escritorio/CASA360/TOURES/Diana Nieto 8089988/fotos/SAM_100_0619.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano38"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0619_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%/sam_100_0619_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="sam_100_0619_38/0/1/%v_%u.jpg"/>
          <right url="sam_100_0619_38/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0619_38/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0619_38/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0619_38/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0619_38/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0619_38/0/0/%v_%u.jpg"/>
          <right url="sam_100_0619_38/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0619_38/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0619_38/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0619_38/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0619_38/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0619_38/mobile/0.jpg"/>
      <right url="sam_100_0619_38/mobile/1.jpg"/>
      <back  url="sam_100_0619_38/mobile/2.jpg"/>
      <left  url="sam_100_0619_38/mobile/3.jpg"/>
      <up    url="sam_100_0619_38/mobile/4.jpg"/>
      <down  url="sam_100_0619_38/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint232"
           ath="-105.338407" atv="-3.865639"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano36"
           onclick="onclickspotpoint232"
           tooltip="spotpoint232_tooltip"
           />
  <hotspot name="spotpoint232" devices="flash" zorder="3"/>
  <hotspot name="spotpoint232" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint232">
  
        mainloadscene(pano36);lookat(-175.950000, -0.450000, 90.000000);


  </action>





  <hotspot name="spotpoint236"
           ath="-10.937515" atv="-7.925926"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano37"
           onclick="onclickspotpoint236"
           tooltip="spotpoint236_tooltip"
           />
  <hotspot name="spotpoint236" devices="flash" zorder="3"/>
  <hotspot name="spotpoint236" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint236">
  
        mainloadscene(pano37);lookat(-143.100000, 0.450000, 90.000000);


  </action>





  <hotspot name="spotpoint242"
           ath="151.703057" atv="-2.816020"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano42"
           onclick="onclickspotpoint242"
           tooltip="spotpoint242_tooltip"
           />
  <hotspot name="spotpoint242" devices="flash" zorder="3"/>
  <hotspot name="spotpoint242" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint242">
  
        mainloadscene(pano42);lookat(15.300000, 0.000000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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

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

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


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



</scene>

  <!-- Group Grupo 74 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0622" @PanoFile="C:/Users/manti/OneDrive/Escritorio/CASA360/TOURES/Diana Nieto 8089988/fotos/SAM_100_0622.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano41"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0622_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%/sam_100_0622_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="sam_100_0622_41/0/1/%v_%u.jpg"/>
          <right url="sam_100_0622_41/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0622_41/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0622_41/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0622_41/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0622_41/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0622_41/0/0/%v_%u.jpg"/>
          <right url="sam_100_0622_41/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0622_41/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0622_41/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0622_41/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0622_41/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0622_41/mobile/0.jpg"/>
      <right url="sam_100_0622_41/mobile/1.jpg"/>
      <back  url="sam_100_0622_41/mobile/2.jpg"/>
      <left  url="sam_100_0622_41/mobile/3.jpg"/>
      <up    url="sam_100_0622_41/mobile/4.jpg"/>
      <down  url="sam_100_0622_41/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint241"
           ath="-74.341393" atv="-9.598145"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano42"
           onclick="onclickspotpoint241"
           tooltip="spotpoint241_tooltip"
           />
  <hotspot name="spotpoint241" devices="flash" zorder="3"/>
  <hotspot name="spotpoint241" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint241">
  
        mainloadscene(pano42);lookat(-159.750000, 0.000000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

  <!-- Group Grupo 75 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0623" @PanoFile="C:/Users/manti/OneDrive/Escritorio/CASA360/TOURES/Diana Nieto 8089988/fotos/SAM_100_0623.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano42"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0623_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%/sam_100_0623_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="sam_100_0623_42/0/1/%v_%u.jpg"/>
          <right url="sam_100_0623_42/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0623_42/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0623_42/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0623_42/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0623_42/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0623_42/0/0/%v_%u.jpg"/>
          <right url="sam_100_0623_42/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0623_42/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0623_42/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0623_42/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0623_42/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0623_42/mobile/0.jpg"/>
      <right url="sam_100_0623_42/mobile/1.jpg"/>
      <back  url="sam_100_0623_42/mobile/2.jpg"/>
      <left  url="sam_100_0623_42/mobile/3.jpg"/>
      <up    url="sam_100_0623_42/mobile/4.jpg"/>
      <down  url="sam_100_0623_42/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint239"
           ath="122.871722" atv="-2.284264"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano12"
           onclick="onclickspotpoint239"
           tooltip="spotpoint239_tooltip"
           />
  <hotspot name="spotpoint239" devices="flash" zorder="3"/>
  <hotspot name="spotpoint239" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint239">
  
        mainloadscene(pano12);lookat(-18.450000, 0.000000, 90.000000);


  </action>





  <hotspot name="spotpoint240"
           ath="20.083160" atv="-11.641168"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano41"
           onclick="onclickspotpoint240"
           tooltip="spotpoint240_tooltip"
           />
  <hotspot name="spotpoint240" devices="flash" zorder="3"/>
  <hotspot name="spotpoint240" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint240">
  
        mainloadscene(pano41);lookat(108.450000, 0.900000, 90.000000);


  </action>





  <hotspot name="spotpoint243"
           ath="-157.172012" atv="-7.105263"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano38"
           onclick="onclickspotpoint243"
           tooltip="spotpoint243_tooltip"
           />
  <hotspot name="spotpoint243" devices="flash" zorder="3"/>
  <hotspot name="spotpoint243" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint243">
  
        mainloadscene(pano38);lookat(-25.650000, 0.000000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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

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

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


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



</scene>

  <krpano nofullspherepanoavailable="false" />



</krpano>

