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', '9476');
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...
¿Estadio CU sede del Mundial? Impacto, fechas y todo lo que importa a la comunidad UNAM
Agréganos como fuente favorita en Google
Agrega Guía Universitaria en
Sí, leíste bien. El estadio CU será sede del Mundial y ya no es un rumor. Es una posibilidad real que la FIFA y la UNAM están evaluando para el Mundial 2026. Pero ojo, no se trata de partidos oficiales, sino de algo igual de importante: que varias selecciones usen Ciudad Universitaria como su centro de entrenamiento durante el torneo.
Y aunque suene a noticia menor, implica logística, presencia internacional, y claro, un impacto directo en los más de 100 mil estudiantes que diariamente habitan el campus. ¿Qué gana la UNAM? ¿Qué perdemos? Aquí te lo desglosamos sin rodeos y con toda la actitud.
<!--
nota a
-->
(function(w,q){w[q]=w[q]||[];w[q].push(["_mgc.load"])})(window,"_mgq");
También te puede interesar: ¿Una mexicana pitará el Mundial varonil? Conoce a la árbitra mexicana en el mundial que viene de la UNAM
¿Qué implica que el estadio CU sede del Mundial sea base de entrenamiento?
Que la Cantera de Pumas, el Estadio Olímpico Universitario y sus instalaciones aledañas se conviertan en un “búnker” para alguna selección nacional durante el Mundial 2026. Esto incluye:
Acceso controlado a vestidores, gimnasios y canchas.
Seguridad especial y horarios restringidos.
Posibles cierres viales temporales en zonas como el Centro de Alto Rendimiento.
La FIFA ya inspeccionó la zona y la calificó como “apta”, según declaraciones de Luis Raúl González, presidente del club.
Impacto para estudiantes: ¿adiós a tus entrenamientos y pedas en CU?
Aquí el punto clave. Si el estadio CU sede del Mundial se confirma, la comunidad estudiantil sentirá cambios. No todo es malo, pero hay que decirlo claro:
(function(w,q){w[q]=w[q]||[];w[q].push(["_mgc.load"])})(window,"_mgq");
Restricciones de acceso : Algunas áreas deportivas quedarán exclusivas para selecciones.
Posibles desvíos viales : Sobre todo en avenida Insurgentes y el circuito interior.
Clases sin afectación directa : No se contempla suspensión de actividades académicas.
Oportunidad única : Ver de cerca a figuras mundiales entrenando a unos metros de tu facultad.
¿El lado positivo? La UNAM se pone en el mapa mundial como nunca antes. Y eso, aunque duela el tráfico, también sube el prestigio de tu título.
También te puede interesar: Convocatoria para jóvenes embajadores del mundial: ¿Cómo ganar dinero y vivir el Mundial 2026?
Beneficios para la comunidad UNAM y el legado mundialista
Que el estadio CU sede del Mundial sea elegido no es casualidad. La UNAM tiene historia mundialista:
34 futbolistas formados en Pumas han ido a Mundiales (Hugo Sánchez, Jorge Campos, Claudio Suárez).
La Cantera es modelo de formación integral en América Latina.
El proyecto de entrenamientos FIFA deja derrama económica, visibilidad y experiencia internacional.
Además, se esperan actividades culturales, voluntariados estudiantiles y convenios que beneficien directamente a alumnos de educación física, comunicación, turismo y más.
¿Y el Estadio Olímpico? ¿Será realmente usado?
Aquí el detalle ingenioso: aunque muchos creen que el Olímpico Universitario se refiere al Estadio Olímpico Universitario de CU , la realidad es que la FIFA prioriza la Cantera de Pumas (el centro de entrenamiento al lado del estadio). ¿Por qué?
Mejor control de acceso.
Infraestructura más moderna y privada.
Menor impacto logístico que el estadio principal.
Pero ojo, el Olímpico no se queda fuera: podría usarse para partidos amistosos previos o entrenamientos masivos. Todo dependerá de las selecciones asignadas.
(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"}]}