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', '10687');
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...
¿Buscas trabajo? No te pierdas la Feria de Empleo de la Diversidad e Inclusión en Coyoacán
Agréganos como fuente favorita en Google
Agrega Guía Universitaria en
¿Buscas un empleo donde tu talento sea valorado sin importar tu género, edad, orientación sexual o capacidades diferentes? La feria de empleo de la diversidad y la inclusión más importante de la Ciudad de México está de vuelta. La Cuarta Feria de Empleo de la Diversidad y la Inclusión se llevará a cabo el 16 de mayo en el Jardín Centenario de Coyoacán , reuniendo a empresas comprometidas con la equidad laboral y candidatos que buscan oportunidades justas.
Este evento no solo es una puerta a empleos de calidad, sino también un espacio donde la diversidad se celebra. Si eres parte de grupos históricamente excluidos (mujeres, personas LGBT+, adultos mayores o personas con discapacidad), esta es tu oportunidad de conectar con empleadores que realmente valoran la inclusión.
<!--
nota a
-->
(function(w,q){w[q]=w[q]||[];w[q].push(["_mgc.load"])})(window,"_mgq");
¿Qué ofrece la Feria de Empleo de Diversidad e Inclusión?
1. Vacantes para todos los perfiles
Las empresas participantes ofrecerán puestos en distintos sectores: tecnología, servicios, administración y más. Lo mejor: todas las vacantes están abiertas a talentos diversos, rompiendo barreras de discriminación.
2. Dinámicas de reclutamiento inclusivo
No es solo dejar tu CV . Habrá mesas de entrevistas rápidas, talleres de habilidades blandas y sesiones de networking para que destaques entre los reclutadores.
3. Charlas y workshops
Aprende sobre:
(function(w,q){w[q]=w[q]||[];w[q].push(["_mgc.load"])})(window,"_mgq");
Cómo destacar en procesos de selección inclusivos
Derechos laborales para comunidades diversas
Empleabilidad para personas con discapacidad
¿Eres empresa? ¡También puedes participar!
Si tu compañía quiere sumarse a la contratación inclusiva, registrarse es fácil. Tendrás:
Espacio con mesa y sillas
Acceso a electricidad (lleva extensión por si acaso)
Visibilidad entre talento diverso
Beneficios para empresas:
Refuerza tu marca empleadora inclusiva .
Conecta con talento altamente motivado .
Cumple con objetivos de responsabilidad social .
¿Cuándo, dónde y quiénes pueden ir?
Fecha: Viernes 16 de mayo
Lugar: Jardín Centenario, Coyoacán, CDMX
Horario: 10:00 – 14:00 hrs
Público prioritario:
Mujeres
Personas LGBT+
Adultos mayores
Personas con discapacidad
(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"}]}