<?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 : 07-12-2022 17-36-09 -->
  <!-- Project file : /Users/santiagosj/Desktop/Trabajo/tous/Noviembre/Luis Miguel Diaz 6078748/tour/tour.kpt -->
  <!-- Plugins and Spot Styles -->
  <include url="%FIRSTXML%/tour_skin.xml"/>
  <!-- Core actions -->
  <include url="%FIRSTXML%/tour_core.xml"/>
  <!-- Tour Messages -->
  <include url="%FIRSTXML%/tour_messages_es.xml"/>

  <action name="startup">

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

  <!-- 30 Groups -->

  <!-- Group Grupo 85 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0352" @PanoFile="/Users/santiagosj/Desktop/Trabajo/tous/Noviembre/Luis Miguel Diaz 6078748/fotos/SAM_100_0352.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano55"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0352_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="155.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="155.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0352_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_0352_55/0/1/%v_%u.jpg"/>
          <right url="sam_100_0352_55/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0352_55/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0352_55/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0352_55/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0352_55/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0352_55/0/0/%v_%u.jpg"/>
          <right url="sam_100_0352_55/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0352_55/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0352_55/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0352_55/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0352_55/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0352_55/mobile/0.jpg"/>
      <right url="sam_100_0352_55/mobile/1.jpg"/>
      <back  url="sam_100_0352_55/mobile/2.jpg"/>
      <left  url="sam_100_0352_55/mobile/3.jpg"/>
      <up    url="sam_100_0352_55/mobile/4.jpg"/>
      <down  url="sam_100_0352_55/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint130"
           ath="158.422680" atv="-9.663119"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano37"
           onclick="onclickspotpoint130"
           tooltip="spotpoint130_tooltip"
           />
  <hotspot name="spotpoint130" devices="flash" zorder="3"/>
  <hotspot name="spotpoint130" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint130">
  
        mainloadscene(pano37);lookat(114.450000, 4.950000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

  <!-- Group Grupo 67 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0334" @PanoFile="/Users/santiagosj/Desktop/Trabajo/tous/Noviembre/Luis Miguel Diaz 6078748/fotos/SAM_100_0334.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano37"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0334_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="15.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="15.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0334_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_0334_37/0/1/%v_%u.jpg"/>
          <right url="sam_100_0334_37/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0334_37/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0334_37/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0334_37/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0334_37/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0334_37/0/0/%v_%u.jpg"/>
          <right url="sam_100_0334_37/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0334_37/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0334_37/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0334_37/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0334_37/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0334_37/mobile/0.jpg"/>
      <right url="sam_100_0334_37/mobile/1.jpg"/>
      <back  url="sam_100_0334_37/mobile/2.jpg"/>
      <left  url="sam_100_0334_37/mobile/3.jpg"/>
      <up    url="sam_100_0334_37/mobile/4.jpg"/>
      <down  url="sam_100_0334_37/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint97"
           ath="15.331314" atv="-4.736878"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano40"
           onclick="onclickspotpoint97"
           tooltip="spotpoint97_tooltip"
           />
  <hotspot name="spotpoint97" devices="flash" zorder="3"/>
  <hotspot name="spotpoint97" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint97">
  
        mainloadscene(pano40);lookat(-12.150000, 1.350000, 90.000000);


  </action>





  <hotspot name="spotpoint98"
           ath="104.668915" atv="-3.600002"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano39"
           onclick="onclickspotpoint98"
           />
  <hotspot name="spotpoint98" devices="flash" zorder="3"/>
  <hotspot name="spotpoint98" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint98">
  
        mainloadscene(pano39);lookat(-45.900000, -3.150000, 90.000000);


  </action>





  <hotspot name="spotpoint131"
           ath="-74.385005" atv="-2.463121"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano55"
           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(pano55);lookat(-25.450000, 5.400000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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

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

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


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



</scene>

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






</scene>

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




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



  <hotspot name="spotpoint99"
           ath="127.003326" atv="-0.568441"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano37"
           onclick="onclickspotpoint99"
           tooltip="spotpoint99_tooltip"
           />
  <hotspot name="spotpoint99" devices="flash" zorder="3"/>
  <hotspot name="spotpoint99" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint99">
  
        mainloadscene(pano37);lookat(-71.850000, 1.800000, 90.000000);


  </action>





  <hotspot name="spotpoint128"
           ath="-114.510959" atv="-3.978902"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano56"
           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(pano56);lookat(-11.250000, 4.950000, 90.000000);


  </action>





  <hotspot name="spotpoint132"
           ath="-51.293525" atv="-6.631558"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano57"
           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(pano57);lookat(get(panoview.h), get(panoview.v), get(panoview.fov));


  </action>



  <action name="hidepanopointspots">

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

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

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

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

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

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


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



</scene>

  <!-- Group Grupo 70 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0337" @PanoFile="/Users/santiagosj/Desktop/Trabajo/tous/Noviembre/Luis Miguel Diaz 6078748/fotos/SAM_100_0337.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano40"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0337_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_0337_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_0337_40/0/1/%v_%u.jpg"/>
          <right url="sam_100_0337_40/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0337_40/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0337_40/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0337_40/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0337_40/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0337_40/0/0/%v_%u.jpg"/>
          <right url="sam_100_0337_40/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0337_40/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0337_40/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0337_40/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0337_40/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0337_40/mobile/0.jpg"/>
      <right url="sam_100_0337_40/mobile/1.jpg"/>
      <back  url="sam_100_0337_40/mobile/2.jpg"/>
      <left  url="sam_100_0337_40/mobile/3.jpg"/>
      <up    url="sam_100_0337_40/mobile/4.jpg"/>
      <down  url="sam_100_0337_40/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint100"
           ath="-154.258668" atv="-0.189541"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano37"
           onclick="onclickspotpoint100"
           tooltip="spotpoint100_tooltip"
           />
  <hotspot name="spotpoint100" devices="flash" zorder="3"/>
  <hotspot name="spotpoint100" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint100">
  
        mainloadscene(pano37);lookat(-164.550000, -0.900000, 90.000000);


  </action>





  <hotspot name="spotpoint101"
           ath="-30.851637" atv="-11.557982"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano41"
           onclick="onclickspotpoint101"
           tooltip="spotpoint101_tooltip"
           />
  <hotspot name="spotpoint101" devices="flash" zorder="3"/>
  <hotspot name="spotpoint101" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint101">
  
        mainloadscene(pano41);lookat(-134.100000, -1.800000, 90.000000);


  </action>





  <hotspot name="spotpoint124"
           ath="64.920959" atv="0.189536"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano53"
           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(pano53);lookat(8.100000, 1.800000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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

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

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


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



</scene>

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




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



  <hotspot name="spotpoint102"
           ath="128.517487" atv="8.905320"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano40"
           onclick="onclickspotpoint102"
           tooltip="spotpoint102_tooltip"
           />
  <hotspot name="spotpoint102" devices="flash" zorder="3"/>
  <hotspot name="spotpoint102" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint102">
  
        mainloadscene(pano40);lookat(165.600000, 2.250000, 90.000000);


  </action>





  <hotspot name="spotpoint103"
           ath="176.214609" atv="-8.147339"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano42"
           onclick="onclickspotpoint103"
           tooltip="spotpoint103_tooltip"
           />
  <hotspot name="spotpoint103" devices="flash" zorder="3"/>
  <hotspot name="spotpoint103" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint103">
  
        mainloadscene(pano42);lookat(147.150000, 2.250000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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


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



</scene>

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




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



  <hotspot name="spotpoint104"
           ath="24.416277" atv="-2.084221"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano43"
           onclick="onclickspotpoint104"
           tooltip="spotpoint104_tooltip"
           />
  <hotspot name="spotpoint104" devices="flash" zorder="3"/>
  <hotspot name="spotpoint104" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint104">
  
        mainloadscene(pano43);lookat(-13.950000, 0.450000, 90.000000);


  </action>





  <hotspot name="spotpoint107"
           ath="-45.993598" atv="0.568435"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano41"
           onclick="onclickspotpoint107"
           tooltip="spotpoint107_tooltip"
           />
  <hotspot name="spotpoint107" devices="flash" zorder="3"/>
  <hotspot name="spotpoint107" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint107">
  
        mainloadscene(pano41);lookat(132.750000, 8.100000, 90.000000);


  </action>





  <hotspot name="spotpoint115"
           ath="-99.368999" atv="-3.600002"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano48"
           onclick="onclickspotpoint115"
           tooltip="spotpoint115_tooltip"
           />
  <hotspot name="spotpoint115" devices="flash" zorder="3"/>
  <hotspot name="spotpoint115" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint115">
  
        mainloadscene(pano48);lookat(-42.300000, 4.500000, 90.000000);


  </action>





  <hotspot name="spotpoint117"
           ath="92.933650" atv="-4.736878"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano50"
           onclick="onclickspotpoint117"
           tooltip="spotpoint117_tooltip"
           />
  <hotspot name="spotpoint117" devices="flash" zorder="3"/>
  <hotspot name="spotpoint117" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint117">
  
        mainloadscene(pano50);lookat(-97.200000, 2.700000, 90.000000);


  </action>





  <hotspot name="spotpoint120"
           ath="-163.722384" atv="-5.494682"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano51"
           onclick="onclickspotpoint120"
           tooltip="spotpoint120_tooltip"
           />
  <hotspot name="spotpoint120" devices="flash" zorder="3"/>
  <hotspot name="spotpoint120" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint120">
  
        mainloadscene(pano51);lookat(-138.150000, 2.700000, 90.000000);


  </action>





  <hotspot name="spotpoint122"
           ath="165.615120" atv="-4.357978"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano52"
           onclick="onclickspotpoint122"
           tooltip="spotpoint122_tooltip"
           />
  <hotspot name="spotpoint122" devices="flash" zorder="3"/>
  <hotspot name="spotpoint122" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint122">
  
        mainloadscene(pano52);lookat(-96.300000, 10.800000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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

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

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

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

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

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

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

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

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


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



</scene>

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




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



  <hotspot name="spotpoint105"
           ath="-19.495443" atv="3.221097"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano44"
           onclick="onclickspotpoint105"
           tooltip="spotpoint105_tooltip"
           />
  <hotspot name="spotpoint105" devices="flash" zorder="3"/>
  <hotspot name="spotpoint105" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint105">
  
        mainloadscene(pano44);lookat(103.500000, 1.800000, 90.000000);


  </action>





  <hotspot name="spotpoint106"
           ath="144.416528" atv="-2.463121"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano42"
           onclick="onclickspotpoint106"
           tooltip="spotpoint106_tooltip"
           />
  <hotspot name="spotpoint106" devices="flash" zorder="3"/>
  <hotspot name="spotpoint106" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint106">
  
        mainloadscene(pano42);lookat(-125.550000, 1.800000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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


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



</scene>

  <!-- Group Grupo 74 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0341" @PanoFile="/Users/santiagosj/Desktop/Trabajo/tous/Noviembre/Luis Miguel Diaz 6078748/fotos/SAM_100_0341.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano44"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0341_44/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano44_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0341_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_0341_44/0/1/%v_%u.jpg"/>
          <right url="sam_100_0341_44/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0341_44/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0341_44/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0341_44/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0341_44/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0341_44/0/0/%v_%u.jpg"/>
          <right url="sam_100_0341_44/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0341_44/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0341_44/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0341_44/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0341_44/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0341_44/mobile/0.jpg"/>
      <right url="sam_100_0341_44/mobile/1.jpg"/>
      <back  url="sam_100_0341_44/mobile/2.jpg"/>
      <left  url="sam_100_0341_44/mobile/3.jpg"/>
      <up    url="sam_100_0341_44/mobile/4.jpg"/>
      <down  url="sam_100_0341_44/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint108"
           ath="-74.006277" atv="1.705316"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano37"
           onclick="onclickspotpoint108"
           tooltip="spotpoint108_tooltip"
           />
  <hotspot name="spotpoint108" devices="flash" zorder="3"/>
  <hotspot name="spotpoint108" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint108">
  
        mainloadscene(pano37);lookat(get(panoview.h), get(panoview.v), get(panoview.fov));


  </action>





  <hotspot name="spotpoint109"
           ath="73.627925" atv="-1.705322"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano46"
           onclick="onclickspotpoint109"
           tooltip="spotpoint109_tooltip"
           />
  <hotspot name="spotpoint109" devices="flash" zorder="3"/>
  <hotspot name="spotpoint109" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint109">
  
        mainloadscene(pano46);lookat(149.850000, 2.700000, 90.000000);


  </action>





  <hotspot name="spotpoint110"
           ath="120.946319" atv="-1.705322"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano45"
           onclick="onclickspotpoint110"
           tooltip="spotpoint110_tooltip"
           />
  <hotspot name="spotpoint110" devices="flash" zorder="3"/>
  <hotspot name="spotpoint110" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint110">
  
        mainloadscene(pano45);lookat(77.850000, 2.250000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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

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

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


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



</scene>

  <!-- Group Grupo 75 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0342" @PanoFile="/Users/santiagosj/Desktop/Trabajo/tous/Noviembre/Luis Miguel Diaz 6078748/fotos/SAM_100_0342.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano45"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0342_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_0342_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_0342_45/0/1/%v_%u.jpg"/>
          <right url="sam_100_0342_45/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0342_45/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0342_45/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0342_45/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0342_45/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0342_45/0/0/%v_%u.jpg"/>
          <right url="sam_100_0342_45/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0342_45/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0342_45/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0342_45/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0342_45/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0342_45/mobile/0.jpg"/>
      <right url="sam_100_0342_45/mobile/1.jpg"/>
      <back  url="sam_100_0342_45/mobile/2.jpg"/>
      <left  url="sam_100_0342_45/mobile/3.jpg"/>
      <up    url="sam_100_0342_45/mobile/4.jpg"/>
      <down  url="sam_100_0342_45/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint111"
           ath="-84.984119" atv="-0.568441"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano44"
           onclick="onclickspotpoint111"
           tooltip="spotpoint111_tooltip"
           />
  <hotspot name="spotpoint111" devices="flash" zorder="3"/>
  <hotspot name="spotpoint111" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint111">
  
        mainloadscene(pano44);lookat(-79.200000, 0.450000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

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




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



  <hotspot name="spotpoint112"
           ath="-35.015756" atv="0.568435"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano44"
           onclick="onclickspotpoint112"
           tooltip="spotpoint112_tooltip"
           />
  <hotspot name="spotpoint112" devices="flash" zorder="3"/>
  <hotspot name="spotpoint112" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint112">
  
        mainloadscene(pano44);lookat(-81.000000, -2.700000, 90.000000);


  </action>





  <hotspot name="spotpoint113"
           ath="178.864202" atv="-10.421101"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano47"
           onclick="onclickspotpoint113"
           tooltip="spotpoint113_tooltip"
           />
  <hotspot name="spotpoint113" devices="flash" zorder="3"/>
  <hotspot name="spotpoint113" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint113">
  
        mainloadscene(pano47);lookat(92.700000, -0.450000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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


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



</scene>

  <!-- Group Grupo 77 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0344" @PanoFile="/Users/santiagosj/Desktop/Trabajo/tous/Noviembre/Luis Miguel Diaz 6078748/fotos/SAM_100_0344.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano47"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0344_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_0344_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_0344_47/0/1/%v_%u.jpg"/>
          <right url="sam_100_0344_47/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0344_47/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0344_47/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0344_47/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0344_47/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0344_47/0/0/%v_%u.jpg"/>
          <right url="sam_100_0344_47/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0344_47/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0344_47/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0344_47/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0344_47/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0344_47/mobile/0.jpg"/>
      <right url="sam_100_0344_47/mobile/1.jpg"/>
      <back  url="sam_100_0344_47/mobile/2.jpg"/>
      <left  url="sam_100_0344_47/mobile/3.jpg"/>
      <up    url="sam_100_0344_47/mobile/4.jpg"/>
      <down  url="sam_100_0344_47/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint114"
           ath="-92.176559" atv="0.189536"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano46"
           onclick="onclickspotpoint114"
           tooltip="spotpoint114_tooltip"
           />
  <hotspot name="spotpoint114" devices="flash" zorder="3"/>
  <hotspot name="spotpoint114" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint114">
  
        mainloadscene(pano46);lookat(-27.000000, -1.800000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

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




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



  <hotspot name="spotpoint116"
           ath="168.643441" atv="-2.084221"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano42"
           onclick="onclickspotpoint116"
           tooltip="spotpoint116_tooltip"
           />
  <hotspot name="spotpoint116" devices="flash" zorder="3"/>
  <hotspot name="spotpoint116" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint116">
  
        mainloadscene(pano42);lookat(53.550000, 0.450000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

  <!-- Group Grupo 79 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0346" @PanoFile="/Users/santiagosj/Desktop/Trabajo/tous/Noviembre/Luis Miguel Diaz 6078748/fotos/SAM_100_0346.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano49"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0346_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_0346_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_0346_49/0/1/%v_%u.jpg"/>
          <right url="sam_100_0346_49/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0346_49/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0346_49/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0346_49/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0346_49/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0346_49/0/0/%v_%u.jpg"/>
          <right url="sam_100_0346_49/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0346_49/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0346_49/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0346_49/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0346_49/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0346_49/mobile/0.jpg"/>
      <right url="sam_100_0346_49/mobile/1.jpg"/>
      <back  url="sam_100_0346_49/mobile/2.jpg"/>
      <left  url="sam_100_0346_49/mobile/3.jpg"/>
      <up    url="sam_100_0346_49/mobile/4.jpg"/>
      <down  url="sam_100_0346_49/mobile/5.jpg"/>
    </image>






</scene>

  <!-- Group Grupo 80 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0347" @PanoFile="/Users/santiagosj/Desktop/Trabajo/tous/Noviembre/Luis Miguel Diaz 6078748/fotos/SAM_100_0347.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano50"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0347_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_0347_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_0347_50/0/1/%v_%u.jpg"/>
          <right url="sam_100_0347_50/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0347_50/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0347_50/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0347_50/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0347_50/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0347_50/0/0/%v_%u.jpg"/>
          <right url="sam_100_0347_50/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0347_50/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0347_50/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0347_50/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0347_50/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0347_50/mobile/0.jpg"/>
      <right url="sam_100_0347_50/mobile/1.jpg"/>
      <back  url="sam_100_0347_50/mobile/2.jpg"/>
      <left  url="sam_100_0347_50/mobile/3.jpg"/>
      <up    url="sam_100_0347_50/mobile/4.jpg"/>
      <down  url="sam_100_0347_50/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint119"
           ath="100.126090" atv="0.947335"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano42"
           onclick="onclickspotpoint119"
           tooltip="spotpoint119_tooltip"
           />
  <hotspot name="spotpoint119" devices="flash" zorder="3"/>
  <hotspot name="spotpoint119" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint119">
  
        mainloadscene(pano42);lookat(-128.700000, 0.900000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

  <!-- Group Grupo 81 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0348" @PanoFile="/Users/santiagosj/Desktop/Trabajo/tous/Noviembre/Luis Miguel Diaz 6078748/fotos/SAM_100_0348.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano51"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0348_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_0348_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_0348_51/0/1/%v_%u.jpg"/>
          <right url="sam_100_0348_51/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0348_51/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0348_51/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0348_51/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0348_51/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0348_51/0/0/%v_%u.jpg"/>
          <right url="sam_100_0348_51/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0348_51/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0348_51/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0348_51/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0348_51/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0348_51/mobile/0.jpg"/>
      <right url="sam_100_0348_51/mobile/1.jpg"/>
      <back  url="sam_100_0348_51/mobile/2.jpg"/>
      <left  url="sam_100_0348_51/mobile/3.jpg"/>
      <up    url="sam_100_0348_51/mobile/4.jpg"/>
      <down  url="sam_100_0348_51/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint121"
           ath="34.258676" atv="-0.189541"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano42"
           onclick="onclickspotpoint121"
           tooltip="spotpoint121_tooltip"
           />
  <hotspot name="spotpoint121" devices="flash" zorder="3"/>
  <hotspot name="spotpoint121" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint121">
  
        mainloadscene(pano42);lookat(54.900000, 1.350000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

  <!-- Group Grupo 82 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0349" @PanoFile="/Users/santiagosj/Desktop/Trabajo/tous/Noviembre/Luis Miguel Diaz 6078748/fotos/SAM_100_0349.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano52"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0349_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_0349_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_0349_52/0/1/%v_%u.jpg"/>
          <right url="sam_100_0349_52/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0349_52/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0349_52/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0349_52/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0349_52/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0349_52/0/0/%v_%u.jpg"/>
          <right url="sam_100_0349_52/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0349_52/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0349_52/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0349_52/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0349_52/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0349_52/mobile/0.jpg"/>
      <right url="sam_100_0349_52/mobile/1.jpg"/>
      <back  url="sam_100_0349_52/mobile/2.jpg"/>
      <left  url="sam_100_0349_52/mobile/3.jpg"/>
      <up    url="sam_100_0349_52/mobile/4.jpg"/>
      <down  url="sam_100_0349_52/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint123"
           ath="66.435485" atv="-3.600002"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano42"
           onclick="onclickspotpoint123"
           tooltip="spotpoint123_tooltip"
           />
  <hotspot name="spotpoint123" devices="flash" zorder="3"/>
  <hotspot name="spotpoint123" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint123">
  
        mainloadscene(pano42);lookat(-33.300000, 0.450000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

  <!-- Group Grupo 83 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0350" @PanoFile="/Users/santiagosj/Desktop/Trabajo/tous/Noviembre/Luis Miguel Diaz 6078748/fotos/SAM_100_0350.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano53"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0350_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_0350_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_0350_53/0/1/%v_%u.jpg"/>
          <right url="sam_100_0350_53/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0350_53/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0350_53/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0350_53/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0350_53/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0350_53/0/0/%v_%u.jpg"/>
          <right url="sam_100_0350_53/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0350_53/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0350_53/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0350_53/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0350_53/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0350_53/mobile/0.jpg"/>
      <right url="sam_100_0350_53/mobile/1.jpg"/>
      <back  url="sam_100_0350_53/mobile/2.jpg"/>
      <left  url="sam_100_0350_53/mobile/3.jpg"/>
      <up    url="sam_100_0350_53/mobile/4.jpg"/>
      <down  url="sam_100_0350_53/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint125"
           ath="173.943357" atv="1.326245"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano40"
           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(pano40);lookat(-100.350000, 3.150000, 90.000000);


  </action>





  <hotspot name="spotpoint126"
           ath="28.580396" atv="-1.705322"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano56"
           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(pano56);lookat(75.150000, 5.850000, 90.000000);


  </action>





  <hotspot name="spotpoint129"
           ath="-143.659439" atv="3.221097"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano54"
           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(pano54);lookat(-94.500000, 4.500000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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

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

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


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



</scene>

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






</scene>

  <!-- Group Grupo 86 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0353" @PanoFile="/Users/santiagosj/Desktop/Trabajo/tous/Noviembre/Luis Miguel Diaz 6078748/fotos/SAM_100_0353.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano56"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0353_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_0353_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_0353_56/0/1/%v_%u.jpg"/>
          <right url="sam_100_0353_56/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0353_56/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0353_56/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0353_56/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0353_56/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0353_56/0/0/%v_%u.jpg"/>
          <right url="sam_100_0353_56/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0353_56/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0353_56/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0353_56/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0353_56/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0353_56/mobile/0.jpg"/>
      <right url="sam_100_0353_56/mobile/1.jpg"/>
      <back  url="sam_100_0353_56/mobile/2.jpg"/>
      <left  url="sam_100_0353_56/mobile/3.jpg"/>
      <up    url="sam_100_0353_56/mobile/4.jpg"/>
      <down  url="sam_100_0353_56/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint127"
           ath="-138.359520" atv="-3.221102"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano39"
           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(pano39);lookat(39.150000, 6.750000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

  <!-- Group Grupo 87 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0354" @PanoFile="/Users/santiagosj/Desktop/Trabajo/tous/Noviembre/Luis Miguel Diaz 6078748/fotos/SAM_100_0354.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano57"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0354_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_0354_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_0354_57/0/1/%v_%u.jpg"/>
          <right url="sam_100_0354_57/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0354_57/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0354_57/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0354_57/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0354_57/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0354_57/0/0/%v_%u.jpg"/>
          <right url="sam_100_0354_57/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0354_57/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0354_57/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0354_57/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0354_57/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0354_57/mobile/0.jpg"/>
      <right url="sam_100_0354_57/mobile/1.jpg"/>
      <back  url="sam_100_0354_57/mobile/2.jpg"/>
      <left  url="sam_100_0354_57/mobile/3.jpg"/>
      <up    url="sam_100_0354_57/mobile/4.jpg"/>
      <down  url="sam_100_0354_57/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint133"
           ath="45.236528" atv="-14.589538"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano55"
           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(pano55);lookat(get(panoview.h), get(panoview.v), get(panoview.fov));


  </action>





  <hotspot name="spotpoint134"
           ath="0.189364" atv="-1.705322"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano58"
           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(pano58);lookat(-165.600000, 1.800000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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


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



</scene>

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




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



  <hotspot name="spotpoint135"
           ath="101.261888" atv="-6.631558"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano59"
           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(pano59);lookat(-21.150000, 3.600000, 90.000000);


  </action>





  <hotspot name="spotpoint142"
           ath="-166.372236" atv="-0.568441"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano66"
           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(pano66);lookat(0.000000, 0.000000, 90.000000);


  </action>





  <hotspot name="spotpoint145"
           ath="6.246006" atv="1.705316"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano57"
           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(pano57);lookat(176.850000, 7.200000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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

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

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


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



</scene>

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




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



  <hotspot name="spotpoint136"
           ath="-161.451108" atv="0.189536"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano58"
           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(pano58);lookat(-70.650000, 0.900000, 90.000000);


  </action>





  <hotspot name="spotpoint137"
           ath="-6.624724" atv="-0.568441"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano60"
           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(pano60);lookat(31.950000, -3.600000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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


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



</scene>

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




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



  <hotspot name="spotpoint138"
           ath="-74.763358" atv="-0.568441"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano62"
           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(pano62);lookat(-12.600000, -1.350000, 90.000000);


  </action>





  <hotspot name="spotpoint139"
           ath="-27.823316" atv="-0.947340"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano63"
           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(pano63);lookat(-18.450000, 0.450000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

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


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



</scene>

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






</scene>

  <!-- Group Grupo 92 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0359" @PanoFile="/Users/santiagosj/Desktop/Trabajo/tous/Noviembre/Luis Miguel Diaz 6078748/fotos/SAM_100_0359.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano62"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0359_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_0359_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_0359_62/0/1/%v_%u.jpg"/>
          <right url="sam_100_0359_62/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0359_62/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0359_62/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0359_62/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0359_62/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0359_62/0/0/%v_%u.jpg"/>
          <right url="sam_100_0359_62/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0359_62/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0359_62/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0359_62/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0359_62/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0359_62/mobile/0.jpg"/>
      <right url="sam_100_0359_62/mobile/1.jpg"/>
      <back  url="sam_100_0359_62/mobile/2.jpg"/>
      <left  url="sam_100_0359_62/mobile/3.jpg"/>
      <up    url="sam_100_0359_62/mobile/4.jpg"/>
      <down  url="sam_100_0359_62/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint141"
           ath="140.630751" atv="-2.842020"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano55"
           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(pano55);lookat(get(panoview.h), get(panoview.v), get(panoview.fov));


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

  <!-- Group Grupo 93 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0360" @PanoFile="/Users/santiagosj/Desktop/Trabajo/tous/Noviembre/Luis Miguel Diaz 6078748/fotos/SAM_100_0360.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano63"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0360_63/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano63_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_0360_63/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_0360_63/0/1/%v_%u.jpg"/>
          <right url="sam_100_0360_63/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0360_63/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0360_63/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0360_63/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0360_63/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0360_63/0/0/%v_%u.jpg"/>
          <right url="sam_100_0360_63/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0360_63/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0360_63/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0360_63/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0360_63/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0360_63/mobile/0.jpg"/>
      <right url="sam_100_0360_63/mobile/1.jpg"/>
      <back  url="sam_100_0360_63/mobile/2.jpg"/>
      <left  url="sam_100_0360_63/mobile/3.jpg"/>
      <up    url="sam_100_0360_63/mobile/4.jpg"/>
      <down  url="sam_100_0360_63/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint140"
           ath="134.195402" atv="-2.463121"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano55"
           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(pano55);lookat(get(panoview.h), get(panoview.v), get(panoview.fov));


  </action>



  <action name="hidepanopointspots">

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

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


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



</scene>

  <!-- Group Grupo 94 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0361" @PanoFile="/Users/santiagosj/Desktop/Trabajo/tous/Noviembre/Luis Miguel Diaz 6078748/fotos/SAM_100_0361.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano64"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0361_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_0361_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_0361_64/0/1/%v_%u.jpg"/>
          <right url="sam_100_0361_64/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0361_64/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0361_64/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0361_64/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0361_64/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0361_64/0/0/%v_%u.jpg"/>
          <right url="sam_100_0361_64/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0361_64/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0361_64/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0361_64/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0361_64/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0361_64/mobile/0.jpg"/>
      <right url="sam_100_0361_64/mobile/1.jpg"/>
      <back  url="sam_100_0361_64/mobile/2.jpg"/>
      <left  url="sam_100_0361_64/mobile/3.jpg"/>
      <up    url="sam_100_0361_64/mobile/4.jpg"/>
      <down  url="sam_100_0361_64/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint143"
           ath="-132.302878" atv="-1.326240"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano65"
           onclick="onclickspotpoint143"
           tooltip="spotpoint143_tooltip"
           />
  <hotspot name="spotpoint143" devices="flash" zorder="3"/>
  <hotspot name="spotpoint143" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint143">
  
        mainloadscene(pano65);lookat(21.600000, -3.150000, 90.000000);


  </action>





  <hotspot name="spotpoint147"
           ath="105.047278" atv="-10.042019"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano66"
           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(pano66);lookat(get(panoview.h), get(panoview.v), get(panoview.fov));


  </action>



  <action name="hidepanopointspots">

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

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

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

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


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



</scene>

  <!-- Group Grupo 95 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0362" @PanoFile="/Users/santiagosj/Desktop/Trabajo/tous/Noviembre/Luis Miguel Diaz 6078748/fotos/SAM_100_0362.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano65"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0362_65/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano65_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="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_0362_65/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0362_65/0/1/%v_%u.jpg"/>
          <right url="sam_100_0362_65/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0362_65/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0362_65/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0362_65/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0362_65/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0362_65/0/0/%v_%u.jpg"/>
          <right url="sam_100_0362_65/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0362_65/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0362_65/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0362_65/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0362_65/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0362_65/mobile/0.jpg"/>
      <right url="sam_100_0362_65/mobile/1.jpg"/>
      <back  url="sam_100_0362_65/mobile/2.jpg"/>
      <left  url="sam_100_0362_65/mobile/3.jpg"/>
      <up    url="sam_100_0362_65/mobile/4.jpg"/>
      <down  url="sam_100_0362_65/mobile/5.jpg"/>
    </image>






</scene>

  <!-- Group Grupo 96 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0363" @PanoFile="/Users/santiagosj/Desktop/Trabajo/tous/Noviembre/Luis Miguel Diaz 6078748/fotos/SAM_100_0363.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano66"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0363_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_0363_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_0363_66/0/1/%v_%u.jpg"/>
          <right url="sam_100_0363_66/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0363_66/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0363_66/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0363_66/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0363_66/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0363_66/0/0/%v_%u.jpg"/>
          <right url="sam_100_0363_66/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0363_66/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0363_66/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0363_66/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0363_66/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0363_66/mobile/0.jpg"/>
      <right url="sam_100_0363_66/mobile/1.jpg"/>
      <back  url="sam_100_0363_66/mobile/2.jpg"/>
      <left  url="sam_100_0363_66/mobile/3.jpg"/>
      <up    url="sam_100_0363_66/mobile/4.jpg"/>
      <down  url="sam_100_0363_66/mobile/5.jpg"/>
    </image>




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



  <hotspot name="spotpoint144"
           ath="9.653034" atv="1.705316"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano58"
           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(pano58);lookat(13.500000, 4.950000, 90.000000);


  </action>





  <hotspot name="spotpoint146"
           ath="-162.586764" atv="-4.736878"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano64"
           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(pano64);lookat(-37.350000, -1.350000, 90.000000);


  </action>



  <action name="hidepanopointspots">

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

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

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

  
  set(hotspot[spotpoint146].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>

