<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js' type='text/javascript'></script> <div class="slideshow-container"> <div class="mySlides fade"> <div class="numbertext">1 / 13</div> <img id="imagen1" src="" style="width: 100%;" /> <div class="text" id="text1"></div> </div> <div class="mySlides fade"> <div class="numbertext">2 / 13</div> <img id="imagen2" src="" style="width: 100%;" /> <div class="text" id="text2"></div> </div> <div class="mySlides fade"> <div class="numbertext">3 / 13</div> <img id="imagen3" src="" style="width: 100%;" /> <div class="text" id="text3"></div> </div> <div class="mySlides fade"> <div class="numbertext">4 / 13</div> <img id="imagen4" src="" style="width: 100%;" /> <div class="text" id="text4"></div> </div> <div class="mySlides fade"> <div class="numbertext">5 / 13</div> <img id="imagen5" src="" style="width: 100%;" /> <div class="text" id="text5"></div> </div> <div class="mySlides fade"> <div class="numbertext">6 / 13</div> <img id="imagen6" src="" style="width: 100%;" /> <div class="text" id="text6"></div> </div> <div class="mySlides fade"> <div class="numbertext">7 / 13</div> <img id="imagen7" src="" style="width: 100%;" /> <div class="text" id="text7"></div> </div> <div class="mySlides fade"> <div class="numbertext">8 / 13</div> <img id="imagen8" src="" style="width: 100%;" /> <div class="text" id="text8"></div> </div> <div class="mySlides fade"> <div class="numbertext">9 / 13</div> <img id="imagen9" src="" style="width: 100%;" /> <div class="text" id="text9"></div> </div> <div class="mySlides fade"> <div class="numbertext">10 / 13</div> <img id="imagen10" src="" style="width: 100%;" /> <div class="text" id="text10"></div> </div> <div class="mySlides fade"> <div class="numbertext">11 / 13</div> <img id="imagen11" src="" style="width: 100%;" /> <div class="text" id="text11"></div> </div> <div class="mySlides fade"> <div class="numbertext">12 / 13</div> <img id="imagen12" src="" style="width: 100%;" /> <div class="text" id="text12"></div> </div> <div class="mySlides fade"> <div class="numbertext">13 / 13</div> <img id="imagen13" src="" style="width: 100%;" /> <div class="text" id="text13">ssssssssssssssss</div>dddddddddd </div> <a class="prev" onclick="plusSlides(-1)">❮</a> <a class="next" onclick="plusSlides(1)">❯</a> </div> <br /> <div style="text-align: center;"> <span class="dot" onclick="currentSlide(1)"></span> <span class="dot" onclick="currentSlide(2)"></span> <span class="dot" onclick="currentSlide(3)"></span> <span class="dot" onclick="currentSlide(4)"></span> <span class="dot" onclick="currentSlide(5)"></span> <span class="dot" onclick="currentSlide(6)"></span> <span class="dot" onclick="currentSlide(7)"></span> <span class="dot" onclick="currentSlide(8)"></span> <span class="dot" onclick="currentSlide(9)"></span> <span class="dot" onclick="currentSlide(10)"></span> <span class="dot" onclick="currentSlide(11)"></span> <span class="dot" onclick="currentSlide(12)"></span> <span class="dot" onclick="currentSlide(13)"></span> </div> <script> var slideIndex = 1; showSlides(slideIndex); function plusSlides(n) { showSlides((slideIndex += n)); } function currentSlide(n) { showSlides((slideIndex = n)); } function showSlides(n) { var i; var slides = document.getElementsByClassName("mySlides"); var dots = document.getElementsByClassName("dot"); if (n > slides.length) { slideIndex = 1; } if (n < 1) { slideIndex = slides.length; } for (i = 0; i < slides.length; i++) { slides[i].style.display = "none"; } for (i = 0; i < dots.length; i++) { dots[i].className = dots[i].className.replace(" active", ""); } slides[slideIndex - 1].style.display = "block"; dots[slideIndex - 1].className += " active"; } $(document).ready(function () { document.getElementById("imagen1").src = "https://static.puertos.es/pred_simplificada/Predolas/Mapas/Med/hs00.gif"; document.getElementById("imagen2").src = "https://static.puertos.es/pred_simplificada/Predolas/Mapas/Med/hs06.gif"; document.getElementById("imagen3").src = "https://static.puertos.es/pred_simplificada/Predolas/Mapas/Med/hs12.gif"; document.getElementById("imagen4").src = "https://static.puertos.es/pred_simplificada/Predolas/Mapas/Med/hs18.gif"; document.getElementById("imagen5").src = "https://static.puertos.es/pred_simplificada/Predolas/Mapas/Med/hs24.gif"; document.getElementById("imagen6").src = "https://static.puertos.es/pred_simplificada/Predolas/Mapas/Med/hs30.gif"; document.getElementById("imagen7").src = "https://static.puertos.es/pred_simplificada/Predolas/Mapas/Med/hs36.gif"; document.getElementById("imagen8").src = "https://static.puertos.es/pred_simplificada/Predolas/Mapas/Med/hs42.gif"; document.getElementById("imagen9").src = "https://static.puertos.es/pred_simplificada/Predolas/Mapas/Med/hs48.gif"; document.getElementById("imagen10").src = "https://static.puertos.es/pred_simplificada/Predolas/Mapas/Med/hs54.gif"; document.getElementById("imagen11").src = "https://static.puertos.es/pred_simplificada/Predolas/Mapas/Med/hs60.gif"; document.getElementById("imagen12").src = "https://static.puertos.es/pred_simplificada/Predolas/Mapas/Med/hs66.gif"; document.getElementById("imagen13").src = "https://static.puertos.es/pred_simplificada/Predolas/Mapas/Med/hs72.gif"; $("#text1").html("<b>Predicción de oleaje de Puertos del Estado/AEMET Mediterraneo 00 horas</b>"); $("#text2").html("<b>Predicción de oleaje de Puertos del Estado/AEMET Mediterraneo 06 horas</b>"); $("#text3").html("<b>Predicción de oleaje de Puertos del Estado/AEMET Mediterraneo 12 horas</b>"); $("#text4").html("<b>Predicción de oleaje de Puertos del Estado/AEMET Mediterraneo 18 horas</b>"); $("#text5").html("<b>Predicción de oleaje de Puertos del Estado/AEMET Mediterraneo 24 horas</b>"); $("#text6").html("<b>Predicción de oleaje de Puertos del Estado/AEMET Mediterraneo 30 horas</b>"); $("#text7").html("<b>Predicción de oleaje de Puertos del Estado/AEMET Mediterraneo 36 horas</b>"); $("#text8").html("<b>Predicción de oleaje de Puertos del Estado/AEMET Mediterraneo 42 horas</b>"); $("#text9").html("<b>Predicción de oleaje de Puertos del Estado/AEMET Mediterraneo 48 horas</b>"); $("#text10").html("<b>Predicción de oleaje de Puertos del Estado/AEMET Mediterraneo 54 horas</b>"); $("#text11").html("<b>Predicción de oleaje de Puertos del Estado/AEMET Mediterraneo 60 horas</b>"); $("#text12").html("<b>Predicción de oleaje de Puertos del Estado/AEMET Mediterraneo 66 horas</b>"); $("#text13").html("<b>Predicción de oleaje de Puertos del Estado/AEMET Mediterraneo 72 horas</b>"); }); </script>
Previsión del viento en la zona del Mediterraneo para los próximos 3 días. Pincha en la imagen para ampliarla.
<div class="separator" style="clear: both;"><a href="https://detectia.net/json/fnmoc-www3-europe1-0.gif" style="display: block; padding: 1em 0; text-align: center; "><img alt="Previsión oleaje Mediterráneo fnmoc www3" border="0" data-original-height="600" data-original-width="800" src="https://detectia.net/json/fnmoc-www3-europe1-0.gif" /></a></div><br><br> <div class="separator" style="clear: both;"><a href="https://detectia.net/json/fnmoc-www3-europe1-1.gif" style="display: block; padding: 1em 0; text-align: center; "><img alt="Previsión oleaje Mediterráneo fnmoc www3" border="0" data-original-height="600" data-original-width="800" src="https://detectia.net/json/fnmoc-www3-europe1-1.gif" /></a></div><br><br> <div class="separator" style="clear: both;"><a href="https://detectia.net/json/fnmoc-www3-europe1-2.gif" style="display: block; padding: 1em 0; text-align: center; "><img alt="Previsión oleaje Mediterráneo fnmoc www3" border="0" data-original-height="600" data-original-width="800" src="https://detectia.net/json/fnmoc-www3-europe1-2.gif" /></a></div><br><br> <div class="separator" style="clear: both;"><a href="https://detectia.net/json/fnmoc-www3-europe1-3.gif" style="display: block; padding: 1em 0; text-align: center; "><img alt="Previsión oleaje Mediterráneo fnmoc www3" border="0" data-original-height="600" data-original-width="800" src="https://detectia.net/json/fnmoc-www3-europe1-3.gif" /></a></div><br><br> <div class="separator" style="clear: both;"><a href="https://detectia.net/json/fnmoc-www3-europe1-4.gif" style="display: block; padding: 1em 0; text-align: center; "><img alt="Previsión oleaje Mediterráneo fnmoc www3" border="0" data-original-height="600" data-original-width="800" src="https://detectia.net/json/fnmoc-www3-europe1-4.gif" /></a></div><br><br> <div class="separator" style="clear: both;"><a href="https://detectia.net/json/fnmoc-www3-europe1-5.gif" style="display: block; padding: 1em 0; text-align: center; "><img alt="Previsión oleaje Mediterráneo fnmoc www3" border="0" data-original-height="600" data-original-width="800" src="https://detectia.net/json/fnmoc-www3-europe1-5.gif" /></a></div><br><br> <div class="separator" style="clear: both;"><a href="https://detectia.net/json/fnmoc-www3-europe1-6.gif" style="display: block; padding: 1em 0; text-align: center; "><img alt="Previsión oleaje Mediterráneo fnmoc www3" border="0" data-original-height="600" data-original-width="800" src="https://detectia.net/json/fnmoc-www3-europe1-6.gif" /></a></div><br><br> <div class="separator" style="clear: both;"><a href="https://detectia.net/json/fnmoc-www3-europe1-7.gif" style="display: block; padding: 1em 0; text-align: center; "><img alt="Previsión oleaje Mediterráneo fnmoc www3" border="0" data-original-height="600" data-original-width="800" src="https://detectia.net/json/fnmoc-www3-europe1-7.gif" /></a></div><br><br> <div class="separator" style="clear: both;"><a href="https://detectia.net/json/fnmoc-www3-europe1-8.gif" style="display: block; padding: 1em 0; text-align: center; "><img alt="Previsión oleaje Mediterráneo fnmoc www3" border="0" data-original-height="600" data-original-width="800" src="https://detectia.net/json/fnmoc-www3-europe1-8.gif" /></a></div><br><br> <div class="separator" style="clear: both;"><a href="https://detectia.net/json/fnmoc-www3-europe1-9.gif" style="display: block; padding: 1em 0; text-align: center; "><img alt="Previsión oleaje Mediterráneo fnmoc www3" border="0" data-original-height="600" data-original-width="800" src="https://detectia.net/json/fnmoc-www3-europe1-9.gif" /></a></div><br><br> <div class="separator" style="clear: both;"><a href="https://detectia.net/json/fnmoc-www3-europe1-10.gif" style="display: block; padding: 1em 0; text-align: center; "><img alt="Previsión oleaje Mediterráneo fnmoc www3" border="0" data-original-height="600" data-original-width="800" src="https://detectia.net/json/fnmoc-www3-europe1-10.gif" /></a></div><br><br> <div class="separator" style="clear: both;"><a href="https://detectia.net/json/fnmoc-www3-europe1-11.gif" style="display: block; padding: 1em 0; text-align: center; "><img alt="Previsión oleaje Mediterráneo fnmoc www3" border="0" data-original-height="600" data-original-width="800" src="https://detectia.net/json/fnmoc-www3-europe1-11.gif" /></a></div><br><br> <div class="separator" style="clear: both;"><a href="https://detectia.net/json/fnmoc-www3-europe1-12.gif" style="display: block; padding: 1em 0; text-align: center; "><img alt="Previsión oleaje Mediterráneo fnmoc www3" border="0" data-original-height="600" data-original-width="800" src="https://detectia.net/json/fnmoc-www3-europe1-12.gif" /></a></div><br><br> <div class="separator" style="clear: both;"><a href="https://detectia.net/json/fnmoc-www3-europe1-13.gif" style="display: block; padding: 1em 0; text-align: center; "><img alt="Previsión oleaje Mediterráneo fnmoc www3" border="0" data-original-height="600" data-original-width="800" src="https://detectia.net/json/fnmoc-www3-europe1-13.gif" /></a></div><br><br> <div class="separator" style="clear: both;"><a href="https://detectia.net/json/fnmoc-www3-europe1-14.gif" style="display: block; padding: 1em 0; text-align: center; "><img alt="Previsión oleaje Mediterráneo fnmoc www3" border="0" data-original-height="600" data-original-width="800" src="https://detectia.net/json/fnmoc-www3-europe1-14.gif" /></a></div><br><br> <div class="separator" style="clear: both;"><a href="https://detectia.net/json/fnmoc-www3-europe1-15.gif" style="display: block; padding: 1em 0; text-align: center; "><img alt="Previsión oleaje Mediterráneo fnmoc www3" border="0" data-original-height="600" data-original-width="800" src="https://detectia.net/json/fnmoc-www3-europe1-15.gif" /></a></div><br><br> <div class="separator" style="clear: both;"><a href="https://detectia.net/json/fnmoc-www3-europe1-16.gif" style="display: block; padding: 1em 0; text-align: center; "><img alt="Previsión oleaje Mediterráneo fnmoc www3" border="0" data-original-height="600" data-original-width="800" src="https://detectia.net/json/fnmoc-www3-europe1-16.gif" /></a></div><br><br> <div class="separator" style="clear: both;"><a href="https://detectia.net/json/fnmoc-www3-europe1-17.gif" style="display: block; padding: 1em 0; text-align: center; "><img alt="Previsión oleaje Mediterráneo fnmoc www3" border="0" data-original-height="600" data-original-width="800" src="https://detectia.net/json/fnmoc-www3-europe1-17.gif" /></a></div><br><br> <div class="separator" style="clear: both;"><a href="https://detectia.net/json/fnmoc-www3-europe1-18.gif" style="display: block; padding: 1em 0; text-align: center; "><img alt="Previsión oleaje Mediterráneo fnmoc www3" border="0" data-original-height="600" data-original-width="800" src="https://detectia.net/json/fnmoc-www3-europe1-18.gif" /></a></div><br><br> <div class="separator" style="clear: both;"><a href="https://detectia.net/json/fnmoc-www3-europe1-19.gif" style="display: block; padding: 1em 0; text-align: center; "><img alt="Previsión oleaje Mediterráneo fnmoc www3" border="0" data-original-height="600" data-original-width="800" src="https://detectia.net/json/fnmoc-www3-europe1-19.gif" /></a></div><br><br> <div class="separator" style="clear: both;"><img alt="Previsión oleaje Mediterráneo fnmoc www3" border="0" data-original-height="600" data-original-width="800" src="https://detectia.net/json/fnmoc-www3-europe1-20.gif"></div><br><br> <div class="separator" style="clear: both;"><a href="https://detectia.net/json/fnmoc-www3-europe1-21.gif" style="display: block; padding: 1em 0; text-align: center; "><img alt="Previsión oleaje Mediterráneo fnmoc www3" border="0" data-original-height="600" data-original-width="800" src="https://detectia.net/json/fnmoc-www3-europe1-21.gif" /></a></div><br><br> <div class="separator" style="clear: both;"><a href="https://detectia.net/json/fnmoc-www3-europe1-22.gif" style="display: block; padding: 1em 0; text-align: center; "><img alt="Previsión oleaje Mediterráneo fnmoc www3" border="0" data-original-height="600" data-original-width="800" src="https://detectia.net/json/fnmoc-www3-europe1-22.gif" /></a></div><br><br> <div class="separator" style="clear: both;"><a href="https://detectia.net/json/fnmoc-www3-europe1-23.gif" style="display: block; padding: 1em 0; text-align: center; "><img alt="Previsión oleaje Mediterráneo fnmoc www3" border="0" data-original-height="600" data-original-width="800" src="https://detectia.net/json/fnmoc-www3-europe1-23.gif" /></a></div><br><br> <div class="separator" style="clear: both;"><a href="https://detectia.net/json/fnmoc-www3-europe1-24.gif" style="display: block; padding: 1em 0; text-align: center; "><img alt="Previsión oleaje Mediterráneo fnmoc www3" border="0" data-original-height="600" data-original-width="800" src="https://detectia.net/json/fnmoc-www3-europe1-24.gif" /></a></div><br><br> <div class="separator" style="clear: both;"><a href="https://detectia.net/json/fnmoc-www3-europe1-25.gif" style="display: block; padding: 1em 0; text-align: center; "><img alt="Previsión oleaje Mediterráneo fnmoc www3" border="0" data-original-height="600" data-original-width="800" src="https://detectia.net/json/fnmoc-www3-europe1-25.gif" /></a></div><br><br> <div class="separator" style="clear: both;"><a href="https://detectia.net/json/fnmoc-www3-europe1-26.gif" style="display: block; padding: 1em 0; text-align: center; "><img alt="Previsión oleaje Mediterráneo fnmoc www3" border="0" data-original-height="600" data-original-width="800" src="https://detectia.net/json/fnmoc-www3-europe1-26.gif" /></a></div><br><br> <div class="separator" style="clear: both;"><a href="https://detectia.net/json/fnmoc-www3-europe1-27.gif" style="display: block; padding: 1em 0; text-align: center; "><img alt="Previsión oleaje Mediterráneo fnmoc www3" border="0" data-original-height="600" data-original-width="800" src="https://detectia.net/json/fnmoc-www3-europe1-27.gif" /></a></div><br><br> <div class="separator" style="clear: both;"><a href="https://detectia.net/json/fnmoc-www3-europe1-28.gif" style="display: block; padding: 1em 0; text-align: center; "><img alt="Previsión oleaje Mediterráneo fnmoc www3" border="0" data-original-height="600" data-original-width="800" src="https://detectia.net/json/fnmoc-www3-europe1-28.gif" /></a></div><br><br> <div class="separator" style="clear: both;"><img alt="Previsión oleaje Mediterráneo fnmoc www3" border="0" data-original-height="600" data-original-width="800" src="https://detectia.net/json/fnmoc-www3-europe1-29.gif"></div><br><br> <div class="separator" style="clear: both;"><a href="https://detectia.net/json/fnmoc-www3-europe1-30.gif" style="display: block; padding: 1em 0; text-align: center; "><img alt="Previsión oleaje Mediterráneo fnmoc www3" border="0" data-original-height="600" data-original-width="800" src="https://detectia.net/json/fnmoc-www3-europe1-30.gif" /></a></div><br><br>