<?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 : 09-09-2022 09-50-30 -->
  <!-- Project file : D:\CASA360\Tours\SEPTIEMBRE\Anny Gomez 5533228\tour\tour.kpt -->
  <!-- Plugins and Spot Styles -->
  <include url="%FIRSTXML%/tour_skin_vr.xml"/>
  <!-- Core actions -->
  <include url="%FIRSTXML%/tour_core_vr.xml"/>
  <!-- Tour Messages -->
  <include url="%FIRSTXML%/tour_messages_es.xml"/>

  <action name="startup">

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

  <!-- 6 Groups -->

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




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





  <hotspot name="spotpoint58"
           ath="171.851041" atv="-5.999941"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano12"
           onclick="onclickspotpoint58"
           tooltip="spotpoint58_tooltip"
           />
  <hotspot name="spotpoint58" devices="flash" zorder="3"/>
  <hotspot name="spotpoint58" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint58">
  
        mainloadscene(pano12);


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

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




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





  <hotspot name="spotpoint55"
           ath="171.851041" atv="-3.600002"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano12"
           onclick="onclickspotpoint55"
           tooltip="spotpoint55_tooltip"
           />
  <hotspot name="spotpoint55" devices="flash" zorder="3"/>
  <hotspot name="spotpoint55" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint55">
  
        mainloadscene(pano12);


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

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




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





  <hotspot name="spotpoint54"
           ath="104.261048" atv="-4.559938"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano11"
           onclick="onclickspotpoint54"
           tooltip="spotpoint54_tooltip"
           />
  <hotspot name="spotpoint54" devices="flash" zorder="3"/>
  <hotspot name="spotpoint54" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint54">
  
        mainloadscene(pano11);


  </action>







  <hotspot name="spotpoint56"
           ath="177.603114" atv="-6.960059"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano13"
           onclick="onclickspotpoint56"
           tooltip="spotpoint56_tooltip"
           />
  <hotspot name="spotpoint56" devices="flash" zorder="3"/>
  <hotspot name="spotpoint56" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint56">
  
        mainloadscene(pano13);


  </action>







  <hotspot name="spotpoint59"
           ath="20.372751" atv="-5.039999"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano15"
           onclick="onclickspotpoint59"
           tooltip="spotpoint59_tooltip"
           />
  <hotspot name="spotpoint59" devices="flash" zorder="3"/>
  <hotspot name="spotpoint59" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint59">
  
        mainloadscene(pano15);


  </action>



  <action name="hidepanopointspots">



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



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



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



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



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



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


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


</scene>

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




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





  <hotspot name="spotpoint57"
           ath="-76.937395" atv="-2.640061"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano12"
           onclick="onclickspotpoint57"
           tooltip="spotpoint57_tooltip"
           />
  <hotspot name="spotpoint57" devices="flash" zorder="3"/>
  <hotspot name="spotpoint57" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint57">
  
        mainloadscene(pano12);


  </action>







  <hotspot name="spotpoint131"
           ath="-125.822785" atv="-0.760563"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano127"
           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(pano127);


  </action>



  <action name="hidepanopointspots">



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



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



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



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


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


</scene>

  <!-- Group Grupo 129 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0036" @PanoFile="D:/CASA360/Tours/SEPTIEMBRE/Anny Gomez 5533228/fotos/SAM_100_0036.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano127"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0036_127/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano127_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_0036_127/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_0036_127/0/1/%v_%u.jpg"/>
          <right url="sam_100_0036_127/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0036_127/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0036_127/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0036_127/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0036_127/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0036_127/0/0/%v_%u.jpg"/>
          <right url="sam_100_0036_127/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0036_127/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0036_127/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0036_127/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0036_127/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0036_127/mobile/0.jpg"/>
      <right url="sam_100_0036_127/mobile/1.jpg"/>
      <back  url="sam_100_0036_127/mobile/2.jpg"/>
      <left  url="sam_100_0036_127/mobile/3.jpg"/>
      <up    url="sam_100_0036_127/mobile/4.jpg"/>
      <down  url="sam_100_0036_127/mobile/5.jpg"/>
    </image>




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





  <hotspot name="spotpoint132"
           ath="129.667111" atv="-4.560000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano13"
           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(pano13);


  </action>







  <hotspot name="spotpoint133"
           ath="168.015979" atv="-2.160000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano128"
           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(pano128);


  </action>



  <action name="hidepanopointspots">



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



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



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



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


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


</scene>

  <!-- Group Grupo 130 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0037" @PanoFile="D:/CASA360/Tours/SEPTIEMBRE/Anny Gomez 5533228/fotos/SAM_100_0037.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano128"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0037_128/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano128_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_0037_128/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_0037_128/0/1/%v_%u.jpg"/>
          <right url="sam_100_0037_128/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0037_128/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0037_128/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0037_128/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0037_128/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0037_128/0/0/%v_%u.jpg"/>
          <right url="sam_100_0037_128/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0037_128/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0037_128/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0037_128/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0037_128/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0037_128/mobile/0.jpg"/>
      <right url="sam_100_0037_128/mobile/1.jpg"/>
      <back  url="sam_100_0037_128/mobile/2.jpg"/>
      <left  url="sam_100_0037_128/mobile/3.jpg"/>
      <up    url="sam_100_0037_128/mobile/4.jpg"/>
      <down  url="sam_100_0037_128/mobile/5.jpg"/>
    </image>




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





  <hotspot name="spotpoint134"
           ath="169.454061" atv="-4.080000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano127"
           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(pano127);


  </action>



  <action name="hidepanopointspots">



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



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


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


</scene>

  <krpano nofullspherepanoavailable="false" />



</krpano>

