img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
:root { --wp-internal-comment: "Placeholder for wp_hoist_late_printed_styles() to replace with the block styles printed at wp_footer." }
/*# sourceURL=wp-block-styles-placeholder-inline-css */
:root { --wp-internal-comment: "Placeholder for wp_hoist_late_printed_styles() to replace with the global-styles printed at wp_footer." }
/*# sourceURL=wp-global-styles-placeholder-inline-css */
var ajaxurl = "https://dev3.guiauniversitaria.mx/wp-admin/admin-ajax.php";
/*! loadCSS rel=preload polyfill. [c]2017 Filament Group, Inc. MIT License */
(function(w){"use strict";if(!w.loadCSS){w.loadCSS=function(){}}
var rp=loadCSS.relpreload={};rp.support=(function(){var ret;try{ret=w.document.createElement("link").relList.supports("preload")}catch(e){ret=!1}
return function(){return ret}})();rp.bindMediaToggle=function(link){var finalMedia=link.media||"all";function enableStylesheet(){link.media=finalMedia}
if(link.addEventListener){link.addEventListener("load",enableStylesheet)}else if(link.attachEvent){link.attachEvent("onload",enableStylesheet)}
setTimeout(function(){link.rel="stylesheet";link.media="only x"});setTimeout(enableStylesheet,3000)};rp.poly=function(){if(rp.support()){return}
var links=w.document.getElementsByTagName("link");for(var i=0;i<links.length;i++){var link=links[i];if(link.rel==="preload"&&link.getAttribute("as")==="style"&&!link.getAttribute("data-loadcss")){link.setAttribute("data-loadcss",!0);rp.bindMediaToggle(link)}}};if(!rp.support()){rp.poly();var run=w.setInterval(rp.poly,500);if(w.addEventListener){w.addEventListener("load",function(){rp.poly();w.clearInterval(run)})}else if(w.attachEvent){w.attachEvent("onload",function(){rp.poly();w.clearInterval(run)})}}
if(typeof exports!=="undefined"){exports.loadCSS=loadCSS}
else{w.loadCSS=loadCSS}}(typeof global!=="undefined"?global:this))
/* Estilos para los contenedores de anuncios */
.ad-container {
/* margin: 20px auto; */
text-align: center;
/* border: 1px dashed #eee; */
/* padding: 10px; */
max-width: 100%;
}
/* Estilo del sello de fecha/testigo */
.testigo-ventas {
font-family: 'Courier New', Courier, monospace;
font-size: 11px;
color: #666;
background-color: #f9f9f9;
display: inline-block;
padding: 2px 8px;
margin-top: 5px;
border-radius: 4px;
border: 1px solid #ddd;
}
.testigo-ventas b { color: #666; }/* Color rojo para resaltar la fecha #C41E3A*/
/* Estilo especial para el testigo del Anchor Slot (fijo al fondo) */
#testigo-anchor {
position: fixed;
bottom: 0;
left: 50%;
transform: translateX(-50%);
z-index: 2000000001; /* Un nivel arriba del anuncio de Google */
background: rgba(255,255,255,0.8);
border: 1px solid #ccc;
font-size: 9px;
}
(function () {
const REFRESH_INTERVAL_MS = 30000; // 30s
const SECTION = window.adSection || "inicio"; // "$categoria" | "seccion" | "nota" | "sincategoria"
const MGID_SCRIPT = 'https://jsc.mgid.com/site/996240.js';
const isMobile = window.matchMedia('(pointer: coarse)').matches || navigator.maxTouchPoints > 0;
let adsBootstrapped = false;
function loadScript(src, attrs) {
return new Promise(function (resolve, reject) {
const script = document.createElement('script');
script.src = src;
script.async = true;
if (attrs && attrs.crossorigin) {
script.setAttribute('crossorigin', attrs.crossorigin);
}
script.onload = resolve;
script.onerror = reject;
document.head.appendChild(script);
});
}
function initGptAds() {
window.googletag = window.googletag || { cmd: [] };
googletag.cmd.push(function () {
const mapping = googletag.sizeMapping()
.addSize([0, 0], [[300, 100], [300, 50], [320, 50], [320, 100]])
.addSize([300, 0], [[320, 50], [320, 100], [300, 50], [300, 100]])
.addSize([576, 0], [[468, 60], [320, 100], [300, 100], [300, 50], [320, 50], [468, 250]])
.addSize([768, 0], [[728, 90], [728, 250], [468, 60], [468, 250]])
.addSize([992, 0], [[970, 90], [728, 90], [970, 250]])
.build();
const slotsPorSeccion = {
inicio: [
{ id: 'adtop-a', path: '/21738427273/gu-t-0', sizes: [[728,90],[970,250],[970,90],[468,60],[320,100],[300,100],[300,50],[320,50],[468,250]], useMapping: mapping },
{ id: 'adtop-b', path: '/21738427273/gu-t-1', sizes: [[728,90],[970,250],[970,90],[468,60],[320,100],[300,100],[300,50],[320,50],[468,250]], useMapping: mapping },
{ id: 'adtop-c', path: '/21738427273/gu-t-2', sizes: [[728,90],[970,250],[970,90],[468,60],[320,100],[300,100],[300,50],[320,50],[468,250]], useMapping: mapping },
{ id: 'adbox-a1', path: '/21738427273/gu-b-0', sizes: [[300,250],[300,600]], useMapping: null },
{ id: 'adhalf-h1', path: '/21738427273/gu-h-0', sizes: [[300,250],[300,600]], useMapping: null },
{ id: 'adhalf-h2', path: '/21738427273/gu-h-1', sizes: [[300,250],[300,600]], useMapping: null },
],
};
const slotMap = new Map();
let anchorSlot = null;
let leftRail = null;
let rightRail = null;
(slotsPorSeccion[SECTION] || []).forEach(function (cfg) {
const slot = googletag.defineSlot(cfg.path, cfg.sizes, cfg.id).addService(googletag.pubads());
if (cfg.useMapping) slot.defineSizeMapping(cfg.useMapping);
slotMap.set(cfg.id, slot);
});
const anchorType = (document.body.clientWidth <= 500) ? googletag.enums.OutOfPageFormat.TOP_ANCHOR : googletag.enums.OutOfPageFormat.BOTTOM_ANCHOR;
anchorSlot = googletag.defineOutOfPageSlot('/21738427273/gu-f', anchorType);
if (anchorSlot) anchorSlot.addService(googletag.pubads());
leftRail = googletag.defineOutOfPageSlot('/21738427273/gu-sk-0', googletag.enums.OutOfPageFormat.LEFT_SIDE_RAIL);
rightRail = googletag.defineOutOfPageSlot('/21738427273/gu-sk-l', googletag.enums.OutOfPageFormat.RIGHT_SIDE_RAIL);
if (leftRail) leftRail.addService(googletag.pubads());
if (rightRail) rightRail.addService(googletag.pubads());
googletag.pubads().enableLazyLoad({ fetchMarginPercent: 200, renderMarginPercent: 100, mobileScaling: 2.0 });
googletag.pubads().collapseEmptyDivs(true, true);
googletag.setConfig({ singleRequest: true });
googletag.pubads().setTargeting('idNota', '9401');
function updateTimestamp(slotId) {
const container = document.getElementById(slotId);
const ahora = new Date();
const horaString = ahora.toLocaleString();
if (container) {
const label = container.parentNode.querySelector('.timestamp-val');
if (label) label.innerHTML = horaString;
}
if (slotId && (slotId.includes('anchor') || slotId.includes('oop'))) {
const tAnchor = document.getElementById('testigo-anchor');
if (tAnchor) tAnchor.innerHTML = 'Anchor/Rail Activo: ' + horaString;
}
}
googletag.pubads().addEventListener('slotRenderEnded', function (e) {
if (!e.isEmpty) {
updateTimestamp(e.slot.getSlotElementId());
}
});
const timers = new Map();
googletag.pubads().addEventListener('impressionViewable', function (e) {
const slot = e.slot;
if (!timers.has(slot)) {
const t = setInterval(function () { googletag.pubads().refresh([slot]); }, REFRESH_INTERVAL_MS);
timers.set(slot, t);
}
});
googletag.enableServices();
slotMap.forEach(function (slot, divId) { googletag.display(divId); });
if (anchorSlot) googletag.display(anchorSlot);
if (leftRail) googletag.display(leftRail);
if (rightRail) googletag.display(rightRail);
const anchorTestigo = document.getElementById('testigo-anchor');
if (anchorTestigo) anchorTestigo.style.display = 'block';
});
}
function bootstrapAds() {
if (adsBootstrapped) return;
adsBootstrapped = true;
loadScript('https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1305269947680539', { crossorigin: 'anonymous' }).catch(function () {});
loadScript('https://t.seedtag.com/t/6595-3098-01.js').catch(function () {});
if (MGID_SCRIPT) {
loadScript(MGID_SCRIPT).catch(function () {});
}
loadScript('https://securepubads.g.doubleclick.net/tag/js/gpt.js')
.then(initGptAds)
.catch(function () {});
}
if (isMobile) {
window.addEventListener('touchstart', bootstrapAds, { once: true, passive: true });
} else {
window.addEventListener('scroll', bootstrapAds, { once: true, passive: true });
}
})();
© 2026 Todos los derechos reservados Readers Digest México
<!--
// googletag.cmd.push(function() { googletag.display('adtop-a'); });
-->
advertising: Esperando anuncio...
Convocatoria para jóvenes embajadores del mundial: ¿Cómo ganar dinero y vivir el Mundial 2026?
Agréganos como fuente favorita en Google
Agrega Guía Universitaria en
¡Atención, banda! Si te late el fútbol, quieres experiencia sin matarte en una oficina y aparte necesitas lana, esto te interesa. Acaba de abrirse la convocatoria para jóvenes embajadores del Mundial 2026.
Sí, como lo lees. Y no es de esas oportunidades que piden miles de requisitos imposibles. Esta convocatoria para jóvenes busca a personas de 18 a 29 años, sin empleo actual y que no estén estudiando. El premio: $9,582 pesos al mes durante 12 meses, más seguro del IMSS, todo por capacitarte en turismo, cultura y hospitalidad de cara a la Copa Mundial FIFA 2026 .
<!--
nota a
-->
(function(w,q){w[q]=w[q]||[];w[q].push(["_mgc.load"])})(window,"_mgq");
¿La mejor parte? Puedes aplicar aunque nunca hayas trabajado en algo relacionado. El programa es una rama especial de Jóvenes Construyendo el Futuro , pensada para que los jóvenes de CDMX, Edomex, Jalisco y Nuevo León se conviertan en anfitriones del evento deportivo más grande del planeta. Y ojo, porque el registro ya comenzó desde el 1 de abril. Así que si dejas pasar esto, te vas a arrepentir.
También te puede interesar: ¿Quieres trabajar en el Mundial 2026? Inscríbete como becario de Jóvenes Construyendo el Futuro
¿Qué beneficios tiene ser embajador juvenil?
No solo es el dinero. Mira lo que incluye el paquete:
Apoyo mensual de $9,582 depositado puntual durante 12 meses (desde junio 2026).
Seguro médico del IMSS desde el primer día.
Capacitación real en turismo, hospitalidad, atención a visitantes y cultura general sobre el Mundial.
Experiencia avalada por el gobierno federal que puedes presumir en tu CV.
Posibilidad de trabajar en sedes durante la Copa Mundial FIFA 2026.
Y si no quedas en tu primera opción, el sistema te permite volver a postularte a otro espacio.
(function(w,q){w[q]=w[q]||[];w[q].push(["_mgc.load"])})(window,"_mgq");
Requisitos para aplicar:
La convocatoria para jóvenes embajadores del mundial tiene filtros sencillos, pero debes checarlos uno por uno:
Tener entre 18 y 29 años (cumplidos al momento del registro).
No estar estudiando (ni prepa, ni uni, ni curso con validez oficial).
No tener un empleo registrado ante el IMSS o SAT.
Vivir en Ciudad de México, Estado de México, Jalisco o Nuevo León .
Contar con CURP, identificación oficial y comprobante de domicilio (para subirlos a la plataforma).
Si cumples todo esto, ya tienes medio camino andado. El siguiente paso es el registro.
También te puede interesar: ¿Quieres trabajar en el Mundial 2026? Inscríbete como becario de Jóvenes Construyendo el Futuro
Proceso de registro paso a paso (sin vueltas)
Anota esta ruta porque no tiene pérdida:
Entra a jovenesconstruyendoelfuturo.stps.gob.mx (desde tu compu o celular).
Consulta los espacios disponibles para “Jóvenes Embajadores del Mundial”.
Sube tus documentos (CURP, identificación, comprobante de domicilio) en formato PDF o imagen clara.
Elige un centro de trabajo donde te capacitarán (puede ser una agencia de turismo, museo, aeropuerto, etc.).
Recibirás contacto de la persona que te entrevistará (sé honesto y muestra actitud).
Espera respuesta en un máximo de 4 días naturales. Si te aceptan, ¡felicidades! Si no, postúlate a otra opción.
Todo el trámite es digital y gratuito. Si alguien te pide dinero para “ayudarte”, es fake.
Así que ya sabes: no te duermas. La convocatoria para jóvenes embajadores del mundial tiene cupo limitado y es por orden de registro. Entra hoy mismo, llena tus datos y prepárate para una experiencia que pocos van a tener. Y si conoces a alguien de CDMX, Edomex, Jalisco o Nuevo León, pásale la voz. Esto no sale todos los días.
(function(w,q){w[q]=w[q]||[];w[q].push(["_mgc.load"])})(window,"_mgq");
Agréganos como fuente favorita en Google
Agrega Guía Universitaria en
(function(w,q){w[q]=w[q]||[];w[q].push(["_mgc.load"])})(window,"_mgq");
Brenda Castillo
Lic en Lengua y Literaturas Hispánicas por la UNAM, con pasión y experiencia en la educación. Tras mi experiencia como editora web en Selecciones de Reader's Digest, hoy dirijo los contenidos de Guía Universitaria y sus sitios hermanos como Guía de Posgrados y Guía de Prepas desde hace 6 años. Aplico mi formación en docencia y lingüística para crear notas que realmente te ayuden a navegar tu vida estudiantil.
<!--
googletag.cmd.push(function() { googletag.display('adbox-a1'); });
-->
advertising: Esperando anuncio...
{"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/guias_2026/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}