<?xml version="1.0" encoding="UTF-8"?>
<krpano version="1.19-pr16"
        onstart="startup"
        logkey="false"
        bgcolor="#ffffff"
        projectfloorplanurl=""
        projecttitleid="project_title"
        projectdescriptionid="">


  <security cors="">
    <!--
    <crossdomainxml url="http://RESSOURCES_URL/crossdomain.xml" />
    -->
    <allowdomain domain="*" />
  </security>

  <krpano tour_firststartactiondone="false" />
  <events name="startbehavioursevents" onxmlcomplete="startbehavioursxmlcompleteaction();" keep="true"/>

  <!-- generated by Panotour Pro V2.5.14 64bits : 04-10-2022 12-18-03 -->
  <!-- Project file : D:/CASA360/Tours/OCTUBRE/Margarita Cano 5248648/tour/tour.kpt -->
  <!-- Plugins and Spot Styles -->
  <include url="%FIRSTXML%/tour_skin_vr.xml"/>
  <!-- Core actions -->
  <include url="%FIRSTXML%/tour_core_vr.xml"/>
  <!-- Tour Messages -->
  <include url="%FIRSTXML%/tour_messages_es.xml"/>

  <action name="startup">

    if (s !== null, if (startscene === null OR startscene === "undefined", set(startscene, get(s));); );
    if (startscene === null OR startscene === "undefined",
      set(startscene, pano44);
    );
    if(startlanguage !== null AND startlanguage !== "undefined",
      set(tour_language, get(startlanguage));
    );
    if(starttime !== null AND starttime !== "undefined" AND starttime GT 0,
      set(videoscenestarttime, get(starttime));
    ,
      set(videoscenestarttime, 0);
    );
    if(scene[get(startscene)].full360,
    mainloadsceneStartup(get(startscene));
    if (h !== null,
      if (v !== null,
        if (f !== null,
          lookat(get(h), get(v), get(f));
         ,
          lookat(get(h), get(v));
        );
      ,
        if (f !== null,
          lookat(get(h), get(view.vlookat), get(f));
         ,
          lookat(get(h), get(view.vlookat));
        );
      );
    ,
      if (v !== null,
        if (f !== null,
          lookat(get(view.hlookat), get(v), get(f));
         ,
          lookat(get(view.hlookat), get(v));
        );
      ,
        if (f !== null,
          lookat(get(view.hlookat), get(view.vlookat), get(f));
        );
      );
    );
    );
  </action>

  <!-- 30 Groups -->

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




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





  <hotspot name="spotpoint124"
           ath="104.260985" atv="-7.920000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano45"
           onclick="onclickspotpoint124"
           tooltip="spotpoint124_tooltip"
           />
  <hotspot name="spotpoint124" devices="flash" zorder="3"/>
  <hotspot name="spotpoint124" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint124">
  
        mainloadscene(pano45);


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

  <!-- Group Grupo 69 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0679" @PanoFile="D:/CASA360/Tours/OCTUBRE/Margarita Cano 5248648/fotos/SAM_100_0679.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano12"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0679_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_0679_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_0679_12/0/1/%v_%u.jpg"/>
          <right url="sam_100_0679_12/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0679_12/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0679_12/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0679_12/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0679_12/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0679_12/0/0/%v_%u.jpg"/>
          <right url="sam_100_0679_12/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0679_12/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0679_12/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0679_12/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0679_12/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0679_12/mobile/0.jpg"/>
      <right url="sam_100_0679_12/mobile/1.jpg"/>
      <back  url="sam_100_0679_12/mobile/2.jpg"/>
      <left  url="sam_100_0679_12/mobile/3.jpg"/>
      <up    url="sam_100_0679_12/mobile/4.jpg"/>
      <down  url="sam_100_0679_12/mobile/5.jpg"/>
    </image>




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





  <hotspot name="spotpoint167"
           ath="82.689747" atv="-7.920000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano19"
           onclick="onclickspotpoint167"
           tooltip="spotpoint167_tooltip"
           />
  <hotspot name="spotpoint167" devices="flash" zorder="3"/>
  <hotspot name="spotpoint167" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint167">
  
        mainloadscene(pano19);


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

  <!-- Group Grupo 72 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0682" @PanoFile="D:/CASA360/Tours/OCTUBRE/Margarita Cano 5248648/fotos/SAM_100_0682.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano15"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0682_15/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano15_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0682_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_0682_15/0/1/%v_%u.jpg"/>
          <right url="sam_100_0682_15/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0682_15/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0682_15/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0682_15/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0682_15/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0682_15/0/0/%v_%u.jpg"/>
          <right url="sam_100_0682_15/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0682_15/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0682_15/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0682_15/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0682_15/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0682_15/mobile/0.jpg"/>
      <right url="sam_100_0682_15/mobile/1.jpg"/>
      <back  url="sam_100_0682_15/mobile/2.jpg"/>
      <left  url="sam_100_0682_15/mobile/3.jpg"/>
      <up    url="sam_100_0682_15/mobile/4.jpg"/>
      <down  url="sam_100_0682_15/mobile/5.jpg"/>
    </image>




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





  <hotspot name="spotpoint157"
           ath="-174.727031" atv="-6.480000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano37"
           onclick="onclickspotpoint157"
           tooltip="spotpoint157_tooltip"
           />
  <hotspot name="spotpoint157" devices="flash" zorder="3"/>
  <hotspot name="spotpoint157" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint157">
  
        mainloadscene(pano37);


  </action>







  <hotspot name="spotpoint158"
           ath="-5.033289" atv="-2.640000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano18"
           onclick="onclickspotpoint158"
           tooltip="spotpoint158_tooltip"
           />
  <hotspot name="spotpoint158" devices="flash" zorder="3"/>
  <hotspot name="spotpoint158" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint158">
  
        mainloadscene(pano18);


  </action>







  <hotspot name="spotpoint164"
           ath="44.340879" atv="-5.040000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano23"
           onclick="onclickspotpoint164"
           tooltip="spotpoint164_tooltip"
           />
  <hotspot name="spotpoint164" devices="flash" zorder="3"/>
  <hotspot name="spotpoint164" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint164">
  
        mainloadscene(pano23);


  </action>



  <action name="hidepanopointspots">



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



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



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



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



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



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


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


</scene>

  <!-- Group Grupo 75 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0685" @PanoFile="D:/CASA360/Tours/OCTUBRE/Margarita Cano 5248648/fotos/SAM_100_0685.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano18"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0685_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_0685_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_0685_18/0/1/%v_%u.jpg"/>
          <right url="sam_100_0685_18/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0685_18/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0685_18/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0685_18/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0685_18/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0685_18/0/0/%v_%u.jpg"/>
          <right url="sam_100_0685_18/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0685_18/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0685_18/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0685_18/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0685_18/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0685_18/mobile/0.jpg"/>
      <right url="sam_100_0685_18/mobile/1.jpg"/>
      <back  url="sam_100_0685_18/mobile/2.jpg"/>
      <left  url="sam_100_0685_18/mobile/3.jpg"/>
      <up    url="sam_100_0685_18/mobile/4.jpg"/>
      <down  url="sam_100_0685_18/mobile/5.jpg"/>
    </image>




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





  <hotspot name="spotpoint159"
           ath="75.499334" atv="-4.560000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano15"
           onclick="onclickspotpoint159"
           tooltip="spotpoint159_tooltip"
           />
  <hotspot name="spotpoint159" devices="flash" zorder="3"/>
  <hotspot name="spotpoint159" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint159">
  
        mainloadscene(pano15);


  </action>







  <hotspot name="spotpoint160"
           ath="-180.000000" atv="-4.080000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano19"
           onclick="onclickspotpoint160"
           tooltip="spotpoint160_tooltip"
           />
  <hotspot name="spotpoint160" devices="flash" zorder="3"/>
  <hotspot name="spotpoint160" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint160">
  
        mainloadscene(pano19);


  </action>







  <hotspot name="spotpoint162"
           ath="5.992011" atv="-6.480000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano22"
           onclick="onclickspotpoint162"
           tooltip="spotpoint162_tooltip"
           />
  <hotspot name="spotpoint162" devices="flash" zorder="3"/>
  <hotspot name="spotpoint162" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint162">
  
        mainloadscene(pano22);


  </action>



  <action name="hidepanopointspots">



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



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



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



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



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



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


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


</scene>

  <!-- Group Grupo 76 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0686" @PanoFile="D:/CASA360/Tours/OCTUBRE/Margarita Cano 5248648/fotos/SAM_100_0686.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano19"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0686_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_0686_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_0686_19/0/1/%v_%u.jpg"/>
          <right url="sam_100_0686_19/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0686_19/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0686_19/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0686_19/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0686_19/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0686_19/0/0/%v_%u.jpg"/>
          <right url="sam_100_0686_19/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0686_19/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0686_19/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0686_19/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0686_19/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0686_19/mobile/0.jpg"/>
      <right url="sam_100_0686_19/mobile/1.jpg"/>
      <back  url="sam_100_0686_19/mobile/2.jpg"/>
      <left  url="sam_100_0686_19/mobile/3.jpg"/>
      <up    url="sam_100_0686_19/mobile/4.jpg"/>
      <down  url="sam_100_0686_19/mobile/5.jpg"/>
    </image>




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





  <hotspot name="spotpoint161"
           ath="3.115846" atv="-4.080000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano18"
           onclick="onclickspotpoint161"
           tooltip="spotpoint161_tooltip"
           />
  <hotspot name="spotpoint161" devices="flash" zorder="3"/>
  <hotspot name="spotpoint161" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint161">
  
        mainloadscene(pano18);


  </action>







  <hotspot name="spotpoint166"
           ath="150.279627" atv="-4.080000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano12"
           onclick="onclickspotpoint166"
           tooltip="spotpoint166_tooltip"
           />
  <hotspot name="spotpoint166" devices="flash" zorder="3"/>
  <hotspot name="spotpoint166" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint166">
  
        mainloadscene(pano12);


  </action>



  <action name="hidepanopointspots">



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



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



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



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


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


</scene>

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




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





  <hotspot name="spotpoint163"
           ath="-61.597870" atv="-6.000000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano18"
           onclick="onclickspotpoint163"
           tooltip="spotpoint163_tooltip"
           />
  <hotspot name="spotpoint163" devices="flash" zorder="3"/>
  <hotspot name="spotpoint163" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint163">
  
        mainloadscene(pano18);


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

  <!-- Group Grupo 80 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0690" @PanoFile="D:/CASA360/Tours/OCTUBRE/Margarita Cano 5248648/fotos/SAM_100_0690.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano23"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0690_23/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano23_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0690_23/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_0690_23/0/1/%v_%u.jpg"/>
          <right url="sam_100_0690_23/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0690_23/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0690_23/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0690_23/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0690_23/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0690_23/0/0/%v_%u.jpg"/>
          <right url="sam_100_0690_23/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0690_23/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0690_23/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0690_23/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0690_23/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0690_23/mobile/0.jpg"/>
      <right url="sam_100_0690_23/mobile/1.jpg"/>
      <back  url="sam_100_0690_23/mobile/2.jpg"/>
      <left  url="sam_100_0690_23/mobile/3.jpg"/>
      <up    url="sam_100_0690_23/mobile/4.jpg"/>
      <down  url="sam_100_0690_23/mobile/5.jpg"/>
    </image>




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





  <hotspot name="spotpoint165"
           ath="-41.464714" atv="-7.440000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano15"
           onclick="onclickspotpoint165"
           tooltip="spotpoint165_tooltip"
           />
  <hotspot name="spotpoint165" devices="flash" zorder="3"/>
  <hotspot name="spotpoint165" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint165">
  
        mainloadscene(pano15);


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

  <!-- Group Grupo 81 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0691" @PanoFile="D:/CASA360/Tours/OCTUBRE/Margarita Cano 5248648/fotos/SAM_100_0691.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano24"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0691_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_0691_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_0691_24/0/1/%v_%u.jpg"/>
          <right url="sam_100_0691_24/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0691_24/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0691_24/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0691_24/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0691_24/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0691_24/0/0/%v_%u.jpg"/>
          <right url="sam_100_0691_24/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0691_24/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0691_24/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0691_24/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0691_24/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0691_24/mobile/0.jpg"/>
      <right url="sam_100_0691_24/mobile/1.jpg"/>
      <back  url="sam_100_0691_24/mobile/2.jpg"/>
      <left  url="sam_100_0691_24/mobile/3.jpg"/>
      <up    url="sam_100_0691_24/mobile/4.jpg"/>
      <down  url="sam_100_0691_24/mobile/5.jpg"/>
    </image>




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





  <hotspot name="spotpoint169"
           ath="-178.082557" atv="-6.000000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano37"
           onclick="onclickspotpoint169"
           tooltip="spotpoint169_tooltip"
           />
  <hotspot name="spotpoint169" devices="flash" zorder="3"/>
  <hotspot name="spotpoint169" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint169">
  
        mainloadscene(pano37);


  </action>







  <hotspot name="spotpoint170"
           ath="2.636485" atv="-3.600000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano25"
           onclick="onclickspotpoint170"
           tooltip="spotpoint170_tooltip"
           />
  <hotspot name="spotpoint170" devices="flash" zorder="3"/>
  <hotspot name="spotpoint170" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint170">
  
        mainloadscene(pano25);


  </action>



  <action name="hidepanopointspots">



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



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



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



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


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


</scene>

  <!-- Group Grupo 82 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0692" @PanoFile="D:/CASA360/Tours/OCTUBRE/Margarita Cano 5248648/fotos/SAM_100_0692.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano25"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0692_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_0692_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_0692_25/0/1/%v_%u.jpg"/>
          <right url="sam_100_0692_25/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0692_25/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0692_25/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0692_25/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0692_25/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0692_25/0/0/%v_%u.jpg"/>
          <right url="sam_100_0692_25/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0692_25/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0692_25/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0692_25/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0692_25/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0692_25/mobile/0.jpg"/>
      <right url="sam_100_0692_25/mobile/1.jpg"/>
      <back  url="sam_100_0692_25/mobile/2.jpg"/>
      <left  url="sam_100_0692_25/mobile/3.jpg"/>
      <up    url="sam_100_0692_25/mobile/4.jpg"/>
      <down  url="sam_100_0692_25/mobile/5.jpg"/>
    </image>




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





  <hotspot name="spotpoint171"
           ath="172.809587" atv="-8.400000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano24"
           onclick="onclickspotpoint171"
           tooltip="spotpoint171_tooltip"
           />
  <hotspot name="spotpoint171" devices="flash" zorder="3"/>
  <hotspot name="spotpoint171" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint171">
  
        mainloadscene(pano24);


  </action>







  <hotspot name="spotpoint172"
           ath="-137.336884" atv="-9.360000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano30"
           onclick="onclickspotpoint172"
           tooltip="spotpoint172_tooltip"
           />
  <hotspot name="spotpoint172" devices="flash" zorder="3"/>
  <hotspot name="spotpoint172" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint172">
  
        mainloadscene(pano30);


  </action>







  <hotspot name="spotpoint176"
           ath="-5.992011" atv="-4.080000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano28"
           onclick="onclickspotpoint176"
           tooltip="spotpoint176_tooltip"
           />
  <hotspot name="spotpoint176" devices="flash" zorder="3"/>
  <hotspot name="spotpoint176" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint176">
  
        mainloadscene(pano28);


  </action>



  <action name="hidepanopointspots">



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



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



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



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



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



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


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


</scene>

  <!-- Group Grupo 85 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0695" @PanoFile="D:/CASA360/Tours/OCTUBRE/Margarita Cano 5248648/fotos/SAM_100_0695.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano28"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0695_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_0695_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_0695_28/0/1/%v_%u.jpg"/>
          <right url="sam_100_0695_28/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0695_28/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0695_28/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0695_28/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0695_28/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0695_28/0/0/%v_%u.jpg"/>
          <right url="sam_100_0695_28/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0695_28/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0695_28/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0695_28/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0695_28/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0695_28/mobile/0.jpg"/>
      <right url="sam_100_0695_28/mobile/1.jpg"/>
      <back  url="sam_100_0695_28/mobile/2.jpg"/>
      <left  url="sam_100_0695_28/mobile/3.jpg"/>
      <up    url="sam_100_0695_28/mobile/4.jpg"/>
      <down  url="sam_100_0695_28/mobile/5.jpg"/>
    </image>




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





  <hotspot name="spotpoint177"
           ath="-5.033289" atv="-4.080000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano25"
           onclick="onclickspotpoint177"
           tooltip="spotpoint177_tooltip"
           />
  <hotspot name="spotpoint177" devices="flash" zorder="3"/>
  <hotspot name="spotpoint177" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint177">
  
        mainloadscene(pano25);


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

  <!-- Group Grupo 87 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0697" @PanoFile="D:/CASA360/Tours/OCTUBRE/Margarita Cano 5248648/fotos/SAM_100_0697.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano30"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0697_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_0697_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_0697_30/0/1/%v_%u.jpg"/>
          <right url="sam_100_0697_30/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0697_30/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0697_30/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0697_30/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0697_30/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0697_30/0/0/%v_%u.jpg"/>
          <right url="sam_100_0697_30/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0697_30/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0697_30/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0697_30/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0697_30/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0697_30/mobile/0.jpg"/>
      <right url="sam_100_0697_30/mobile/1.jpg"/>
      <back  url="sam_100_0697_30/mobile/2.jpg"/>
      <left  url="sam_100_0697_30/mobile/3.jpg"/>
      <up    url="sam_100_0697_30/mobile/4.jpg"/>
      <down  url="sam_100_0697_30/mobile/5.jpg"/>
    </image>




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





  <hotspot name="spotpoint173"
           ath="-25.166445" atv="-8.400000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano25"
           onclick="onclickspotpoint173"
           tooltip="spotpoint173_tooltip"
           />
  <hotspot name="spotpoint173" devices="flash" zorder="3"/>
  <hotspot name="spotpoint173" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint173">
  
        mainloadscene(pano25);


  </action>







  <hotspot name="spotpoint174"
           ath="-178.082557" atv="-5.040000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano31"
           onclick="onclickspotpoint174"
           tooltip="spotpoint174_tooltip"
           />
  <hotspot name="spotpoint174" devices="flash" zorder="3"/>
  <hotspot name="spotpoint174" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint174">
  
        mainloadscene(pano31);


  </action>



  <action name="hidepanopointspots">



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



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



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



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


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


</scene>

  <!-- Group Grupo 88 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0698" @PanoFile="D:/CASA360/Tours/OCTUBRE/Margarita Cano 5248648/fotos/SAM_100_0698.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano31"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0698_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_0698_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_0698_31/0/1/%v_%u.jpg"/>
          <right url="sam_100_0698_31/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0698_31/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0698_31/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0698_31/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0698_31/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0698_31/0/0/%v_%u.jpg"/>
          <right url="sam_100_0698_31/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0698_31/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0698_31/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0698_31/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0698_31/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0698_31/mobile/0.jpg"/>
      <right url="sam_100_0698_31/mobile/1.jpg"/>
      <back  url="sam_100_0698_31/mobile/2.jpg"/>
      <left  url="sam_100_0698_31/mobile/3.jpg"/>
      <up    url="sam_100_0698_31/mobile/4.jpg"/>
      <down  url="sam_100_0698_31/mobile/5.jpg"/>
    </image>




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





  <hotspot name="spotpoint175"
           ath="86.045273" atv="-6.960000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano30"
           onclick="onclickspotpoint175"
           tooltip="spotpoint175_tooltip"
           />
  <hotspot name="spotpoint175" devices="flash" zorder="3"/>
  <hotspot name="spotpoint175" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint175">
  
        mainloadscene(pano30);


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

  <!-- Group Grupo 91 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0701" @PanoFile="D:/CASA360/Tours/OCTUBRE/Margarita Cano 5248648/fotos/SAM_100_0701.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano34"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0701_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_0701_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_0701_34/0/1/%v_%u.jpg"/>
          <right url="sam_100_0701_34/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0701_34/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0701_34/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0701_34/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0701_34/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0701_34/0/0/%v_%u.jpg"/>
          <right url="sam_100_0701_34/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0701_34/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0701_34/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0701_34/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0701_34/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0701_34/mobile/0.jpg"/>
      <right url="sam_100_0701_34/mobile/1.jpg"/>
      <back  url="sam_100_0701_34/mobile/2.jpg"/>
      <left  url="sam_100_0701_34/mobile/3.jpg"/>
      <up    url="sam_100_0701_34/mobile/4.jpg"/>
      <down  url="sam_100_0701_34/mobile/5.jpg"/>
    </image>




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





  <hotspot name="spotpoint183"
           ath="140.213049" atv="-2.160000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano35"
           onclick="onclickspotpoint183"
           tooltip="spotpoint183_tooltip"
           />
  <hotspot name="spotpoint183" devices="flash" zorder="3"/>
  <hotspot name="spotpoint183" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint183">
  
        mainloadscene(pano35);


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

  <!-- Group Grupo 92 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0702" @PanoFile="D:/CASA360/Tours/OCTUBRE/Margarita Cano 5248648/fotos/SAM_100_0702.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano35"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0702_35/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano35_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_0702_35/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_0702_35/0/1/%v_%u.jpg"/>
          <right url="sam_100_0702_35/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0702_35/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0702_35/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0702_35/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0702_35/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0702_35/0/0/%v_%u.jpg"/>
          <right url="sam_100_0702_35/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0702_35/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0702_35/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0702_35/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0702_35/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0702_35/mobile/0.jpg"/>
      <right url="sam_100_0702_35/mobile/1.jpg"/>
      <back  url="sam_100_0702_35/mobile/2.jpg"/>
      <left  url="sam_100_0702_35/mobile/3.jpg"/>
      <up    url="sam_100_0702_35/mobile/4.jpg"/>
      <down  url="sam_100_0702_35/mobile/5.jpg"/>
    </image>




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





  <hotspot name="spotpoint181"
           ath="44.820240" atv="-6.960000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano36"
           onclick="onclickspotpoint181"
           tooltip="spotpoint181_tooltip"
           />
  <hotspot name="spotpoint181" devices="flash" zorder="3"/>
  <hotspot name="spotpoint181" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint181">
  
        mainloadscene(pano36);


  </action>







  <hotspot name="spotpoint182"
           ath="168.495340" atv="-9.360000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano34"
           onclick="onclickspotpoint182"
           tooltip="spotpoint182_tooltip"
           />
  <hotspot name="spotpoint182" devices="flash" zorder="3"/>
  <hotspot name="spotpoint182" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint182">
  
        mainloadscene(pano34);


  </action>



  <action name="hidepanopointspots">



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



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



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



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


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


</scene>

  <!-- Group Grupo 93 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0703" @PanoFile="D:/CASA360/Tours/OCTUBRE/Margarita Cano 5248648/fotos/SAM_100_0703.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano36"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0703_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_0703_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_0703_36/0/1/%v_%u.jpg"/>
          <right url="sam_100_0703_36/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0703_36/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0703_36/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0703_36/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0703_36/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0703_36/0/0/%v_%u.jpg"/>
          <right url="sam_100_0703_36/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0703_36/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0703_36/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0703_36/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0703_36/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0703_36/mobile/0.jpg"/>
      <right url="sam_100_0703_36/mobile/1.jpg"/>
      <back  url="sam_100_0703_36/mobile/2.jpg"/>
      <left  url="sam_100_0703_36/mobile/3.jpg"/>
      <up    url="sam_100_0703_36/mobile/4.jpg"/>
      <down  url="sam_100_0703_36/mobile/5.jpg"/>
    </image>




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





  <hotspot name="spotpoint179"
           ath="180.000000" atv="-6.000000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano40"
           onclick="onclickspotpoint179"
           tooltip="spotpoint179_tooltip"
           />
  <hotspot name="spotpoint179" devices="flash" zorder="3"/>
  <hotspot name="spotpoint179" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint179">
  
        mainloadscene(pano40);


  </action>







  <hotspot name="spotpoint180"
           ath="4.553928" atv="-6.000000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano35"
           onclick="onclickspotpoint180"
           tooltip="spotpoint180_tooltip"
           />
  <hotspot name="spotpoint180" devices="flash" zorder="3"/>
  <hotspot name="spotpoint180" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint180">
  
        mainloadscene(pano35);


  </action>



  <action name="hidepanopointspots">



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



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



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



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


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


</scene>

  <!-- Group Grupo 94 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0704" @PanoFile="D:/CASA360/Tours/OCTUBRE/Margarita Cano 5248648/fotos/SAM_100_0704.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano37"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0704_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_0704_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_0704_37/0/1/%v_%u.jpg"/>
          <right url="sam_100_0704_37/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0704_37/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0704_37/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0704_37/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0704_37/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0704_37/0/0/%v_%u.jpg"/>
          <right url="sam_100_0704_37/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0704_37/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0704_37/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0704_37/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0704_37/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0704_37/mobile/0.jpg"/>
      <right url="sam_100_0704_37/mobile/1.jpg"/>
      <back  url="sam_100_0704_37/mobile/2.jpg"/>
      <left  url="sam_100_0704_37/mobile/3.jpg"/>
      <up    url="sam_100_0704_37/mobile/4.jpg"/>
      <down  url="sam_100_0704_37/mobile/5.jpg"/>
    </image>




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





  <hotspot name="spotpoint155"
           ath="2.157124" atv="-1.200000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano40"
           onclick="onclickspotpoint155"
           tooltip="spotpoint155_tooltip"
           />
  <hotspot name="spotpoint155" devices="flash" zorder="3"/>
  <hotspot name="spotpoint155" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint155">
  
        mainloadscene(pano40);


  </action>







  <hotspot name="spotpoint156"
           ath="-178.561917" atv="-7.440000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano15"
           onclick="onclickspotpoint156"
           tooltip="spotpoint156_tooltip"
           />
  <hotspot name="spotpoint156" devices="flash" zorder="3"/>
  <hotspot name="spotpoint156" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint156">
  
        mainloadscene(pano15);


  </action>







  <hotspot name="spotpoint168"
           ath="86.045273" atv="-5.520000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano24"
           onclick="onclickspotpoint168"
           tooltip="spotpoint168_tooltip"
           />
  <hotspot name="spotpoint168" devices="flash" zorder="3"/>
  <hotspot name="spotpoint168" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint168">
  
        mainloadscene(pano24);


  </action>



  <action name="hidepanopointspots">



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



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



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



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



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



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


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


</scene>

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




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





  <hotspot name="spotpoint153"
           ath="44.820240" atv="-1.680000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano66"
           onclick="onclickspotpoint153"
           tooltip="spotpoint153_tooltip"
           />
  <hotspot name="spotpoint153" devices="flash" zorder="3"/>
  <hotspot name="spotpoint153" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint153">
  
        mainloadscene(pano66);


  </action>







  <hotspot name="spotpoint154"
           ath="-144.527297" atv="-2.640000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano37"
           onclick="onclickspotpoint154"
           tooltip="spotpoint154_tooltip"
           />
  <hotspot name="spotpoint154" devices="flash" zorder="3"/>
  <hotspot name="spotpoint154" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint154">
  
        mainloadscene(pano37);


  </action>







  <hotspot name="spotpoint178"
           ath="62.077230" atv="-3.120000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano36"
           onclick="onclickspotpoint178"
           tooltip="spotpoint178_tooltip"
           />
  <hotspot name="spotpoint178" devices="flash" zorder="3"/>
  <hotspot name="spotpoint178" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint178">
  
        mainloadscene(pano36);


  </action>



  <action name="hidepanopointspots">



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



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



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



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



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



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


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


</scene>

  <!-- Group Grupo 102 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0712" @PanoFile="D:/CASA360/Tours/OCTUBRE/Margarita Cano 5248648/fotos/SAM_100_0712.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano45"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0712_45/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano45_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_0712_45/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_0712_45/0/1/%v_%u.jpg"/>
          <right url="sam_100_0712_45/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0712_45/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0712_45/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0712_45/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0712_45/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0712_45/0/0/%v_%u.jpg"/>
          <right url="sam_100_0712_45/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0712_45/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0712_45/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0712_45/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0712_45/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0712_45/mobile/0.jpg"/>
      <right url="sam_100_0712_45/mobile/1.jpg"/>
      <back  url="sam_100_0712_45/mobile/2.jpg"/>
      <left  url="sam_100_0712_45/mobile/3.jpg"/>
      <up    url="sam_100_0712_45/mobile/4.jpg"/>
      <down  url="sam_100_0712_45/mobile/5.jpg"/>
    </image>




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





  <hotspot name="spotpoint125"
           ath="170.892144" atv="-7.920000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano44"
           onclick="onclickspotpoint125"
           tooltip="spotpoint125_tooltip"
           />
  <hotspot name="spotpoint125" devices="flash" zorder="3"/>
  <hotspot name="spotpoint125" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint125">
  
        mainloadscene(pano44);


  </action>







  <hotspot name="spotpoint126"
           ath="99.946738" atv="-5.520000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano64"
           onclick="onclickspotpoint126"
           tooltip="spotpoint126_tooltip"
           />
  <hotspot name="spotpoint126" devices="flash" zorder="3"/>
  <hotspot name="spotpoint126" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint126">
  
        mainloadscene(pano64);


  </action>







  <hotspot name="spotpoint128"
           ath="0.719041" atv="-1.680000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano66"
           onclick="onclickspotpoint128"
           tooltip="spotpoint128_tooltip"
           />
  <hotspot name="spotpoint128" devices="flash" zorder="3"/>
  <hotspot name="spotpoint128" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint128">
  
        mainloadscene(pano66);


  </action>







  <hotspot name="spotpoint136"
           ath="-86.524634" atv="-1.200000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano47"
           onclick="onclickspotpoint136"
           tooltip="spotpoint136_tooltip"
           />
  <hotspot name="spotpoint136" devices="flash" zorder="3"/>
  <hotspot name="spotpoint136" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint136">
  
        mainloadscene(pano47);


  </action>



  <action name="hidepanopointspots">



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



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



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



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



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



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



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



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


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


</scene>

  <!-- Group Grupo 104 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0714" @PanoFile="D:/CASA360/Tours/OCTUBRE/Margarita Cano 5248648/fotos/SAM_100_0714.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano47"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0714_47/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano47_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_0714_47/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_0714_47/0/1/%v_%u.jpg"/>
          <right url="sam_100_0714_47/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0714_47/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0714_47/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0714_47/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0714_47/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0714_47/0/0/%v_%u.jpg"/>
          <right url="sam_100_0714_47/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0714_47/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0714_47/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0714_47/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0714_47/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0714_47/mobile/0.jpg"/>
      <right url="sam_100_0714_47/mobile/1.jpg"/>
      <back  url="sam_100_0714_47/mobile/2.jpg"/>
      <left  url="sam_100_0714_47/mobile/3.jpg"/>
      <up    url="sam_100_0714_47/mobile/4.jpg"/>
      <down  url="sam_100_0714_47/mobile/5.jpg"/>
    </image>




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





  <hotspot name="spotpoint137"
           ath="153.155792" atv="-3.120000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano45"
           onclick="onclickspotpoint137"
           tooltip="spotpoint137_tooltip"
           />
  <hotspot name="spotpoint137" devices="flash" zorder="3"/>
  <hotspot name="spotpoint137" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint137">
  
        mainloadscene(pano45);


  </action>







  <hotspot name="spotpoint138"
           ath="60.159787" atv="-0.720000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano50"
           onclick="onclickspotpoint138"
           tooltip="spotpoint138_tooltip"
           />
  <hotspot name="spotpoint138" devices="flash" zorder="3"/>
  <hotspot name="spotpoint138" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint138">
  
        mainloadscene(pano50);


  </action>



  <action name="hidepanopointspots">



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



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



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



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


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


</scene>

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




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





  <hotspot name="spotpoint135"
           ath="96.591212" atv="-4.080000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano50"
           onclick="onclickspotpoint135"
           tooltip="spotpoint135_tooltip"
           />
  <hotspot name="spotpoint135" devices="flash" zorder="3"/>
  <hotspot name="spotpoint135" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint135">
  
        mainloadscene(pano50);


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

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




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





  <hotspot name="spotpoint131"
           ath="24.207723" atv="-2.160000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano45"
           onclick="onclickspotpoint131"
           tooltip="spotpoint131_tooltip"
           />
  <hotspot name="spotpoint131" devices="flash" zorder="3"/>
  <hotspot name="spotpoint131" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint131">
  
        mainloadscene(pano45);


  </action>







  <hotspot name="spotpoint132"
           ath="-18.934754" atv="-3.120000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano66"
           onclick="onclickspotpoint132"
           tooltip="spotpoint132_tooltip"
           />
  <hotspot name="spotpoint132" devices="flash" zorder="3"/>
  <hotspot name="spotpoint132" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint132">
  
        mainloadscene(pano66);


  </action>







  <hotspot name="spotpoint134"
           ath="164.181092" atv="-4.080000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano49"
           onclick="onclickspotpoint134"
           tooltip="spotpoint134_tooltip"
           />
  <hotspot name="spotpoint134" devices="flash" zorder="3"/>
  <hotspot name="spotpoint134" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint134">
  
        mainloadscene(pano49);


  </action>



  <action name="hidepanopointspots">



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



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



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



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



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



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


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


</scene>

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




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





  <hotspot name="spotpoint140"
           ath="176.165113" atv="0.720000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano66"
           onclick="onclickspotpoint140"
           tooltip="spotpoint140_tooltip"
           />
  <hotspot name="spotpoint140" devices="flash" zorder="3"/>
  <hotspot name="spotpoint140" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint140">
  
        mainloadscene(pano66);


  </action>







  <hotspot name="spotpoint141"
           ath="2.636485" atv="0.720000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano53"
           onclick="onclickspotpoint141"
           tooltip="spotpoint141_tooltip"
           />
  <hotspot name="spotpoint141" devices="flash" zorder="3"/>
  <hotspot name="spotpoint141" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint141">
  
        mainloadscene(pano53);


  </action>



  <action name="hidepanopointspots">



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



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



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



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


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


</scene>

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





</scene>

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




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





  <hotspot name="spotpoint142"
           ath="75.499334" atv="-0.240000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano51"
           onclick="onclickspotpoint142"
           tooltip="spotpoint142_tooltip"
           />
  <hotspot name="spotpoint142" devices="flash" zorder="3"/>
  <hotspot name="spotpoint142" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint142">
  
        mainloadscene(pano51);


  </action>







  <hotspot name="spotpoint144"
           ath="177.603196" atv="-1.200000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano55"
           onclick="onclickspotpoint144"
           tooltip="spotpoint144_tooltip"
           />
  <hotspot name="spotpoint144" devices="flash" zorder="3"/>
  <hotspot name="spotpoint144" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint144">
  
        mainloadscene(pano55);


  </action>







  <hotspot name="spotpoint150"
           ath="0.239680" atv="-3.120000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano62"
           onclick="onclickspotpoint150"
           tooltip="spotpoint150_tooltip"
           />
  <hotspot name="spotpoint150" devices="flash" zorder="3"/>
  <hotspot name="spotpoint150" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint150">
  
        mainloadscene(pano62);


  </action>



  <action name="hidepanopointspots">



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



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



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



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



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



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


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


</scene>

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




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





  <hotspot name="spotpoint145"
           ath="3.115846" atv="-6.960000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano53"
           onclick="onclickspotpoint145"
           tooltip="spotpoint145_tooltip"
           />
  <hotspot name="spotpoint145" devices="flash" zorder="3"/>
  <hotspot name="spotpoint145" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint145">
  
        mainloadscene(pano53);


  </action>







  <hotspot name="spotpoint146"
           ath="171.371505" atv="-1.680000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano56"
           onclick="onclickspotpoint146"
           tooltip="spotpoint146_tooltip"
           />
  <hotspot name="spotpoint146" devices="flash" zorder="3"/>
  <hotspot name="spotpoint146" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint146">
  
        mainloadscene(pano56);


  </action>



  <action name="hidepanopointspots">



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



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



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



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


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


</scene>

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




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





  <hotspot name="spotpoint147"
           ath="3.115846" atv="-5.520000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano55"
           onclick="onclickspotpoint147"
           tooltip="spotpoint147_tooltip"
           />
  <hotspot name="spotpoint147" devices="flash" zorder="3"/>
  <hotspot name="spotpoint147" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint147">
  
        mainloadscene(pano55);


  </action>







  <hotspot name="spotpoint148"
           ath="179.041278" atv="-2.640000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano57"
           onclick="onclickspotpoint148"
           tooltip="spotpoint148_tooltip"
           />
  <hotspot name="spotpoint148" devices="flash" zorder="3"/>
  <hotspot name="spotpoint148" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint148">
  
        mainloadscene(pano57);


  </action>



  <action name="hidepanopointspots">



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



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



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



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


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


</scene>

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




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





  <hotspot name="spotpoint149"
           ath="-2.157124" atv="-2.640000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano56"
           onclick="onclickspotpoint149"
           tooltip="spotpoint149_tooltip"
           />
  <hotspot name="spotpoint149" devices="flash" zorder="3"/>
  <hotspot name="spotpoint149" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint149">
  
        mainloadscene(pano56);


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

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




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





  <hotspot name="spotpoint151"
           ath="124.873502" atv="-3.600000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano53"
           onclick="onclickspotpoint151"
           tooltip="spotpoint151_tooltip"
           />
  <hotspot name="spotpoint151" devices="flash" zorder="3"/>
  <hotspot name="spotpoint151" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint151">
  
        mainloadscene(pano53);


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

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




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





  <hotspot name="spotpoint127"
           ath="-27.563249" atv="-2.640000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano45"
           onclick="onclickspotpoint127"
           tooltip="spotpoint127_tooltip"
           />
  <hotspot name="spotpoint127" devices="flash" zorder="3"/>
  <hotspot name="spotpoint127" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint127">
  
        mainloadscene(pano45);


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

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




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





  <hotspot name="spotpoint129"
           ath="-55.845539" atv="-3.600000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano45"
           onclick="onclickspotpoint129"
           tooltip="spotpoint129_tooltip"
           />
  <hotspot name="spotpoint129" devices="flash" zorder="3"/>
  <hotspot name="spotpoint129" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint129">
  
        mainloadscene(pano45);


  </action>







  <hotspot name="spotpoint133"
           ath="10.785619" atv="-4.560000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano50"
           onclick="onclickspotpoint133"
           tooltip="spotpoint133_tooltip"
           />
  <hotspot name="spotpoint133" devices="flash" zorder="3"/>
  <hotspot name="spotpoint133" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint133">
  
        mainloadscene(pano50);


  </action>







  <hotspot name="spotpoint139"
           ath="-154.114514" atv="-1.680000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano51"
           onclick="onclickspotpoint139"
           tooltip="spotpoint139_tooltip"
           />
  <hotspot name="spotpoint139" devices="flash" zorder="3"/>
  <hotspot name="spotpoint139" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint139">
  
        mainloadscene(pano51);


  </action>







  <hotspot name="spotpoint152"
           ath="126.790945" atv="-5.040000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano40"
           onclick="onclickspotpoint152"
           tooltip="spotpoint152_tooltip"
           />
  <hotspot name="spotpoint152" devices="flash" zorder="3"/>
  <hotspot name="spotpoint152" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint152">
  
        mainloadscene(pano40);


  </action>



  <action name="hidepanopointspots">



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



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



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



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



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



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



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



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


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


</scene>

  <krpano nofullspherepanoavailable="false" />



</krpano>

