Добавить новость
ru24.net
World News in Spanish
Октябрь
2025
1 2 3 4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31

De la tragedia al renacimiento: el Buque Escuela Cuauhtémoc vuelve a navegar

0
El navío insignia de la Semar regresa a navegar después de la tragedia. A cuatro meses de la colisión contra el Puente de Brooklyn –en el que dos integrantes de la tripulación perdieron la vida–, el Embajador y Caballero de los mares terminó las pruebas de zarpe para verificar que los sistemas y el equipo operen correctamente y así volver a navegar con la bandera de México en todo lo alto

















CRÉDITOS






Fuente: SEMAR, DEPARTAMENTO DE POLICÍA DE NY| Información: LENINA RAMOS, KATHIA MARTÍNEZ y ABRAHAM FLORES| Coordinación: ABRAHAM FLORES | Programación:JUAN NAVA |Infografía:ARTURO BLACK FONSECA



DERECHOS RESERVADOS ®MILENIO DIARIO 2025




















El retorno del buque se produce después de las reparaciones realizadas tras el incidente en Nueva York, Estados Unidos.














COLISIÓN



El 17 de mayo pasado, los mástiles de la nave impactaron en el Puente de Brooklyn, Nueva York, lo que dejó un saldo de dos marinos fallecidos y 20 más heridos.







document.addEventListener("DOMContentLoaded", function() { // Selecciona todos los videos de Elementor const videos = document.querySelectorAll("video");

const options = { root: null, rootMargin: "0px", // sin margen adicional threshold: 0.35 // 35% del video visible para disparar };

const callback = (entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { entry.target.play().catch(err => { console.log("El navegador bloqueó el autoplay:", err); }); } else { entry.target.pause(); } }); };

const observer = new IntersectionObserver(callback, options);

videos.forEach(video => { // Ajustes para compatibilidad móvil y autoplay video.setAttribute("muted", "true"); video.setAttribute("playsinline", "true"); observer.observe(video); });});














CRONOLOGÍA DE HECHOS
































EMBAJADOR DE MÉXICO



Desde hace 40 años, el Buque Escuela Cuauhtémoc ha recorrido los mares.Su quilla ha cortado las olas para llevar el mensaje de paz y buena voluntad a muchísimas naciones; desde 1982 ha atracado en cientos de puertos para desempeñarse como uno de los embajadores más relevantes de México.










ANATOMÍA










Las millas náuticas que ha surcado el Cuauhtémoc son suficientes para rodear varias veces la Tierra por el ecuador, lo cual es muestra de su poderío.


































0
elementos


0
mujeres


0
hombres





0
viajes de instrucción



0
puertos de 64 países visitados



0
días en alta mar



0
millas náuticas navegadas




0
vueltas al mundo





@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@300;400;600;700=swap');

:root { --main-color: rgb(35, 38, 59);}

.numeralia-widget.desktop { font-family: 'Source Serif Pro', serif; background-color: #f9f9f9; color: var(--main-color); padding: 2rem 1.5rem; border-radius: 8px; max-width: 700px; margin: 0 auto; width: 100%; box-sizing: border-box;}

.numeralia-container { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 0.8rem; align-items: start; width: 100%;}

.numeralia-item { text-align: center; padding: 1rem 0.5rem; background: white; border-radius: 6px; transition: all 0.3s ease; border: 1px solid rgba(35, 38, 59, 0.08); display: flex; flex-direction: column; justify-content: center; min-height: 110px; box-sizing: border-box; width: 100%; overflow: hidden;}

.numeralia-item:first-child { padding: 1.2rem 0.8rem; min-height: 130px;}

.numeralia-item:hover { transform: translateY(-2px);}

.numeralia-number { font-size: 1.5rem; font-weight: 700; margin-bottom: 0.3rem; color: var(--main-color); transition: all 0.3s ease; line-height: 1;}

/* Tamaño más pequeño para el número grande */.numeralia-item:nth-child(5) .numeralia-number { font-size: 1.3rem;}

.numeralia-label { font-size: 0.75rem; font-weight: 400; line-height: 1.1; color: var(--main-color); opacity: 0.9;}

/* Subitems para el elemento principal - REDUCIDOS */.numeralia-subitems { display: flex; justify-content: space-around; gap: 0.3rem; margin-top: 0.6rem; padding-top: 0.6rem; border-top: 1px solid rgba(35, 38, 59, 0.1); width: 100%;}

.subitem { display: flex; flex-direction: column; align-items: center; flex: 1; min-width: 0;}

.subitem-number { font-size: 1rem; font-weight: 600; color: var(--main-color); line-height: 1; white-space: nowrap;}

.subitem-label { font-size: 0.65rem; color: var(--main-color); opacity: 0.8; white-space: nowrap;}

/* Animación de conteo */@keyframes countUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); }}

.numeralia-item.animated .numeralia-number,.numeralia-item.animated .subitem-number { animation: countUp 0.6s ease forwards;}

/* FORZAR el grid en desktop */@media (min-width: 700px) { .numeralia-widget.desktop { display: block !important; }

.numeralia-container { display: grid !important; grid-template-columns: repeat(6, minmax(0, 1fr)) !important; }}

/* Ocultar en móvil */@media (max-width: 699px) { .numeralia-widget.desktop { display: none !important; }}

/* Reset para evitar conflictos */.numeralia-widget.desktop * { box-sizing: border-box;}

/* Ajustes específicos para los números 64 y 213 */.numeralia-subitems .subitem:nth-child(1) .subitem-number,.numeralia-subitems .subitem:nth-child(2) .subitem-number { font-size: 0.95rem;}

.numeralia-subitems .subitem:nth-child(1) .subitem-label,.numeralia-subitems .subitem:nth-child(2) .subitem-label { font-size: 0.6rem;}



document.addEventListener('DOMContentLoaded', function() { const numeraliaItems = document.querySelectorAll('.numeralia-widget.desktop .numeralia-item');

// Función para animar el conteo function animateCount(element, target) { const duration = 1500; const step = target / (duration / 16); let current = 0;

const timer = setInterval(() => { current += step; if (current >= target) { // Para el número grande, mostrar formato abreviado if (element.getAttribute('data-format') === 'abbreviated') { element.textContent = '+756 mil'; } else { element.textContent = formatNumber(target); } clearInterval(timer); } else { // Durante la animación, mostrar números normales if (element.getAttribute('data-format') !== 'abbreviated') { element.textContent = formatNumber(Math.floor(current)); } } }, 16); }

// Función para formatear números con separadores de miles function formatNumber(num) { return num.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ","); }

// Observador de intersección para animar cuando los elementos son visibles const observer = new IntersectionObserver((entries) => { entries.forEach(entry => { if (entry.isIntersecting) { const item = entry.target; const numberElement = item.querySelector('.numeralia-number'); const target = parseInt(numberElement.getAttribute('data-count'));

item.classList.add('animated');

// Para el número grande, no animar, mostrar directamente if (numberElement.getAttribute('data-format') === 'abbreviated') { numberElement.textContent = '+756 mil'; } else { animateCount(numberElement, target); }

// Animar también los subnúmeros si existen const subNumbers = item.querySelectorAll('.subitem-number'); subNumbers.forEach(subElement => { const subTarget = parseInt(subElement.getAttribute('data-count')); animateCount(subElement, subTarget); });

observer.unobserve(item); } }); }, { threshold: 0.5 });

// Observar cada item numeraliaItems.forEach(item => { observer.observe(item); });});









0
elementos


0
mujeres


0
hombres





0
viajes de instrucción






0
puertos de 64 países visitados



0
días en alta mar






+756 mil millas náuticas navegadas



0
vueltas al mundo






@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@300;400;600;700=swap');

:root { --main-color: rgb(35, 38, 59);
--mobile-base-size: 14px;}

.numeralia-widget.mobile { font-family: 'Source Serif Pro', serif; background-color: #f9f9f9; color: var(--main-color); padding: 1rem 0.8rem; border-radius: 12px; max-width: 370px; margin: 0 auto; width: 100%; box-sizing: border-box; font-size: var(--mobile-base-size);}

.numeralia-container { display: flex; flex-direction: column; gap: 0.8rem; width: 100%;}

.numeralia-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem; width: 100%;}

.numeralia-item { text-align: center; padding: 1.2rem 0.6rem; background: white; border-radius: 10px; transition: all 0.3s ease; border: 1px solid rgba(35, 38, 59, 0.08); display: flex; flex-direction: column; justify-content: center; min-height: 100px; box-sizing: border-box; width: 100%; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);}

.numeralia-item.principal { padding: 1.4rem 0.8rem; min-height: 120px; background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);}

.numeralia-item:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);}

.numeralia-number { font-size: 1.5rem; font-weight: 700; margin-bottom: 0.4rem; color: var(--main-color); transition: all 0.3s ease; line-height: 1.1; letter-spacing: -0.02em;}

/* Ajuste para número grande */.numeralia-item:nth-child(5) .numeralia-number { font-size: 1.3rem; font-weight: 600;}

.numeralia-label { font-size: 0.8rem; font-weight: 400; line-height: 1.2; color: var(--main-color); opacity: 0.9; letter-spacing: -0.01em;}

/* Subitems para el elemento principal */.numeralia-subitems { display: flex; justify-content: space-around; gap: 0.4rem; margin-top: 0.8rem; padding-top: 0.8rem; border-top: 1px solid rgba(35, 38, 59, 0.1); width: 100%;}

.subitem { display: flex; flex-direction: column; align-items: center; flex: 1; min-width: 0;}

.subitem-number { font-size: 1.1rem; font-weight: 600; color: var(--main-color); line-height: 1.1; white-space: nowrap; letter-spacing: -0.02em;}

.subitem-label { font-size: 0.7rem; color: var(--main-color); opacity: 0.8; white-space: nowrap; margin-top: 0.1rem;}

/* Animación de conteo */@keyframes countUp { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); }}

.numeralia-item.animated .numeralia-number,.numeralia-item.animated .subitem-number { animation: countUp 0.5s ease-out forwards;}

/* Mejoras de UX para touch */@media (hover: none) { .numeralia-item:hover { transform: none; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04); }

.numeralia-item:active { transform: scale(0.98); background: #f8f9fa; }}

/* Ajustes para pantallas muy pequeñas (320px-370px) */@media (max-width: 370px) { .numeralia-widget.mobile { padding: 0.8rem 0.6rem; max-width: 100%; border-radius: 10px; }

.numeralia-row { gap: 0.6rem; }

.numeralia-item { padding: 1rem 0.5rem; min-height: 90px; border-radius: 8px; }

.numeralia-item.principal { padding: 1.2rem 0.6rem; min-height: 110px; }

.numeralia-number { font-size: 1.4rem; }

.numeralia-item:nth-child(5) .numeralia-number { font-size: 1.2rem; }

.numeralia-label { font-size: 0.75rem; }

.subitem-number { font-size: 1rem; }

.subitem-label { font-size: 0.65rem; }

.numeralia-subitems { gap: 0.3rem; margin-top: 0.6rem; padding-top: 0.6rem; }}

/* Ajustes para pantallas más grandes (371px-420px) */@media (min-width: 371px) and (max-width: 420px) { .numeralia-widget.mobile { padding: 1.2rem 1rem; max-width: 400px; }

.numeralia-item { padding: 1.3rem 0.8rem; min-height: 105px; }

.numeralia-item.principal { padding: 1.5rem 1rem; min-height: 125px; }

.numeralia-number { font-size: 1.6rem; }

.numeralia-label { font-size: 0.85rem; }}

/* Ocultar en desktop */@media (min-width: 700px) { .numeralia-widget.mobile { display: none !important; }}

/* Reset y mejoras de rendimiento */.numeralia-widget.mobile * { box-sizing: border-box;
-webkit-tap-highlight-color: transparent;}

/* Mejora de legibilidad en diferentes dispositivos */.numeralia-widget.mobile { -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;}



document.addEventListener('DOMContentLoaded', function() { const numeraliaItems = document.querySelectorAll('.numeralia-widget.mobile .numeralia-item');

// Función para animar el conteo function animateCount(element, target) { const duration = 1200; const step = target / (duration / 16); let current = 0;

const timer = setInterval(() => { current += step; if (current >= target) { // Para el número grande, mostrar formato abreviado if (element.getAttribute('data-format') === 'abbreviated') { element.textContent = '+756 mil'; } else { element.textContent = formatNumber(target); } clearInterval(timer); } else { // Durante la animación, mostrar números normales if (element.getAttribute('data-format') !== 'abbreviated') { element.textContent = formatNumber(Math.floor(current)); } } }, 16); }

// Función para formatear números con separadores de miles function formatNumber(num) { return num.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ","); }

// Observador de intersección para animar cuando los elementos son visibles const observer = new IntersectionObserver((entries) => { entries.forEach(entry => { if (entry.isIntersecting) { const item = entry.target; const numberElement = item.querySelector('.numeralia-number'); const target = parseInt(numberElement.getAttribute('data-count'));

item.classList.add('animated');

// Para el número grande, no animar, mostrar directamente if (numberElement.getAttribute('data-format') === 'abbreviated') { numberElement.textContent = '+756 mil'; } else { animateCount(numberElement, target); }

// Animar también los subnúmeros si existen const subNumbers = item.querySelectorAll('.subitem-number'); subNumbers.forEach(subElement => { const subTarget = parseInt(subElement.getAttribute('data-count')); animateCount(subElement, subTarget); });

observer.unobserve(item); } }); }, { threshold: 0.3, rootMargin: '0px 0px -50px 0px' });

// Observar cada item numeraliaItems.forEach(item => { observer.observe(item); });

// Mejora de UX para touch document.querySelectorAll('.numeralia-item').forEach(item => { item.addEventListener('touchstart', function() { this.style.transform = 'scale(0.98)'; });

item.addEventListener('touchend', function() { this.style.transform = ''; }); });});















CARACTERÍSTICAS





























El navío terminó la verificación del correcto funcionamiento del Sistema de Gobierno (navegación) en modo normal y de emergencia, así como las pruebas del Sistema de Propulsor Auxiliar, tanto avante como atrás, a distintas revoluciones.



Asimismo, se consolidaron enlaces de los Equipos de Comunicaciones Exteriores y se comprobó la resistencia de su Arboladura y Jarcias, firme transversal y longitudinal, es decir, el correcto funcionamiento de su sistema de propulsión a vela.



REPARACIONES



Los trabajos se realizaron en los astilleros Caddell Dry Dock And Repair, Co. y GMD











De esta manera, el Buque Escuela Cuauhtémoc continuará llevando un mensaje de buena voluntad en los mares del mundo y navegando en nombre de México como símbolo de orgullo y honor de nuestro país.








LOGROS RELEVANTES




Este emblemático navío es internacionalmente reconocido; sin embargo, lo más importante ha sido ganarse la admiración y el cariño de aquellos que visitan sus cubiertas.

























Este 4 de octubre el Buque Escuela Cuauhtémoc partirá del muelle 86 Pier 86 en Manhattan, Nueva York, con rumbo hacia México; su primer destino será el puerto de Veracruz y posteriormente, partirá a Cozumel.












{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/twentytwentyfive\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}


const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } );


( function() { var skipLinkTarget = document.querySelector( 'main' ), sibling, skipLinkTargetID, skipLink;

// Early exit if a skip-link target can't be located. if ( ! skipLinkTarget ) { return; }

/* * Get the site wrapper. * The skip-link will be injected in the beginning of it. */ sibling = document.querySelector( '.wp-site-blocks' );

// Early exit if the root element was not found. if ( ! sibling ) { return; }

// Get the skip-link target's ID, and generate one if it doesn't exist. skipLinkTargetID = skipLinkTarget.id; if ( ! skipLinkTargetID ) { skipLinkTargetID = 'wp--skip-link--target'; skipLinkTarget.id = skipLinkTargetID; }

// Create the skip link. skipLink = document.createElement( 'a' ); skipLink.classList.add( 'skip-link', 'screen-reader-text' ); skipLink.id = 'wp-skip-link'; skipLink.href = '#' + skipLinkTargetID; skipLink.innerText = 'Saltar al contenido';

// Inject the skip link. sibling.parentElement.insertBefore( skipLink, sibling ); }() );






var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Compartir en Facebook","shareOnTwitter":"Compartir en Twitter","pinIt":"Fijarlo","download":"Descargar","downloadImage":"Descargar imagen","fullscreen":"Pantalla completa","zoom":"Zoom","share":"Compartir","playVideo":"Reproducir video","previous":"Previo","next":"Siguiente","close":"Cerrar","a11yCarouselPrevSlideMessage":"Diapositiva anterior","a11yCarouselNextSlideMessage":"Diapositiva siguiente","a11yCarouselFirstSlideMessage":"Esta es la primera diapositiva","a11yCarouselLastSlideMessage":"Esta es la \u00faltima diapositiva","a11yCarouselPaginationBulletMessage":"Ir a la diapositiva"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"M\u00f3vil en Retrato","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"M\u00f3vil horizontal","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tableta vertical","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tableta horizontal","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Pantalla grande","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"hasCustomBreakpoints":false},"version":"3.31.5","is_static":false,"experimentalFeatures":{"e_font_icon_svg":true,"additional_custom_breakpoints":true,"container":true,"theme_builder_v2":true,"nested-elements":true,"e_element_cache":true,"home_screen":true,"global_classes_should_enforce_capabilities":true,"e_variables":true,"cloud-library":true,"e_opt_in_v4_page":true},"urls":{"assets":"https:\/\/3.83.189.8\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/3.83.189.8\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/3.83.189.8\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"dabbf02598"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"body_background_background":"classic","active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":4767,"title":"Buque%20Cuauht%C3%A9moc%20%E2%80%93%20Especiales%20Milenio","excerpt":"","featuredImage":false}};







wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );


var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/3.83.189.8\/wp-admin\/admin-ajax.php","nonce":"8dafefc384","urls":{"assets":"https:\/\/3.83.189.8\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/3.83.189.8\/wp-json\/"},"settings":{"lazy_load_background_images":true},"popup":{"hasPopUps":false},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"},"x-twitter":{"title":"X"},"threads":{"title":"Threads"}},"facebook_sdk":{"lang":"es_MX","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/3.83.189.8\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};



Moscow.media
Частные объявления сегодня





Rss.plus
















Музыкальные новости




























Спорт в России и мире

Новости спорта


Новости тенниса