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 = null;
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', '666');
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...
El futuro del trabajo ya está aquí. Con 78 millones de nuevos empleos netos previstos para 2030, la disrupción es una realidad. ¿La clave para no quedarte fuera? Dominar las habilidades no reemplazables por la IA que destaca el Informe sobre el Futuro del Empleo 2025.
<!--
googletag.cmd.push(function() { googletag.display('adbox-a1'); });
-->
advertising: Esperando anuncio...
<!--
googletag.cmd.push(function() { googletag.display('adbox-b1'); });
-->
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"}]}