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', '10210');
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...
Regresa Singularity University a México con un summit completamente virtual
Agréganos como fuente favorita en Google
Agrega Guía Universitaria en
Regresa uno de los eventos más importantes de tecnología e innovación a nivel América Latina: SingularityU Virtual Summit en Jalisco 2020 The Next Frontier . El tema principal será: ¡Transforma tu negocio y replantea el futuro! .
Será un evento único y revolucionado que enseñará que lo virtual puede ser igual de sorprendente, apasionante y lleno de beneficios para los asistentes.
<!--
nota a
-->
(function(w,q){w[q]=w[q]||[];w[q].push(["_mgc.load"])})(window,"_mgq");
¿Cuándo?
Manteniendo la calidez de Puerto Vallarta, el SingularityU Virtual Summit en Jalisco 2020 reunirá del 23 al 27 de noviembre a speakers extraordinarios. Compartirán lo último en tecnología e innovación para impulsar los negocios y ayudarán a los asistentes en diversos temas:
entender el comportamiento digital post-pandemia afianzar el liderazgo que se necesita en estos tiempos cómo ser más resilientes ante el escenario actual
Para que nadie se pierda estagran oportunidad, durante todo este mes de septiembre, el summit tendrá un precio especial de $250 dolares por persona.
“Llevamos años hablando de cambios exponenciales y de tecnología; este es el momento de empezar a usarla y aplicar todos losprincipios que hemos aprendido. Hoy más que nunca necesitamos eventos propositivos, experiencias integrales que nos preparen, nos enseñen, nos inspiren e impulsen a brincar obstáculos, sobrepasar adversidades, diseñar mejores negocios y construir un mejor futuro para todos”, mencionó Vivian Lan Agami, Directora del Summit.
(function(w,q){w[q]=w[q]||[];w[q].push(["_mgc.load"])})(window,"_mgq");
¿Qué ofrecerá el SingularityU Virtual Summit en Jalisco 2020 ?
Ante un año de retos y un contexto de gran incertidumbre, esta edición permitirá descubrir las herramientas para salir adelante, fortalecerse y lograr esa agilidad que nos permita no solamente adaptarnos. Además, permitirá construir nuestra propia historia de éxito, sin importar en qué industria, sector, empresa u organización nos encontremos.
Los asistentes vivirán grandes experiencias personalizadas desde su hogar. Recibirán físicamente un paquete de bienvenida, donde encontrarán todo lo necesario para poder navegar en el mundo que el summit ha preparado especialmente.
Se contará con conferencias magistrales, talleres interactivos, mesas de dialogo y muchos espacios de networking. Pero si deseas conocer más detalles, así como comprar tus boletos para el SingularityU Virtual Summit en Jalisco 2020 , ingresando a www.singularityumexicosummit.com .
Los patrocinadores de este importante evento son:
Gobierno del Estado de Jalisco Secretaria de Innovación, Ciencia y Tecnología del Estado de Jalisco Desarrollo Económico del Estado de Jalisco Grupo Expansión Deloitte Arbomex ProyectoTerra Grupo Urrea Piego Digital Coaste KIO Networks.
(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"}]}