<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Financiamiento archivos - Biblioteca Digital de Seguridad Social</title>
	<atom:link href="https://bidiss.ciess.org/tag/financiamiento/feed/" rel="self" type="application/rss+xml" />
	<link>https://bidiss.ciess.org/tag/financiamiento/</link>
	<description>Biblioteca Digital de Seguridad Social completar descripción</description>
	<lastBuildDate>Thu, 03 Jul 2025 20:54:20 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://bidiss.ciess.org/wp-content/uploads/2024/01/favicon.png</url>
	<title>Financiamiento archivos - Biblioteca Digital de Seguridad Social</title>
	<link>https://bidiss.ciess.org/tag/financiamiento/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Inversión de fondos de pensiones en la seguridad social</title>
		<link>https://bidiss.ciess.org/bibliografias/inversion-de-fondos-de-pensiones-en-la-seguridad-social/</link>
		
		<dc:creator><![CDATA[Ernesto Ramirez]]></dc:creator>
		<pubDate>Thu, 03 Jul 2025 16:05:26 +0000</pubDate>
				<category><![CDATA[Bibliografías especializadas]]></category>
		<category><![CDATA[Administración de la seguridad social]]></category>
		<category><![CDATA[Beneficios]]></category>
		<category><![CDATA[Cobertura]]></category>
		<category><![CDATA[Costos]]></category>
		<category><![CDATA[Financiación]]></category>
		<category><![CDATA[Financiamiento]]></category>
		<category><![CDATA[Financiamiento de la seguridad social]]></category>
		<category><![CDATA[Finanzas]]></category>
		<category><![CDATA[Inversión]]></category>
		<category><![CDATA[Prestaciones]]></category>
		<category><![CDATA[Presupuestos]]></category>
		<category><![CDATA[Seguridad social]]></category>
		<category><![CDATA[Sistema de seguridad social]]></category>
		<guid isPermaLink="false">https://bidiss.ciess.org/?p=25158</guid>

					<description><![CDATA[<p><img width="860" height="575" src="https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social-860x575.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" /></p>
<p>Bibliografía especializada en sistemas de financiación en la seguridad social.</p>
<p>La entrada <a href="https://bidiss.ciess.org/bibliografias/inversion-de-fondos-de-pensiones-en-la-seguridad-social/">Inversión de fondos de pensiones en la seguridad social</a> se publicó primero en <a href="https://bidiss.ciess.org">Biblioteca Digital de Seguridad Social</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="25158" class="elementor elementor-25158" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-6c31a83 e-con-full e-flex e-con e-parent" data-id="6c31a83" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-86a253c elementor-widget__width-inherit elementor-widget elementor-widget-html" data-id="86a253c" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<head>
    <title>Estantería de boletines bibliohemerográficos</title>
    <link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.css">
    <style>
        @import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300&display=swap');

        body {
            margin: 0;
            padding: 0;
            font-family: 'Merriweather', sans-serif;
        }
        .CIESS-swiper-container {
            width: 100%;
            height: 50vh;
            position: relative;
        }
        .swiper-slide {
            position: relative;
            overflow: hidden;
            display: flex;
            border-radius: 5px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
            background: #fff;
        }
        .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            animation: zoom 15s linear infinite alternate;
            transform-origin: center;
        }
        @keyframes zoom {
            0% {
                transform: scale(1);
            }
            100% {
                transform: scale(1.3);
            }
        }
        .slide-content {
            display: flex;
            flex-direction: column;
            justify-content: center; 
            align-items: center;
            background: rgba(0, 0, 0, 0.25);
            border: 1px solid rgba(255, 255, 255, 0.20);
            width: 32%;
            transition: opacity 1s ease, background 0.5s ease;
            opacity: 1;
            padding: 60px;
            position: absolute;
            bottom: 0; 
            left: 0;
            height: 100%; 
            backdrop-filter: blur(10px);
            box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
        }
        .slide-content p {
            margin: 0;
            font-size: 2.5rem;
            font-family: 'Merriweather', serif;
            padding: 20px; 
            line-height: 1.2;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
            color: #FFF;
        }
        .CIESS-swiper-button-next, .CIESS-swiper-button-prev {
            display: none;
        }
        .swiper-pagination {
            position: absolute;
            bottom: 20px;
            left: 0;
            right: 0;
            text-align: center;
        }
        .swiper-pagination-bullet {
            width: 10px;
            height: 10px;
            display: inline-block;
            margin: 0 5px;
            border-radius: 50%;
        }
        .swiper-pagination-bullet-active {
            background: #FFF;
        }
       .swiper-slide:hover .slide-content {
        opacity: 1;
        background: rgba(0, 0, 0, 0.25);
        }
        @media screen and (max-width: 1024px) {
            .CIESS-swiper-container {
                width: 100%;
                height: 40vh;
                position: relative;
            }
            .slide-content {
                width: 100%;
                height: 35%; 
                justify-content: flex-end;
                text-align: center;
                padding: 20px;
            }
            .slide-content p {
                font-size: 1.5rem; 
                padding: 20px;
            }
        }

        @media screen and (max-width: 535px) {
            .slide-content {
                width: 100%;
                height: 30%; 
                text-align: center;
                padding: 20px;
            }
            .slide-content p {
                font-size: 1.2rem; 
                padding: 20px;
            }
        }
    </style>
</head>
<body>
<div class="swiper-container CIESS-swiper-container">
    <div class="swiper-wrapper">
        <a href="#" class="swiper-slide">
            <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social.jpg">
            <div class="slide-content">
                <p>Inversión de fondos de pensiones en la seguridad social</p>
            </div>
        </a>
        <a href="#" class="swiper-slide">
            <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social.jpg">
            <div class="slide-content">
                <p>Bibliografías especializadas</p>
            </div>
            </a>
    </div>
    <div class="swiper-pagination"></div>
</div>
<script src="https://unpkg.com/swiper/swiper-bundle.js"></script>
<script>
    var swiper = new Swiper('.swiper-container', {
        autoplay: {
            delay: 6000,
            disableOnInteraction: true,
        },
        effect: 'fade',
        loop: true,
        speed: 2000,
        watchSlidesVisibility: true,
        pagination: {
            el: '.swiper-pagination',
            clickable: true,
        },
    });
</script>

				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-06e3362 e-con-full e-flex e-con e-parent" data-id="06e3362" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
		<div class="elementor-element elementor-element-41c5d3e e-con-full e-flex e-con e-child" data-id="41c5d3e" data-element_type="container" data-e-type="container">
				</div>
		<div class="elementor-element elementor-element-c5a2a90 e-con-full e-flex e-con e-child" data-id="c5a2a90" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-19b7e93 elementor-widget elementor-widget-image" data-id="19b7e93" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/elementor/thumbs/bibliografias_inversion_fondos_pensiones-r888hems9yxb7twf6fysgfgb2w0ked582oe4isl81s.png" title="bibliografias_inversion_fondos_pensiones" alt="bibliografias_inversion_fondos_pensiones" loading="lazy" />															</div>
				</div>
				<div class="elementor-element elementor-element-556ae11 elementor-align-right elementor-widget elementor-widget-button" data-id="556ae11" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://bidiss.ciess.org/wp-content/uploads/2025/07/2025.-Bibliografa-Inversin-de-Fondos-de-Pensiones-en-la-Seguridad-Social.pdf" target="_blank">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V274.7l-73.4-73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0l128-128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L288 274.7V32zM64 352c-35.3 0-64 28.7-64 64v32c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V416c0-35.3-28.7-64-64-64H346.5l-45.3 45.3c-25 25-65.5 25-90.5 0L165.5 352H64zm368 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"></path></svg>			</span>
									<span class="elementor-button-text">Descárgalas en PDF</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-5becf82 e-con-full e-flex e-con e-child" data-id="5becf82" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-3bfd026 elementor-widget elementor-widget-html" data-id="3bfd026" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<html lang="es">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <style>
        body {
            font-family: "Raleway", sans-serif;
        }
        .color-black {
            color: #000000;
        }
        .color-blue {
            color: #3366ff;
        }
        .text-justify-inicio {
            text-align: justify;
            font-size: 25px;
        }
        .text-bold {
            font-weight: bold;
        }
        .link-blue {
            color: #043ca9;
            text-decoration: none;
        }
        h1 {
            font-size: 32px;
            color: #043ca9;
            margin-bottom: 2px;
            line-height: 30px;            
        }
        h2 {
            font-size: 26px;
            font-weight: 800;
            color: #043ca9;
        }
        h5 {
            font-size: 20px;
            font-weight: 800;
        }
        .tabla-nota td {
            text-align: left;
            padding: 5px;
            border: 1px solid #f5f5f5;
            border-radius: 10px;
        }
        .larger-font {
            font-size: 20px;
        }
        
        .titulo {
            font-weight: bold;
            }
        .bibliografia {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            }
        .ficha {
            width: 45%;
            margin: 10px;
            /*border: 1px solid #ccc;*/
            padding: 10px;
            text-align: left;
            transition: transform 0.2s;
            font-size: smaller;
            }
        /*.ficha:hover {
            transform: scale(1.05);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
            }*/
        .ficha img {
            max-width: 80%;
            margin-bottom: 5px;
            height: auto;
            transition: transform 0.2s;
            border-radius: 5px 5px 5px 5px;
  box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.5);
            }
        .ficha img:hover {
            transform: scale(1.05);
            justify-content: center;
            }
    </style>
</head>
<body>

    <p class="text-justify-inicio"><br>Para especializarte en este tema, inscríbete al curso <strong>"Inversión de fondos de pensiones en la seguridad social"</strong>, que impartiremos en el Centro Interamericano de Estudios de Seguridad Social del 18 de agosto al 8 de octubre de 2025 en la modalidad en Línea.</p>
</body>
</html>				</div>
				</div>
				<div class="elementor-element elementor-element-09b0f0d elementor-align-right elementor-widget elementor-widget-button" data-id="09b0f0d" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://home.ciess.org/curso-inversion-de-fondos-de-pensiones-en-la-seguridad-social-2025/" target="_blank">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<svg aria-hidden="true" class="e-font-icon-svg e-fas-info-circle" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z"></path></svg>			</span>
									<span class="elementor-button-text">Más información</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-1d71345 e-con-full e-flex e-con e-child" data-id="1d71345" data-element_type="container" data-e-type="container">
				</div>
				</div>
		<div class="elementor-element elementor-element-1461df9 e-flex e-con-boxed e-con e-parent" data-id="1461df9" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-a0ef2f6 elementor-widget elementor-widget-html" data-id="a0ef2f6" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<html lang="es">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <style>
        body {
            font-family: "Raleway", sans-serif;
        }
        .color-black {
            color: #000000;
        }
        .color-blue {
            color: #3366ff;
        }
        .text-justify {
            text-align: justify;
            font-size: 18px;
        }
        .text-bold {
            font-weight: bold;
        }
        .link-blue {
            color: #043ca9;
            text-decoration: none;
        }
        h1 {
            font-size: 32px;
            color: #043ca9;
            margin-bottom: 2px;
            line-height: 30px;            
        }
        h2 {
            font-size: 26px;
            font-weight: 800;
            color: #043ca9;
        }
        h5 {
            font-size: 28px;
            font-weight: 800;
            text-align: center;
            line-height: 30px; 
            margin-bottom: 2px;
        }
        .larger-font {
            font-size: 20px;
        }
        .titulo {
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;
            background-color: #f0eee6;
            padding: .5rem;
            border-radius: 8px;
        }
        .bibliografia {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .ficha {
            width: calc(23% - 20px); /* Se ajusta el ancho al 25% para mostrar cuatro fichas por fila */
            margin: 10px;
            border: 1px solid #ccc;
            text-align: left;
            transition: transform 0.2s;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 1rem;
            margin: 1rem;
            text-decoration: none;
            color: #333 !important;
            transition: all 0.3s ease;
            border-radius: 10px;
        }
        .ficha:hover {
            box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.2);
        }
        .ficha img {
            width: 100%;
            max-width: 100%;
            margin-bottom: 5px;
            margin-bottom: 16px;
            height: auto;
            transition: transform 0.2s;
            border-radius: 5px 5px 5px 5px;
            box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.5);
        }
        .ficha img:hover {
            justify-content: center;
        }
        .title-line {
            height: 2px;
            background: linear-gradient(to right, #85ac1c, #1092bc);
            margin-top: 10px;
        }
        .registro-boton-active {
            display: inline-block;
            padding: 15px 15px;
            border: 2px solid #3675AB;
            text-align: center;
            border-radius: 5px;
            transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
            margin-top: 20px;
            background-color: #3675AB;
            color: #ffffff;
            text-decoration: none;
        }
        .registro-boton-active:hover {
            color: #3675AB;
            background-color: #ffffff;
            border-color: #3675AB;
        }
        @media (max-width: 768px) {
            .ficha {
                max-width: calc(50% - 20px);
                margin: 10px;
                padding: 10px;
            }
            .titulo {
                font-size: 12px;
            }
        }
        @media (max-width: 480px) {
            .ficha {
                width: calc(100% - 20px);
                margin: 5px;
                padding: 5px;
            }
            .titulo {
                font-size: 16px;
            }
        }
    </style>
</head>

<body>
<h5>Consulta material documental especializado</h5>
<div class="title-line"></div>
  <div class="bibliografia">

    <div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2025/07/bib-pub-01-a.png" alt="Libro 1">
      <div class="titulo">Brett Hammond, P., O’Brien, A. (2023). <strong>Pensions and ESG: An Institutional and Historical Perspective</strong>. En: <i>Pension funds and sustainable investment challenges and opportunities</i>. University Press.
      </div>
      <a href="https://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=33521" rel="noopener" class="registro-boton-active" target="_blank">
          <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;
         </a>
    </div>

    <div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2025/07/bib-pub-01-a.png" alt="Libro 2">
      <div class="titulo">Nikulina, L. (2023). <strong>Global Pensions and ESG Is There a Better Way?</strong>. En: <i>Pension funds and sustainable investment challenges and opportunities</i>. University Press.
      </div>
      <a href="https://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=33521" rel="noopener" class="registro-boton-active" target="_blank">
          <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;
         </a>
    </div>

    <div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2025/07/bib-pub-03-a.png" alt="Libro 3">
      <div class="titulo">Atlatenco I., Q. (2022). <strong>Evaluación de la eficiencia de gestión de las sociedades de inversión básicas especializadas en fondos para el retiro</strong>. <i>Ciencias Administrativas, (20), 101.</i>
      </div>
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2541" rel="noopener" class="registro-boton-active" target="_blank">
          <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;
         </a>
    </div>

    <div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2025/07/bib-pub-04-a.png" alt="Libro 4">
      <div class="titulo">Organización Internacional del Trabajo (2022). <strong>Análisis técnico de la gobernanza y gestión de inversiones del BIESS</strong>. OIT.
      </div>
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2243" rel="noopener" class="registro-boton-active" target="_blank">
          <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;
         </a>
    </div>

    <div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2025/07/bib-pub-05-a.png" alt="Libro 5">
      <div class="titulo">Cont, W., Pessino, C. (2022). <strong>Las garantías de pensiones mínimas en sistemas de contribución definida en América Latina: un nuevo pasivo contingente</strong>. Banco Interamericano de Desarrollo.
      </div>
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2814" rel="noopener" class="registro-boton-active" target="_blank">
          <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;
         </a>
    </div>

<div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2025/07/bib-pub-06-a.png" alt="Libro 6">
      <div class="titulo">Bazán Ramírez, W. (2021). <strong>Modelación del promedio mensual de los valores cuota por AFP y fondo tipo 2 con la metodología Box y Jenkins o ARIMA</strong>. <i>Industrial Data, 24(1)</i>.
      </div>
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2811" rel="noopener" class="registro-boton-active" target="_blank">
          <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;
         </a>
    </div>

   <div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2024/05/bib-01.png" alt="Libro 7">
      <div class="titulo">Contreras, C. (2020). <strong>Tendencias de financiación de los beneficios para la seguridad social para la ampliación de la cobertura</strong>. Conferencia Interamericana de Seguridad Social.
      </div>
      <a href="https://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=28939" rel="noopener" class="registro-boton-active" target="_blank">
          <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;
         </a>
    </div>
 
 <div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2025/07/bib-pub-08-a.png" alt="Libro 8">
      <div class="titulo">Milena, C., Pardo, S. (2020). <strong>Financiarización e inversiones de los fondos de pensiones en la Alianza del Pacífico</strong>. <i>Perfiles Latinoamericanos, 28(56), 207-233.</i>
      </div>
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2812" rel="noopener" class="registro-boton-active" target="_blank">
  <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;</a>
    </div>
    
  <div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2024/05/bib-04.png" alt="Libro 9">
      <div class="titulo">Miranda, M. (2020). <strong>Sostenibilidad financiera de los sistemas de pensiones de la seguridad social en Latinoamérica y el Caribe: Aspectos actuariales y de gobernanza</strong>. CISS.
      </div>
      <a href="https://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=28888" rel="noopener" class="registro-boton-active" target="_blank">
          <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;
         </a>
    </div>


  <div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2025/07/bib-pub-10-a.png" alt="Libro 10">
      <div class="titulo">Avilés Ochoa, E., & Torres López, L. R. (2020). <strong>Gobernanza y fondos de pensiones. Análisis de mejores prácticas internacionales</strong>. <i>Estudios Políticos, (51). </i>
      </div>
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2806" rel="noopener" class="registro-boton-active" target="_blank">
          <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;
         </a>
    </div>

<div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2025/07/bib-pub-11-a.png" alt="Libro 11">
      <div class="titulo">Metzler, T. (2019). <strong>Transformando la gestión de activos de seguros para el mercado institucional</strong>. En: <i>Sistemas de Pensiones de Cara a un Mundo Cambiante</i>. FIAP.
      </div>
      <a href="https://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=29005" rel="noopener" class="registro-boton-active" target="_blank">
          <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;
         </a>
    </div>
 
 <div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2025/07/bib-pub-12-a.png" alt="Libro 12">
      <div class="titulo">Cecchini S., Atuesta, B. (2017). <strong>Programas de transferencias condicionadas en América Latina y el Caribe: tendencias de cobertura e inversión</strong>. <i>Serie Políticas Sociales ; 224</i>. CEPAL. 
      </div>
       <a href="https://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=28204" rel="noopener" class="registro-boton-active" target="_blank">
          <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;
         </a>
    </div>

    <div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2025/07/bib-pub-16-a.png" alt="Libro 13">
      <div class="titulo">Federación Internacional de Administradoras de Fondos de Pensiones (2016). <strong>Seminario FIAP. Las Oportunidades y Desafíos de las Inversiones de los Fondos de Pensiones y del Ahorro Previsional Voluntario</strong>. FIAP.
      </div>
      <a href="https://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=28186" rel="noopener" class="registro-boton-active" target="_blank">
          <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;
         </a>
    </div>

 <div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2025/07/bib-pub-17-a.png" alt="Libro 14">
      <div class="titulo">Rajkumar, S., Dorfman, M. (2011). <strong>Governance and Investment of Public Pension Assets : Practitioners Perspectives</strong>. World Bank
      </div>
        <a href="https://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=34758" rel="noopener" class="registro-boton-active" target="_blank">
    <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;</a>
  </div>

  <div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2025/07/bib-pub-13-a.png" alt="Libro 15">
      <div class="titulo">Alonso, J. (2009). <strong>Un balance de la inversión de los fondos de pensiones en infraestructura: la experiencia en Latinoamérica</strong>. <i>Economic Research Department; No. 0920</i>. BBVA Research.
      </div>
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2808" rel="noopener" class="registro-boton-active" target="_blank">
          <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;
         </a>
  </div>

  <div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2025/07/bib-pub-14-a.png" alt="Libro 16">
      <div class="titulo">Retana A, Z. C. (2008). <strong>Diagnóstico actual y perspectivas futuras para la inversión en los fondos de pensiones de la seguridad social<strong>. Tesis para obtener el título de Actuaría. 
      </div>
      <a href="https://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=23848" rel="noopener" class="registro-boton-active" target="_blank">
          <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;
         </a>
  </div>

  <div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2025/07/bib-pub-15-a.png" alt="Libro 17">
      <div class="titulo">Levy O., N. (2006). <strong>El efecto de los fondos de pensiones en el mercado financiero mexicano<strong>. En: <i>Reforma financiera en América Latina</i>. CLACSO.
      </div>
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2813" rel="noopener" class="registro-boton-active" target="_blank">
          <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;
         </a>
  </div>

    <!-- Agrega más fichas bibliográficas según sea necesario -->
  </div>
  
        <h5>Temas destacados en esta bibliografía:</h5>
</body>
</html>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-8a1efb6 e-flex e-con-boxed e-con e-parent" data-id="8a1efb6" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-dbc5234 elementor-widget elementor-widget-post-info" data-id="dbc5234" data-element_type="widget" data-e-type="widget" data-widget_type="post-info.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-post-info">
								<li class="elementor-icon-list-item elementor-repeater-item-6bf1ddb" itemprop="about">
										<span class="elementor-icon-list-icon">
								<svg aria-hidden="true" class="e-font-icon-svg e-fas-tags" viewBox="0 0 640 512" xmlns="http://www.w3.org/2000/svg"><path d="M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z"></path></svg>							</span>
									<span class="elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms">
							<span class="elementor-post-info__item-prefix">Temas:</span>
										<span class="elementor-post-info__terms-list">
				<a href="https://bidiss.ciess.org/tag/administracion-de-la-seguridad-social/" class="elementor-post-info__terms-list-item">Administración de la seguridad social</a>, <a href="https://bidiss.ciess.org/tag/beneficios/" class="elementor-post-info__terms-list-item">Beneficios</a>, <a href="https://bidiss.ciess.org/tag/cobertura/" class="elementor-post-info__terms-list-item">Cobertura</a>, <a href="https://bidiss.ciess.org/tag/costos/" class="elementor-post-info__terms-list-item">Costos</a>, <a href="https://bidiss.ciess.org/tag/financiacion/" class="elementor-post-info__terms-list-item">Financiación</a>, <a href="https://bidiss.ciess.org/tag/financiamiento/" class="elementor-post-info__terms-list-item">Financiamiento</a>, <a href="https://bidiss.ciess.org/tag/financiamiento-de-la-seguridad-social/" class="elementor-post-info__terms-list-item">Financiamiento de la seguridad social</a>, <a href="https://bidiss.ciess.org/tag/finanzas/" class="elementor-post-info__terms-list-item">Finanzas</a>, <a href="https://bidiss.ciess.org/tag/inversion/" class="elementor-post-info__terms-list-item">Inversión</a>, <a href="https://bidiss.ciess.org/tag/prestaciones/" class="elementor-post-info__terms-list-item">Prestaciones</a>, <a href="https://bidiss.ciess.org/tag/presupuestos/" class="elementor-post-info__terms-list-item">Presupuestos</a>, <a href="https://bidiss.ciess.org/tag/seguridad-social/" class="elementor-post-info__terms-list-item">Seguridad social</a>, <a href="https://bidiss.ciess.org/tag/sistema-de-seguridad-social/" class="elementor-post-info__terms-list-item">Sistema de seguridad social</a>				</span>
					</span>
								</li>
				</ul>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-72d66a7 e-flex e-con-boxed e-con e-parent" data-id="72d66a7" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-d91f3ef elementor-widget elementor-widget-spacer" data-id="d91f3ef" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-0ed5c7e e-flex e-con-boxed e-con e-parent" data-id="0ed5c7e" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-9f14531 elementor-widget elementor-widget-heading" data-id="9f14531" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Otras bibliografías disponibles:</h2>				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-568cbfe e-flex e-con-boxed e-con e-parent" data-id="568cbfe" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-ace9e83 elementor-grid-4 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="ace9e83" data-element_type="widget" data-e-type="widget" data-settings="{&quot;classic_columns&quot;:&quot;4&quot;,&quot;classic_masonry&quot;:&quot;yes&quot;,&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
							<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-8750 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-administracion-de-la-seguridad-social tag-beneficios tag-cobertura tag-costos tag-financiacion tag-financiamiento tag-financiamiento-de-la-seguridad-social tag-finanzas tag-inversion tag-prestaciones tag-presupuestos tag-seguridad-social tag-sistema-de-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/introduccion-a-los-sistemas-de-financiacion-en-la-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img fetchpriority="high" decoding="async" width="650" height="366" src="https://bidiss.ciess.org/wp-content/uploads/2024/05/11-introduccion-sistemas-financiacion.png" class="attachment-full size-full wp-image-8751" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/05/11-introduccion-sistemas-financiacion.png 650w, https://bidiss.ciess.org/wp-content/uploads/2024/05/11-introduccion-sistemas-financiacion-300x169.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/05/11-introduccion-sistemas-financiacion-580x327.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/05/11-introduccion-sistemas-financiacion-640x360.png 640w" sizes="(max-width: 650px) 100vw, 650px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/introduccion-a-los-sistemas-de-financiacion-en-la-seguridad-social/" >
				Introducción a los sistemas de financiación en la seguridad social			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/bibliografias/introduccion-a-los-sistemas-de-financiacion-en-la-seguridad-social/" aria-label="Más información sobre Introducción a los sistemas de financiación en la seguridad social" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-10086 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-aspectos-actuariales tag-aspectos-demograficos tag-envejecimiento-poblacional tag-financiamiento tag-fondos-de-pensiones tag-genero tag-pensiones tag-prevision-social tag-reformas tag-seguridad-social tag-seguro-social tag-sistemas-de-pensiones">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/sistemas-de-pensiones-en-las-americas/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img decoding="async" width="650" height="366" src="https://bidiss.ciess.org/wp-content/uploads/2024/07/06-sistemas-pensiones-modelos.png" class="attachment-full size-full wp-image-10087" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/07/06-sistemas-pensiones-modelos.png 650w, https://bidiss.ciess.org/wp-content/uploads/2024/07/06-sistemas-pensiones-modelos-300x169.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/07/06-sistemas-pensiones-modelos-580x327.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/07/06-sistemas-pensiones-modelos-640x360.png 640w" sizes="(max-width: 650px) 100vw, 650px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/sistemas-de-pensiones-en-las-americas/" >
				Sistemas de pensiones en las Américas			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/bibliografias/sistemas-de-pensiones-en-las-americas/" aria-label="Más información sobre Sistemas de pensiones en las Américas" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-16520 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-pensiones tag-politicas-sociales tag-prestaciones tag-proteccion-social tag-riesgos-del-trabajo tag-seguridad-social tag-seguridad-y-salud-ocupacional tag-seguros-sociales tag-servicios-de-salud tag-sistemas-de-salud">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/seguridad-social-integral/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img decoding="async" width="1920" height="1080" src="https://bidiss.ciess.org/wp-content/uploads/2025/06/Seguridad-Social-integral-1.jpg" class="attachment-full size-full wp-image-25138" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2025/06/Seguridad-Social-integral-1.jpg 1920w, https://bidiss.ciess.org/wp-content/uploads/2025/06/Seguridad-Social-integral-1-300x169.jpg 300w, https://bidiss.ciess.org/wp-content/uploads/2025/06/Seguridad-Social-integral-1-1024x576.jpg 1024w, https://bidiss.ciess.org/wp-content/uploads/2025/06/Seguridad-Social-integral-1-768x432.jpg 768w, https://bidiss.ciess.org/wp-content/uploads/2025/06/Seguridad-Social-integral-1-1536x864.jpg 1536w, https://bidiss.ciess.org/wp-content/uploads/2025/06/Seguridad-Social-integral-1-580x326.jpg 580w, https://bidiss.ciess.org/wp-content/uploads/2025/06/Seguridad-Social-integral-1-860x484.jpg 860w, https://bidiss.ciess.org/wp-content/uploads/2025/06/Seguridad-Social-integral-1-1160x653.jpg 1160w, https://bidiss.ciess.org/wp-content/uploads/2025/06/Seguridad-Social-integral-1-640x360.jpg 640w" sizes="(max-width: 1920px) 100vw, 1920px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/seguridad-social-integral/" >
				Seguridad social integral			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/bibliografias/seguridad-social-integral/" aria-label="Más información sobre Seguridad social integral" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-8881 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-bienestar-social tag-derechos-humanos tag-derechos-sociales tag-desarrollo-humano tag-discriminacion tag-equidad tag-pobreza tag-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/derechos-humanos-y-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="1920" height="1080" src="https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos.jpg" class="attachment-full size-full wp-image-8882" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos.jpg 1920w, https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos-300x169.jpg 300w, https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos-1024x576.jpg 1024w, https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos-768x432.jpg 768w, https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos-1536x864.jpg 1536w, https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos-580x326.jpg 580w, https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos-860x484.jpg 860w, https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos-1160x653.jpg 1160w, https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos-640x360.jpg 640w" sizes="(max-width: 1920px) 100vw, 1920px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/derechos-humanos-y-seguridad-social/" >
				Derechos humanos y seguridad social			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/bibliografias/derechos-humanos-y-seguridad-social/" aria-label="Más información sobre Derechos humanos y seguridad social" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				</div>
		
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-b8167f9 e-flex e-con-boxed e-con e-parent" data-id="b8167f9" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-9d9a97a elementor-share-buttons--view-icon elementor-share-buttons--shape-circle elementor-share-buttons--align-center elementor-share-buttons--skin-gradient elementor-grid-0 elementor-share-buttons--color-official elementor-widget elementor-widget-share-buttons" data-id="9d9a97a" data-element_type="widget" data-e-type="widget" data-widget_type="share-buttons.default">
				<div class="elementor-widget-container">
							<div class="elementor-grid">
								<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_facebook"
							role="button"
							tabindex="0"
							aria-label="Compartir en facebook"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-facebook" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z"></path></svg>							</span>
																				</div>
					</div>
									<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_twitter"
							role="button"
							tabindex="0"
							aria-label="Compartir en twitter"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-twitter" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"></path></svg>							</span>
																				</div>
					</div>
									<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_linkedin"
							role="button"
							tabindex="0"
							aria-label="Compartir en linkedin"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-linkedin" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"></path></svg>							</span>
																				</div>
					</div>
									<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_whatsapp"
							role="button"
							tabindex="0"
							aria-label="Compartir en whatsapp"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-whatsapp" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z"></path></svg>							</span>
																				</div>
					</div>
									<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_telegram"
							role="button"
							tabindex="0"
							aria-label="Compartir en telegram"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-telegram" viewBox="0 0 496 512" xmlns="http://www.w3.org/2000/svg"><path d="M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm121.8 169.9l-40.7 191.8c-3 13.6-11.1 16.9-22.4 10.5l-62-45.7-29.9 28.8c-3.3 3.3-6.1 6.1-12.5 6.1l4.4-63.1 114.9-103.8c5-4.4-1.1-6.9-7.7-2.5l-142 89.4-61.2-19.1c-13.3-4.2-13.6-13.3 2.8-19.7l239.1-92.2c11.1-4 20.8 2.7 17.2 19.5z"></path></svg>							</span>
																				</div>
					</div>
						</div>
						</div>
				</div>
					</div>
				</div>
				</div>
		<p>La entrada <a href="https://bidiss.ciess.org/bibliografias/inversion-de-fondos-de-pensiones-en-la-seguridad-social/">Inversión de fondos de pensiones en la seguridad social</a> se publicó primero en <a href="https://bidiss.ciess.org">Biblioteca Digital de Seguridad Social</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Aportaciones</title>
		<link>https://bidiss.ciess.org/glosario/aportaciones/</link>
		
		<dc:creator><![CDATA[Ernesto Ramirez]]></dc:creator>
		<pubDate>Thu, 06 Mar 2025 19:18:10 +0000</pubDate>
				<category><![CDATA[A]]></category>
		<category><![CDATA[Actuaría y financiamiento]]></category>
		<category><![CDATA[Contribuciones]]></category>
		<category><![CDATA[Glosario]]></category>
		<category><![CDATA[Pensiones]]></category>
		<category><![CDATA[Actuaría]]></category>
		<category><![CDATA[América Latina]]></category>
		<category><![CDATA[Aspectos actuariales]]></category>
		<category><![CDATA[Financiamiento]]></category>
		<category><![CDATA[Glosario de seguridad social]]></category>
		<guid isPermaLink="false">https://bidiss.ciess.org/?p=24049</guid>

					<description><![CDATA[<p>Recursos que son depositados en la cuenta individual de cada trabajador y que son de carácter obligatorio. Estas aportaciones son de naturaleza tripartita ya que contribuyen: el patrón, el Gobierno Federal y el propio trabajador.</p>
<p>La entrada <a href="https://bidiss.ciess.org/glosario/aportaciones/">Aportaciones</a> se publicó primero en <a href="https://bidiss.ciess.org">Biblioteca Digital de Seguridad Social</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="24049" class="elementor elementor-24049" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-1fd93bb e-flex e-con-boxed e-con e-parent" data-id="1fd93bb" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-3a968b4 elementor-widget elementor-widget-heading" data-id="3a968b4" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h1 class="elementor-heading-title elementor-size-default">GLOSARIO DE SEGURIDAD SOCIAL</h1>				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-73ff07a e-flex e-con-boxed e-con e-parent" data-id="73ff07a" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-4f197d2 elementor-widget-divider--separator-type-pattern elementor-widget-divider--no-spacing elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="4f197d2" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider" style="--divider-pattern-url: url(&quot;data:image/svg+xml,%3Csvg xmlns=&#039;http://www.w3.org/2000/svg&#039; preserveAspectRatio=&#039;none&#039; overflow=&#039;visible&#039; height=&#039;100%&#039; viewBox=&#039;0 0 24 24&#039; fill=&#039;black&#039; stroke=&#039;none&#039;%3E%3Cpath d=&#039;M24,8v12H0V8H24z M24,4v1H0V4H24z&#039;/%3E%3C/svg%3E&quot;);">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-6c31a83 e-con-full e-flex e-con e-parent" data-id="6c31a83" data-element_type="container" data-e-type="container">
				</div>
		<div class="elementor-element elementor-element-195e379 e-flex e-con-boxed e-con e-parent" data-id="195e379" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-bbf8e06 e-con-full e-flex e-con e-child" data-id="bbf8e06" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-d655dfd elementor-widget elementor-widget-text-editor" data-id="d655dfd" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h1 class="page-title">Aportaciones</h1>
Recursos que son depositados en la cuenta individual de cada trabajador y que son de carácter obligatorio. Estas aportaciones son de naturaleza tripartita ya que contribuyen: el patrón, el Gobierno Federal y el propio trabajador.								</div>
				</div>
				<div class="elementor-element elementor-element-ee8c15a elementor-widget elementor-widget-SimpleAudioPlayer" data-id="ee8c15a" data-element_type="widget" data-e-type="widget" data-widget_type="SimpleAudioPlayer.default">
				<div class="elementor-widget-container">
					
		<div class="skin_simple h5ap_standard_player" data-options='{"controls":["play","progress","current-time","duration","mute","volume","settings"],"seekTime":15}'>
			<audio controls id="bplayer_id" >
				<source src="https://bidiss.ciess.org/wp-content/uploads/2025/03/Aportaciones.mp3?download=false" type="audio/mp3">
			</audio>
		</div>

				</div>
				</div>
				<div class="elementor-element elementor-element-3c13b16 elementor-widget elementor-widget-spacer" data-id="3c13b16" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-0f4496f elementor-widget elementor-widget-button" data-id="0f4496f" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://bidiss.ciess.org/glosario/">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<svg aria-hidden="true" class="e-font-icon-svg e-far-list-alt" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h404a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-42-92v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm-252 12c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36z"></path></svg>			</span>
									<span class="elementor-button-text">Volver al Glosario </span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-07dc334 e-con-full e-flex e-con e-child" data-id="07dc334" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-6e172e7 elementor-widget elementor-widget-spacer" data-id="6e172e7" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-35268a2 elementor-widget elementor-widget-heading" data-id="35268a2" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Términos relacionados</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-07ff7ce elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="07ff7ce" data-element_type="widget" data-e-type="widget" data-settings="{&quot;classic_columns&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
							<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-24073 post type-post status-publish format-standard hentry category-glosario category-pensiones-seguros category-s category-salud-y-seguridad category-seguros tag-glosario-de-seguridad-social-america-latina-salud tag-riesgos-de-trabajo tag-salud tag-salud-publica tag-seguridad-en-el-trabajo tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/seguro-de-sobrevivencia/" >
				Seguro de sobrevivencia			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-24054 post type-post status-publish format-standard hentry category-a category-glosario category-pensiones-seguros category-seguros tag-afiliacion tag-beneficios tag-cotizaciones tag-seguridad-social tag-seguros">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/aseguradoras/" >
				Aseguradoras			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-24049 post type-post status-publish format-standard hentry category-a category-actuaria-y-financiamiento-glosario category-contribuciones category-glosario category-pensiones-seguros tag-actuaria tag-america-latina tag-aspectos-actuariales tag-financiamiento tag-glosario-de-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/aportaciones/" >
				Aportaciones			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-24041 post type-post status-publish format-standard hentry category-a category-actuaria-y-financiamiento-glosario category-contribuciones category-glosario category-pensiones-seguros tag-actuaria tag-america-latina tag-aspectos-actuariales tag-financiamiento tag-glosario-de-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/ahorro-voluntario/" >
				Ahorro voluntario			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-24036 post type-post status-publish format-standard hentry category-a category-actuaria-y-financiamiento-glosario category-contribuciones category-glosario category-pensiones-seguros tag-beneficios tag-edad-de-retiro tag-jubilaciones tag-pensiones tag-retiro tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/afore/" >
				AFORE			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-23933 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-c category-glosario category-pensiones-seguros tag-beneficios tag-edad-de-retiro tag-jubilaciones tag-pensiones tag-retiro tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/curva-de-rendimiento-yield-curve/" >
				Curva de rendimiento (Yield Curve)			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-23855 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-glosario category-pensiones-seguros category-v tag-beneficios tag-edad-de-retiro tag-jubilaciones tag-pensiones tag-retiro tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/valuacion-actuarial/" >
				Valuación actuarial			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-23147 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-glosario category-pensiones-seguros category-s tag-beneficios tag-edad-de-retiro tag-jubilaciones tag-pensiones tag-retiro tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/sistema-financiero-de-prima-escalonada/" >
				Sistema financiero de prima escalonada			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-23132 post type-post status-publish format-standard hentry category-glosario category-pensiones-seguros category-s tag-beneficios tag-edad-de-retiro tag-jubilaciones tag-pensiones tag-retiro tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/sistema-de-reparto-puro/" >
				Sistema de reparto puro			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-23127 post type-post status-publish format-standard hentry category-glosario category-pensiones-seguros category-s tag-beneficios tag-edad-de-retiro tag-jubilaciones tag-pensiones tag-retiro tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/sistema-de-jubilaciones-y-pensiones/" >
				Sistema de jubilaciones y pensiones			</a>
		</h5>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-d5c7011 e-flex e-con-boxed e-con e-parent" data-id="d5c7011" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-88d71ec elementor-widget elementor-widget-text-editor" data-id="88d71ec" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<div class="text-header"><i class="fa-solid fa-mug-hot"></i> Tal vez pueda interesarte:</div>
<div class="title-line"></div>
								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-a736bff e-flex e-con-boxed e-con e-parent" data-id="a736bff" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-9f98160 e-con-full e-flex e-con e-child" data-id="9f98160" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-bb42c70 elementor-widget elementor-widget-heading" data-id="bb42c70" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Publicaciones</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-d08cb1e elementor-grid-1 elementor-posts--thumbnail-left elementor-grid-tablet-1 elementor-grid-mobile-1 elementor-widget elementor-widget-posts" data-id="d08cb1e" data-element_type="widget" data-e-type="widget" data-settings="{&quot;classic_columns&quot;:&quot;1&quot;,&quot;classic_columns_tablet&quot;:&quot;1&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
							<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-2467 post type-post status-publish format-standard has-post-thumbnail hentry category-aspectos-juridicos category-aspectos-politicos category-conceptos category-cuadernos-de-historia-teoria-y-bienestar category-derecho-a-la-seguridad-social category-derechos-humanos category-desarrollo-de-la-seguridad-social category-desarrollo-institucional category-editadas-por-la-secretaria-general category-estado-de-bienestar category-historia-de-la-seguridad-social category-marco-legal-de-la-seguridad-social category-organismo-internacional category-principios-de-la-seguridad-social category-publicaciones category-temas tag-derecho-de-la-seguridad-social tag-desarrollo-de-la-seguridad-social tag-historia tag-marco-conceptual tag-organismo-internacional tag-principios-de-la-seguridad-social tag-relaciones-internacionales tag-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/propuesta-conceptual-para-el-analisis-de-la-seguridad-social-desde-la-ciss/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="630" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/Cuadernos-Bienestar-02.png" class="attachment-medium_large size-medium_large wp-image-2468" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Cuadernos-Bienestar-02.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Cuadernos-Bienestar-02-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Cuadernos-Bienestar-02-580x838.png 580w" sizes="(max-width: 630px) 100vw, 630px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/propuesta-conceptual-para-el-analisis-de-la-seguridad-social-desde-la-ciss/" >
				Propuesta conceptual para el análisis de la seguridad social desde la CISS			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Este documento, es una propuesta conceptual inicial de seguridad social, y tiene como objetivos principales: (1) guiar los trabajos de investigación, recomendaciones de política pública y asistencia técnica de la		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-4075 post type-post status-publish format-standard has-post-thumbnail hentry category-editadas-por-la-secretaria-general category-equidad-de-genero category-genero category-igualdad-y-equidad category-mujer-y-seguridad-social category-publicaciones category-serie-estudios category-temas tag-america-latina tag-equidad-de-genero tag-genero tag-igualdad-y-equidad tag-mexico tag-mujer-y-seguridad-social tag-seguridad-social tag-uruguay">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/conformacion-del-grupo-de-estudios-sobre-la-mujer-compilacion/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="630" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-49.png" class="attachment-medium_large size-medium_large wp-image-4076" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-49.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-49-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-49-580x838.png 580w" sizes="(max-width: 630px) 100vw, 630px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/conformacion-del-grupo-de-estudios-sobre-la-mujer-compilacion/" >
				Conformación del Grupo de Estudios sobre la Mujer. Compilación			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>onencias desarrolladas durante la creación del Grupo de Estudios sobre la Mujer, en la Reunión Técnica de la Comisión Americana Jurídico Social, celebrada el 23 de noviembre de 1998, en		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-2557 post type-post status-publish format-standard has-post-thumbnail hentry category-aborto category-acceso-a-la-salud category-asistencia-medica category-cobertura category-cuadernos-de-politicas-para-el-bienestar category-cuidados-de-salud category-editadas-por-la-secretaria-general category-maternidad category-proteccion-de-la-salud category-publicaciones category-seguro-de-maternidad category-servicios-de-salud category-temas tag-aborto tag-america-latina tag-maternidad tag-riesgo-social tag-salud-sexual-y-reproductiva tag-seguridad-social tag-seguro-de-maternidad tag-seguro-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/aborto-maternidad-y-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="630" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/Cuadernos-Politicas-Bienestar-02.png" class="attachment-medium_large size-medium_large wp-image-2558" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Cuadernos-Politicas-Bienestar-02.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Cuadernos-Politicas-Bienestar-02-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Cuadernos-Politicas-Bienestar-02-580x838.png 580w" sizes="(max-width: 630px) 100vw, 630px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/aborto-maternidad-y-seguridad-social/" >
				Aborto, maternidad y seguridad social			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>En este cuaderno la autora propone tratar al aborto como un riesgo social que impacta directamente en el bienestar de las mujeres y, por tanto, debe ser garantizado, de manera		</div>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-740b1a3 e-con-full e-flex e-con e-child" data-id="740b1a3" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-2bb0131 elementor-widget elementor-widget-heading" data-id="2bb0131" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Monitor de recursos</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-0c762aa elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="0c762aa" data-element_type="widget" data-e-type="widget" data-settings="{&quot;classic_columns&quot;:&quot;1&quot;,&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
							<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-10672 post type-post status-publish format-standard has-post-thumbnail hentry category-base-de-datos-monitor-de-recursos-de-informacion category-monitor-de-recursos-de-informacion category-revistas-especializadas tag-bases-de-datos tag-bibliotecologia tag-publicaciones-cientificas tag-revistas-especializadas tag-sistemas-de-informacion">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/latindex/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="910" height="505" src="https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-2.png" class="attachment-full size-full wp-image-10673" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-2.png 910w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-2-300x166.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-2-768x426.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-2-580x322.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-2-860x477.png 860w" sizes="(max-width: 910px) 100vw, 910px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/latindex/" >
				Latindex			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Esta base de datos incluye revistas de investigación científica, técnico-profesionales y de divulgación científica y cultural que se editan en América Latina, el Caribe, España		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-13061 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliotecas-digitales category-monitor-de-recursos-de-informacion tag-aspectos-sociales tag-bases-de-datos tag-bibliotecologia tag-contribuciones tag-derechos-humanos tag-medio-ambiente tag-migracion tag-motor-de-busqueda tag-pensiones tag-programas-sociales tag-proteccion-social tag-repositorio tag-sistemas-de-informacion">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/biblioteca-del-colegio-de-mexico-daniel-cosio-villegas/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="910" height="531" src="https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-cm.png" class="attachment-full size-full wp-image-13062" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-cm.png 910w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-cm-300x175.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-cm-768x448.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-cm-580x338.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-cm-860x502.png 860w" sizes="(max-width: 910px) 100vw, 910px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/biblioteca-del-colegio-de-mexico-daniel-cosio-villegas/" >
				Biblioteca del Colegio de México «Daniel Cosío Villegas»			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Repositorio institucional de la Organización Panamericana de la Salud/Organización Mundial de Salud (OPS/OMS) que se ha consolidado como su biblioteca digital, ya que reúne los		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-13727 post type-post status-publish format-standard has-post-thumbnail hentry category-monitor-de-recursos-de-informacion category-uso-de-la-informacion tag-administracion-de-la-informacion tag-bases-de-datos tag-bibliotecologia tag-informacion-documental tag-normas-apa tag-sistemas-de-informacion tag-uso-de-fuentes-documentales tag-uso-de-la-informacion">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/zotero-un-excelente-gestor-de-referencias/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="910" height="531" src="https://bidiss.ciess.org/wp-content/uploads/2024/09/monitor-zotero.png" class="attachment-full size-full wp-image-13729" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/09/monitor-zotero.png 910w, https://bidiss.ciess.org/wp-content/uploads/2024/09/monitor-zotero-300x175.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/09/monitor-zotero-768x448.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/09/monitor-zotero-580x338.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/09/monitor-zotero-860x502.png 860w" sizes="(max-width: 910px) 100vw, 910px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/zotero-un-excelente-gestor-de-referencias/" >
				Zotero, un excelente gestor de referencias			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Cuando desarrollamos un trabajo académico o científico, es fundamental reconocer y citar adecuadamente las fuentes que utilizamos.</p>		</div>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-fdb79fb e-con-full e-flex e-con e-child" data-id="fdb79fb" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-acb7b4b elementor-widget elementor-widget-heading" data-id="acb7b4b" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Bibliografías especializadas</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-21cb90e elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="21cb90e" data-element_type="widget" data-e-type="widget" data-settings="{&quot;classic_columns&quot;:&quot;1&quot;,&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
							<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-7964 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-america-latina tag-derechos-humanos tag-equidad tag-genero tag-igualdad-de-genero tag-migracion tag-mujeres tag-pensiones tag-prevision-social tag-seguridad-social tag-violencia-de-genero">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/igualdad-de-genero-y-no-discriminacion/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="1570" height="893" src="https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-igualdad-genero-bidiss.png" class="attachment-full size-full wp-image-7965" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-igualdad-genero-bidiss.png 1570w, https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-igualdad-genero-bidiss-300x171.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-igualdad-genero-bidiss-1024x582.png 1024w, https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-igualdad-genero-bidiss-768x437.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-igualdad-genero-bidiss-1536x874.png 1536w, https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-igualdad-genero-bidiss-580x330.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-igualdad-genero-bidiss-860x489.png 860w, https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-igualdad-genero-bidiss-1160x660.png 1160w" sizes="(max-width: 1570px) 100vw, 1570px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/igualdad-de-genero-y-no-discriminacion/" >
				Igualdad de género y no discriminación			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Bibliografía especializada en el tema de igualdad de género y no discriminación disponible en la Biblioteca Digital de Seguridad Social.</p>
		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-8643 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-administracion-por-riesgos tag-administracion-y-gestion tag-atencion-a-la-salud tag-atencion-primaria-de-la-salud tag-gestion-publica tag-salud-publica tag-seguridad-social tag-sistemas-de-salud tag-sistemas-nacionales-de-salud">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/administracion-por-riesgos-y-su-gestion-en-las-instituciones-de-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="1921" height="1080" src="https://bidiss.ciess.org/wp-content/uploads/2024/04/Administracion-riesgos-gestion.png" class="attachment-full size-full wp-image-8647" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/04/Administracion-riesgos-gestion.png 1921w, https://bidiss.ciess.org/wp-content/uploads/2024/04/Administracion-riesgos-gestion-300x169.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/04/Administracion-riesgos-gestion-1024x576.png 1024w, https://bidiss.ciess.org/wp-content/uploads/2024/04/Administracion-riesgos-gestion-768x432.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/04/Administracion-riesgos-gestion-1536x864.png 1536w, https://bidiss.ciess.org/wp-content/uploads/2024/04/Administracion-riesgos-gestion-580x326.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/04/Administracion-riesgos-gestion-860x483.png 860w, https://bidiss.ciess.org/wp-content/uploads/2024/04/Administracion-riesgos-gestion-1160x652.png 1160w, https://bidiss.ciess.org/wp-content/uploads/2024/04/Administracion-riesgos-gestion-640x360.png 640w" sizes="(max-width: 1921px) 100vw, 1921px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/administracion-por-riesgos-y-su-gestion-en-las-instituciones-de-seguridad-social/" >
				Administración por riesgos y su gestión en las instituciones de seguridad social			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Bibliografía especializada en Administración por riesgos y su gestión en las instituciones de seguridad social.</p>
		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-16852 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-adulto-mayor tag-bienestar-social tag-cobertura tag-derecho-a-la-seguridad-social tag-envejecimiento-poblacional tag-pobreza tag-proteccion-social tag-seguridad-social tag-vejez">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/abordaje-del-cuidado-de-la-persona-mayor-desde-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="650" height="366" src="https://bidiss.ciess.org/wp-content/uploads/2024/09/17-abordaje-cuidado-persona-mayor.png" class="attachment-full size-full wp-image-16853" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/09/17-abordaje-cuidado-persona-mayor.png 650w, https://bidiss.ciess.org/wp-content/uploads/2024/09/17-abordaje-cuidado-persona-mayor-300x169.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/09/17-abordaje-cuidado-persona-mayor-580x327.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/09/17-abordaje-cuidado-persona-mayor-640x360.png 640w" sizes="(max-width: 650px) 100vw, 650px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/abordaje-del-cuidado-de-la-persona-mayor-desde-seguridad-social/" >
				Abordaje del cuidado de la persona mayor desde seguridad social			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Bibliografía especializada en abordaje del cuidado de la persona mayor desde la seguridad social</p>
		</div>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-b8167f9 e-flex e-con-boxed e-con e-parent" data-id="b8167f9" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-9d9a97a elementor-share-buttons--view-icon elementor-share-buttons--shape-circle elementor-share-buttons--align-center elementor-share-buttons--skin-gradient elementor-grid-0 elementor-share-buttons--color-official elementor-widget elementor-widget-share-buttons" data-id="9d9a97a" data-element_type="widget" data-e-type="widget" data-widget_type="share-buttons.default">
				<div class="elementor-widget-container">
							<div class="elementor-grid">
								<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_facebook"
							role="button"
							tabindex="0"
							aria-label="Compartir en facebook"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-facebook" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z"></path></svg>							</span>
																				</div>
					</div>
									<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_twitter"
							role="button"
							tabindex="0"
							aria-label="Compartir en twitter"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-twitter" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"></path></svg>							</span>
																				</div>
					</div>
									<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_linkedin"
							role="button"
							tabindex="0"
							aria-label="Compartir en linkedin"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-linkedin" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"></path></svg>							</span>
																				</div>
					</div>
									<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_whatsapp"
							role="button"
							tabindex="0"
							aria-label="Compartir en whatsapp"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-whatsapp" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z"></path></svg>							</span>
																				</div>
					</div>
									<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_telegram"
							role="button"
							tabindex="0"
							aria-label="Compartir en telegram"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-telegram" viewBox="0 0 496 512" xmlns="http://www.w3.org/2000/svg"><path d="M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm121.8 169.9l-40.7 191.8c-3 13.6-11.1 16.9-22.4 10.5l-62-45.7-29.9 28.8c-3.3 3.3-6.1 6.1-12.5 6.1l4.4-63.1 114.9-103.8c5-4.4-1.1-6.9-7.7-2.5l-142 89.4-61.2-19.1c-13.3-4.2-13.6-13.3 2.8-19.7l239.1-92.2c11.1-4 20.8 2.7 17.2 19.5z"></path></svg>							</span>
																				</div>
					</div>
						</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-5643799 e-flex e-con-boxed e-con e-parent" data-id="5643799" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
					</div>
				</div>
				</div>
		<p>La entrada <a href="https://bidiss.ciess.org/glosario/aportaciones/">Aportaciones</a> se publicó primero en <a href="https://bidiss.ciess.org">Biblioteca Digital de Seguridad Social</a>.</p>
]]></content:encoded>
					
		
		<enclosure url="https://bidiss.ciess.org/wp-content/uploads/2025/03/Aportaciones.mp3?download=false" length="59180" type="audio/mpeg" />

			</item>
		<item>
		<title>Ahorro voluntario</title>
		<link>https://bidiss.ciess.org/glosario/ahorro-voluntario/</link>
		
		<dc:creator><![CDATA[Ernesto Ramirez]]></dc:creator>
		<pubDate>Thu, 06 Mar 2025 19:14:39 +0000</pubDate>
				<category><![CDATA[A]]></category>
		<category><![CDATA[Actuaría y financiamiento]]></category>
		<category><![CDATA[Contribuciones]]></category>
		<category><![CDATA[Glosario]]></category>
		<category><![CDATA[Pensiones]]></category>
		<category><![CDATA[Actuaría]]></category>
		<category><![CDATA[América Latina]]></category>
		<category><![CDATA[Aspectos actuariales]]></category>
		<category><![CDATA[Financiamiento]]></category>
		<category><![CDATA[Glosario de seguridad social]]></category>
		<guid isPermaLink="false">https://bidiss.ciess.org/?p=24041</guid>

					<description><![CDATA[<p>Aportaciones adicionales a las obligatorias que sirven para complementar los recursos para la pensión, en caso de que el trabajador así lo decida. Estas aportaciones se pueden realizar de forma personal en las AFORES, por internet, domiciliándolas a una tarjeta bancaria, o bien, se puede solicitar al patrón que se efectúen vía descuento del salario. El ahorro voluntario no está sujeto a montos mínimos ni máximos y es susceptible de estímulos y beneficios fiscales establecidos en la Ley del ISR. Fuente: CONSAR.</p>
<p>La entrada <a href="https://bidiss.ciess.org/glosario/ahorro-voluntario/">Ahorro voluntario</a> se publicó primero en <a href="https://bidiss.ciess.org">Biblioteca Digital de Seguridad Social</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="24041" class="elementor elementor-24041" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-1fd93bb e-flex e-con-boxed e-con e-parent" data-id="1fd93bb" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-3a968b4 elementor-widget elementor-widget-heading" data-id="3a968b4" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h1 class="elementor-heading-title elementor-size-default">GLOSARIO DE SEGURIDAD SOCIAL</h1>				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-73ff07a e-flex e-con-boxed e-con e-parent" data-id="73ff07a" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-4f197d2 elementor-widget-divider--separator-type-pattern elementor-widget-divider--no-spacing elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="4f197d2" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider" style="--divider-pattern-url: url(&quot;data:image/svg+xml,%3Csvg xmlns=&#039;http://www.w3.org/2000/svg&#039; preserveAspectRatio=&#039;none&#039; overflow=&#039;visible&#039; height=&#039;100%&#039; viewBox=&#039;0 0 24 24&#039; fill=&#039;black&#039; stroke=&#039;none&#039;%3E%3Cpath d=&#039;M24,8v12H0V8H24z M24,4v1H0V4H24z&#039;/%3E%3C/svg%3E&quot;);">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-6c31a83 e-con-full e-flex e-con e-parent" data-id="6c31a83" data-element_type="container" data-e-type="container">
				</div>
		<div class="elementor-element elementor-element-195e379 e-flex e-con-boxed e-con e-parent" data-id="195e379" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-bbf8e06 e-con-full e-flex e-con e-child" data-id="bbf8e06" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-d655dfd elementor-widget elementor-widget-text-editor" data-id="d655dfd" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h1 class="page-title">Ahorro voluntario</h1>
Aportaciones adicionales a las obligatorias que sirven para complementar los recursos para la pensión, en caso de que el trabajador así lo decida. Estas aportaciones se pueden realizar de forma personal en las AFORES, por internet, domiciliándolas a una tarjeta bancaria, o bien, se puede solicitar al patrón que se efectúen vía descuento del salario. El ahorro voluntario no está sujeto a montos mínimos ni máximos y es susceptible de estímulos y beneficios fiscales establecidos en la Ley del ISR. Fuente: CONSAR.								</div>
				</div>
				<div class="elementor-element elementor-element-ee8c15a elementor-widget elementor-widget-SimpleAudioPlayer" data-id="ee8c15a" data-element_type="widget" data-e-type="widget" data-widget_type="SimpleAudioPlayer.default">
				<div class="elementor-widget-container">
					
		<div class="skin_simple h5ap_standard_player" data-options='{"controls":["play","progress","current-time","duration","mute","volume","settings"],"seekTime":15}'>
			<audio controls id="bplayer_id" >
				<source src="https://bidiss.ciess.org/wp-content/uploads/2025/03/AhorroVoluntario.mp3?download=false" type="audio/mp3">
			</audio>
		</div>

				</div>
				</div>
				<div class="elementor-element elementor-element-3c13b16 elementor-widget elementor-widget-spacer" data-id="3c13b16" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-0f4496f elementor-widget elementor-widget-button" data-id="0f4496f" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://bidiss.ciess.org/glosario/">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<svg aria-hidden="true" class="e-font-icon-svg e-far-list-alt" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h404a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-42-92v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm-252 12c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36z"></path></svg>			</span>
									<span class="elementor-button-text">Volver al Glosario </span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-07dc334 e-con-full e-flex e-con e-child" data-id="07dc334" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-6e172e7 elementor-widget elementor-widget-spacer" data-id="6e172e7" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-35268a2 elementor-widget elementor-widget-heading" data-id="35268a2" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Términos relacionados</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-07ff7ce elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="07ff7ce" data-element_type="widget" data-e-type="widget" data-settings="{&quot;classic_columns&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
							<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-24073 post type-post status-publish format-standard hentry category-glosario category-pensiones-seguros category-s category-salud-y-seguridad category-seguros tag-glosario-de-seguridad-social-america-latina-salud tag-riesgos-de-trabajo tag-salud tag-salud-publica tag-seguridad-en-el-trabajo tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/seguro-de-sobrevivencia/" >
				Seguro de sobrevivencia			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-24054 post type-post status-publish format-standard hentry category-a category-glosario category-pensiones-seguros category-seguros tag-afiliacion tag-beneficios tag-cotizaciones tag-seguridad-social tag-seguros">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/aseguradoras/" >
				Aseguradoras			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-24049 post type-post status-publish format-standard hentry category-a category-actuaria-y-financiamiento-glosario category-contribuciones category-glosario category-pensiones-seguros tag-actuaria tag-america-latina tag-aspectos-actuariales tag-financiamiento tag-glosario-de-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/aportaciones/" >
				Aportaciones			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-24041 post type-post status-publish format-standard hentry category-a category-actuaria-y-financiamiento-glosario category-contribuciones category-glosario category-pensiones-seguros tag-actuaria tag-america-latina tag-aspectos-actuariales tag-financiamiento tag-glosario-de-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/ahorro-voluntario/" >
				Ahorro voluntario			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-24036 post type-post status-publish format-standard hentry category-a category-actuaria-y-financiamiento-glosario category-contribuciones category-glosario category-pensiones-seguros tag-beneficios tag-edad-de-retiro tag-jubilaciones tag-pensiones tag-retiro tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/afore/" >
				AFORE			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-23933 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-c category-glosario category-pensiones-seguros tag-beneficios tag-edad-de-retiro tag-jubilaciones tag-pensiones tag-retiro tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/curva-de-rendimiento-yield-curve/" >
				Curva de rendimiento (Yield Curve)			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-23855 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-glosario category-pensiones-seguros category-v tag-beneficios tag-edad-de-retiro tag-jubilaciones tag-pensiones tag-retiro tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/valuacion-actuarial/" >
				Valuación actuarial			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-23147 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-glosario category-pensiones-seguros category-s tag-beneficios tag-edad-de-retiro tag-jubilaciones tag-pensiones tag-retiro tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/sistema-financiero-de-prima-escalonada/" >
				Sistema financiero de prima escalonada			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-23132 post type-post status-publish format-standard hentry category-glosario category-pensiones-seguros category-s tag-beneficios tag-edad-de-retiro tag-jubilaciones tag-pensiones tag-retiro tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/sistema-de-reparto-puro/" >
				Sistema de reparto puro			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-23127 post type-post status-publish format-standard hentry category-glosario category-pensiones-seguros category-s tag-beneficios tag-edad-de-retiro tag-jubilaciones tag-pensiones tag-retiro tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/sistema-de-jubilaciones-y-pensiones/" >
				Sistema de jubilaciones y pensiones			</a>
		</h5>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-d5c7011 e-flex e-con-boxed e-con e-parent" data-id="d5c7011" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-88d71ec elementor-widget elementor-widget-text-editor" data-id="88d71ec" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<div class="text-header"><i class="fa-solid fa-mug-hot"></i> Tal vez pueda interesarte:</div>
<div class="title-line"></div>
								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-a736bff e-flex e-con-boxed e-con e-parent" data-id="a736bff" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-9f98160 e-con-full e-flex e-con e-child" data-id="9f98160" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-bb42c70 elementor-widget elementor-widget-heading" data-id="bb42c70" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Publicaciones</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-d08cb1e elementor-grid-1 elementor-posts--thumbnail-left elementor-grid-tablet-1 elementor-grid-mobile-1 elementor-widget elementor-widget-posts" data-id="d08cb1e" data-element_type="widget" data-e-type="widget" data-settings="{&quot;classic_columns&quot;:&quot;1&quot;,&quot;classic_columns_tablet&quot;:&quot;1&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
							<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-2089 post type-post status-publish format-standard has-post-thumbnail hentry category-aspectos-demograficos category-cadam category-covid-19 category-de-las-comisiones-americanas-de-seguridad-social category-epidemiologia category-mortalidad category-pandemia category-publicaciones category-salud-publica category-situacion-de-salud category-temas category-vigilancia-epidemiologica">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/la-epidemiologia-de-la-covid-19-en-algunos-paises-de-america/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="630" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/NotaTecnica-CASS-03.png" class="attachment-medium_large size-medium_large wp-image-2091" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/NotaTecnica-CASS-03.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/NotaTecnica-CASS-03-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/NotaTecnica-CASS-03-580x838.png 580w" sizes="(max-width: 630px) 100vw, 630px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/la-epidemiologia-de-la-covid-19-en-algunos-paises-de-america/" >
				La epidemiologia de la COVID-19 en algunos países de América			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>se mostrará la situación del acceso<br /> a la salud de las personas migrantes en condición irregular en México, durante la pandemia por<br /> COVID-19 en el 2020. En primer		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-3670 post type-post status-publish format-standard has-post-thumbnail hentry category-administracion category-cobertura category-desarrollo-institucional category-desarrollo-social category-editadas-por-la-secretaria-general category-financiacion-de-la-seguridad-social category-historia-de-la-seguridad-social category-informes-sobre-la-seguridad-social-en-america category-pensiones category-politica-social category-prestaciones-en-salud category-prestaciones-familiares category-prestaciones-sociales category-proteccion-de-la-salud category-proteccion-social category-publicaciones category-regimenes-de-seguridad-social category-servicios-de-salud category-temas tag-america-latina tag-analisis-comparado tag-caricom tag-cobertura-de-la-seguridad-social tag-panorama-de-la-seguridad-social tag-pensiones tag-seguridad-social tag-sistemas-de-pensiones tag-sistemas-de-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/informe-de-seguridad-social-y-bienestar-en-las-americas-2020-version-abreviada/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="630" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/Informe-SS-2020-b.png" class="attachment-medium_large size-medium_large wp-image-3671" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Informe-SS-2020-b.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Informe-SS-2020-b-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Informe-SS-2020-b-580x838.png 580w" sizes="(max-width: 630px) 100vw, 630px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/informe-de-seguridad-social-y-bienestar-en-las-americas-2020-version-abreviada/" >
				Informe de seguridad social y bienestar en las Américas 2020. Versión abreviada			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Esta información permitirá formular recomendaciones de política pública que promuevan una seguridad social universal, de calidad y orientada al bienestar en las Américas, como parte de los esfuerzos basados en		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-3974 post type-post status-publish format-standard has-post-thumbnail hentry category-administracion category-aspectos-economicos category-atencion-en-salud category-atencion-primaria-en-salud category-cobertura-en-salud category-editadas-por-la-secretaria-general category-financiacion-de-la-seguridad-social category-financiamiento-de-la-salud category-medicina-preventiva category-pobreza category-publicaciones category-serie-estudios category-sistemas-de-seguridad-social category-temas tag-administracion-de-la-seguridad-social tag-aspectos-economicos tag-atencion-a-la-salud tag-atencion-primaria-de-la-salud tag-cobertura-en-salud tag-financiamiento tag-instituciones-de-seguridad-social tag-medicina-curativa tag-medicina-preventiva tag-participacion-del-estado tag-pobreza tag-politica-economica tag-sector-privado tag-sistemas-de-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/factores-economicos-en-la-atencion-a-la-salud/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="630" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/Serie-Estudios-41.png" class="attachment-medium_large size-medium_large wp-image-3975" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Serie-Estudios-41.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Serie-Estudios-41-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Serie-Estudios-41-580x838.png 580w" sizes="(max-width: 630px) 100vw, 630px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/factores-economicos-en-la-atencion-a-la-salud/" >
				Factores económicos en la atención a la salud			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>La Comisión Americana Médico Social, órgano técnico de la Conferencia Interamericana de Seguridad Social, realizó conjuntamente con el Instituto de Seguridad Social del Estado de México y Municipios (ISSEMYM), una		</div>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-740b1a3 e-con-full e-flex e-con e-child" data-id="740b1a3" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-2bb0131 elementor-widget elementor-widget-heading" data-id="2bb0131" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Monitor de recursos</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-0c762aa elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="0c762aa" data-element_type="widget" data-e-type="widget" data-settings="{&quot;classic_columns&quot;:&quot;1&quot;,&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
							<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-13225 post type-post status-publish format-standard has-post-thumbnail hentry category-monitor-de-recursos-de-informacion category-uso-de-la-informacion tag-actualizacion tag-administracion-de-la-informacion tag-bases-de-datos tag-bibliotecologia tag-fuentes-rss tag-informacion-documental tag-noticias tag-sistemas-de-informacion">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/feedly-una-herramienta-para-organizar-nuestros-rss/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="910" height="531" src="https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-feedly.png" class="attachment-full size-full wp-image-13230" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-feedly.png 910w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-feedly-300x175.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-feedly-768x448.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-feedly-580x338.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-feedly-860x502.png 860w" sizes="(max-width: 910px) 100vw, 910px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/feedly-una-herramienta-para-organizar-nuestros-rss/" >
				Feedly, una herramienta para organizar nuestros RSS			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Ante el cierre del servicio Google Reader, ese servicio que nos permitía revisar los feeds de las novedades de los sitios web a los que		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-12947 post type-post status-publish format-standard has-post-thumbnail hentry category-monitor-de-recursos-de-informacion category-repositorios tag-bases-de-datos tag-bibliotecologia tag-motor-de-busqueda tag-politicas-de-salud tag-politicas-sociales tag-proteccion-social tag-repositorio tag-salud-publica tag-seguridad-social tag-sistemas-de-informacion">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/repositorio-digital-de-cepal/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="910" height="531" src="https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-repositorio-cepal.png" class="attachment-full size-full wp-image-12948" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-repositorio-cepal.png 910w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-repositorio-cepal-300x175.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-repositorio-cepal-768x448.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-repositorio-cepal-580x338.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-repositorio-cepal-860x502.png 860w" sizes="(max-width: 910px) 100vw, 910px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/repositorio-digital-de-cepal/" >
				Repositorio Digital de CEPAL			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Repositorio institucional de la Organización Panamericana de la Salud/Organización Mundial de Salud (OPS/OMS) que se ha consolidado como su biblioteca digital, ya que reúne los		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-13118 post type-post status-publish format-standard has-post-thumbnail hentry category-actuaria-y-financiamiento-revistas-especializadas category-monitor-de-recursos-de-informacion category-periodica category-revistas-especializadas tag-actuaria tag-bases-de-datos tag-bibliotecologia tag-calculos-actuariales tag-financiamiento tag-motor-de-busqueda tag-repositorio tag-revistas tag-revistas-especializadas tag-riesgos-financieros tag-sistemas-de-informacion">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/actuarios/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="800" height="664" src="https://bidiss.ciess.org/wp-content/uploads/2024/08/Actuarios-1.png" class="attachment-full size-full wp-image-13133" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/08/Actuarios-1.png 800w, https://bidiss.ciess.org/wp-content/uploads/2024/08/Actuarios-1-300x249.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/08/Actuarios-1-768x637.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/08/Actuarios-1-580x481.png 580w" sizes="(max-width: 800px) 100vw, 800px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/actuarios/" >
				Actuarios			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Repositorio institucional de la Organización Panamericana de la Salud/Organización Mundial de Salud (OPS/OMS) que se ha consolidado como su biblioteca digital, ya que reúne los		</div>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-fdb79fb e-con-full e-flex e-con e-child" data-id="fdb79fb" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-acb7b4b elementor-widget elementor-widget-heading" data-id="acb7b4b" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Bibliografías especializadas</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-21cb90e elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="21cb90e" data-element_type="widget" data-e-type="widget" data-settings="{&quot;classic_columns&quot;:&quot;1&quot;,&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
							<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-8073 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-aspectos-juridicos tag-convenios tag-derecho-a-la-salud tag-derecho-a-la-seguridad-social tag-derecho-internacional tag-derechos-humanos tag-legislacion tag-normatividad tag-organismos-internacionales tag-pensiones tag-proteccion-social tag-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/derecho-a-la-seguridad-social-y-acciones-administrativas-y-judiciales-para-su-garantia/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="1878" height="1056" src="https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-derecho-seguridad-social.png" class="attachment-full size-full wp-image-8074" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-derecho-seguridad-social.png 1878w, https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-derecho-seguridad-social-300x169.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-derecho-seguridad-social-1024x576.png 1024w, https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-derecho-seguridad-social-768x432.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-derecho-seguridad-social-1536x864.png 1536w, https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-derecho-seguridad-social-580x326.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-derecho-seguridad-social-860x484.png 860w, https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-derecho-seguridad-social-1160x652.png 1160w, https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-derecho-seguridad-social-640x360.png 640w" sizes="(max-width: 1878px) 100vw, 1878px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/derecho-a-la-seguridad-social-y-acciones-administrativas-y-judiciales-para-su-garantia/" >
				Derecho a la seguridad social y acciones administrativas y judiciales para su garantía			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Bibliografía especializada en derecho a la seguridad social.</p>
		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-8042 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-administracion tag-atencion-a-la-salud tag-auditoria tag-inteligencia-artificial tag-sector-publico tag-sector-salud tag-seguridad-social tag-servicios-de-salud">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/inteligencia-artificial-en-la-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="1923" height="1082" src="https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-ia-ss-bidiss.png" class="attachment-full size-full wp-image-8043" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-ia-ss-bidiss.png 1923w, https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-ia-ss-bidiss-300x169.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-ia-ss-bidiss-1024x576.png 1024w, https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-ia-ss-bidiss-768x432.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-ia-ss-bidiss-1536x864.png 1536w, https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-ia-ss-bidiss-580x326.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-ia-ss-bidiss-860x484.png 860w, https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-ia-ss-bidiss-1160x653.png 1160w, https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-ia-ss-bidiss-640x360.png 640w" sizes="(max-width: 1923px) 100vw, 1923px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/inteligencia-artificial-en-la-seguridad-social/" >
				Inteligencia artificial en la seguridad social			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Bibliografías especializadas en el tema de inteligencia artificial en la seguridad social.</p>
		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-16144 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-atencion-al-cliente tag-calidad-de-los-servicios tag-seguridad-social tag-seguros-sociales tag-servicios-de-salud">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/servicio-al-cliente-en-instituciones-de-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="650" height="366" src="https://bidiss.ciess.org/wp-content/uploads/2024/09/09-servicio-cliente-intstituciones.png" class="attachment-full size-full wp-image-16145" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/09/09-servicio-cliente-intstituciones.png 650w, https://bidiss.ciess.org/wp-content/uploads/2024/09/09-servicio-cliente-intstituciones-300x169.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/09/09-servicio-cliente-intstituciones-580x327.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/09/09-servicio-cliente-intstituciones-640x360.png 640w" sizes="(max-width: 650px) 100vw, 650px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/servicio-al-cliente-en-instituciones-de-seguridad-social/" >
				Servicio al cliente en instituciones de seguridad social			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Bibliografía especializada en servicios al cliente en instituciones de seguridad social</p>
		</div>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-b8167f9 e-flex e-con-boxed e-con e-parent" data-id="b8167f9" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-9d9a97a elementor-share-buttons--view-icon elementor-share-buttons--shape-circle elementor-share-buttons--align-center elementor-share-buttons--skin-gradient elementor-grid-0 elementor-share-buttons--color-official elementor-widget elementor-widget-share-buttons" data-id="9d9a97a" data-element_type="widget" data-e-type="widget" data-widget_type="share-buttons.default">
				<div class="elementor-widget-container">
							<div class="elementor-grid">
								<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_facebook"
							role="button"
							tabindex="0"
							aria-label="Compartir en facebook"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-facebook" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z"></path></svg>							</span>
																				</div>
					</div>
									<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_twitter"
							role="button"
							tabindex="0"
							aria-label="Compartir en twitter"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-twitter" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"></path></svg>							</span>
																				</div>
					</div>
									<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_linkedin"
							role="button"
							tabindex="0"
							aria-label="Compartir en linkedin"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-linkedin" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"></path></svg>							</span>
																				</div>
					</div>
									<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_whatsapp"
							role="button"
							tabindex="0"
							aria-label="Compartir en whatsapp"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-whatsapp" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z"></path></svg>							</span>
																				</div>
					</div>
									<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_telegram"
							role="button"
							tabindex="0"
							aria-label="Compartir en telegram"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-telegram" viewBox="0 0 496 512" xmlns="http://www.w3.org/2000/svg"><path d="M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm121.8 169.9l-40.7 191.8c-3 13.6-11.1 16.9-22.4 10.5l-62-45.7-29.9 28.8c-3.3 3.3-6.1 6.1-12.5 6.1l4.4-63.1 114.9-103.8c5-4.4-1.1-6.9-7.7-2.5l-142 89.4-61.2-19.1c-13.3-4.2-13.6-13.3 2.8-19.7l239.1-92.2c11.1-4 20.8 2.7 17.2 19.5z"></path></svg>							</span>
																				</div>
					</div>
						</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-5643799 e-flex e-con-boxed e-con e-parent" data-id="5643799" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
					</div>
				</div>
				</div>
		<p>La entrada <a href="https://bidiss.ciess.org/glosario/ahorro-voluntario/">Ahorro voluntario</a> se publicó primero en <a href="https://bidiss.ciess.org">Biblioteca Digital de Seguridad Social</a>.</p>
]]></content:encoded>
					
		
		<enclosure url="https://bidiss.ciess.org/wp-content/uploads/2025/03/AhorroVoluntario.mp3?download=false" length="124940" type="audio/mpeg" />

			</item>
		<item>
		<title>Reservas financieras</title>
		<link>https://bidiss.ciess.org/glosario/reservas-financieras/</link>
		
		<dc:creator><![CDATA[Ernesto Ramirez]]></dc:creator>
		<pubDate>Sun, 16 Feb 2025 19:28:26 +0000</pubDate>
				<category><![CDATA[Actuaría y financiamiento]]></category>
		<category><![CDATA[Glosario]]></category>
		<category><![CDATA[R]]></category>
		<category><![CDATA[Seguros]]></category>
		<category><![CDATA[Actuaría]]></category>
		<category><![CDATA[América Latina]]></category>
		<category><![CDATA[Aspectos actuariales]]></category>
		<category><![CDATA[Financiamiento]]></category>
		<category><![CDATA[Glosario de seguridad social]]></category>
		<guid isPermaLink="false">https://bidiss.ciess.org/?p=22366</guid>

					<description><![CDATA[<p>Disponibilidades monetarias que el instituto invierte en valores pronta recuperación para hacer frente a los gastos normales de operación.</p>
<p>La entrada <a href="https://bidiss.ciess.org/glosario/reservas-financieras/">Reservas financieras</a> se publicó primero en <a href="https://bidiss.ciess.org">Biblioteca Digital de Seguridad Social</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="22366" class="elementor elementor-22366" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-1fd93bb e-flex e-con-boxed e-con e-parent" data-id="1fd93bb" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-3a968b4 elementor-widget elementor-widget-heading" data-id="3a968b4" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h1 class="elementor-heading-title elementor-size-default">GLOSARIO DE SEGURIDAD SOCIAL</h1>				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-73ff07a e-flex e-con-boxed e-con e-parent" data-id="73ff07a" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-4f197d2 elementor-widget-divider--separator-type-pattern elementor-widget-divider--no-spacing elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="4f197d2" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider" style="--divider-pattern-url: url(&quot;data:image/svg+xml,%3Csvg xmlns=&#039;http://www.w3.org/2000/svg&#039; preserveAspectRatio=&#039;none&#039; overflow=&#039;visible&#039; height=&#039;100%&#039; viewBox=&#039;0 0 24 24&#039; fill=&#039;black&#039; stroke=&#039;none&#039;%3E%3Cpath d=&#039;M24,8v12H0V8H24z M24,4v1H0V4H24z&#039;/%3E%3C/svg%3E&quot;);">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-6c31a83 e-con-full e-flex e-con e-parent" data-id="6c31a83" data-element_type="container" data-e-type="container">
				</div>
		<div class="elementor-element elementor-element-195e379 e-flex e-con-boxed e-con e-parent" data-id="195e379" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-bbf8e06 e-con-full e-flex e-con e-child" data-id="bbf8e06" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-d655dfd elementor-widget elementor-widget-text-editor" data-id="d655dfd" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h1 class="page-title">Reservas financieras</h1>
Disponibilidades monetarias que el instituto invierte en valores pronta recuperación para hacer frente a los gastos normales de operación.								</div>
				</div>
				<div class="elementor-element elementor-element-ee8c15a elementor-widget elementor-widget-SimpleAudioPlayer" data-id="ee8c15a" data-element_type="widget" data-e-type="widget" data-widget_type="SimpleAudioPlayer.default">
				<div class="elementor-widget-container">
					
		<div class="skin_simple h5ap_standard_player" data-options='{"controls":["play","progress","current-time","duration","mute","volume","settings"],"seekTime":15}'>
			<audio controls id="bplayer_id" >
				<source src="https://bidiss.ciess.org/wp-content/uploads/2025/02/ReservasFinancieras.mp3?download=false" type="audio/mp3">
			</audio>
		</div>

				</div>
				</div>
				<div class="elementor-element elementor-element-3c13b16 elementor-widget elementor-widget-spacer" data-id="3c13b16" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-0f4496f elementor-widget elementor-widget-button" data-id="0f4496f" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://bidiss.ciess.org/glosario/">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<svg aria-hidden="true" class="e-font-icon-svg e-far-list-alt" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h404a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-42-92v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm-252 12c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36z"></path></svg>			</span>
									<span class="elementor-button-text">Volver al Glosario </span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-07dc334 e-con-full e-flex e-con e-child" data-id="07dc334" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-6e172e7 elementor-widget elementor-widget-spacer" data-id="6e172e7" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-35268a2 elementor-widget elementor-widget-heading" data-id="35268a2" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Términos relacionados</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-07ff7ce elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="07ff7ce" data-element_type="widget" data-e-type="widget" data-settings="{&quot;classic_columns&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
							<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-16041 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-d category-glosario tag-administracion-y-gestion tag-america-latina tag-aspectos-administrativos tag-formacion-y-capacitacion tag-glosario-de-seguridad-social tag-recursos-humanos tag-relaciones-laborales tag-trabajo-y-empleo">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/densidad-de-cuota-2/" >
				Densidad de cuota			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-15657 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-c category-glosario tag-actuaria tag-america-latina tag-aspectos-actuariales tag-financiamiento tag-glosario-de-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/cuantia-basica/" >
				Cuantía básica			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-23855 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-glosario category-pensiones-seguros category-v tag-beneficios tag-edad-de-retiro tag-jubilaciones tag-pensiones tag-retiro tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/valuacion-actuarial/" >
				Valuación actuarial			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-22366 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-glosario category-r category-seguros tag-actuaria tag-america-latina tag-aspectos-actuariales tag-financiamiento tag-glosario-de-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/reservas-financieras/" >
				Reservas financieras			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-24049 post type-post status-publish format-standard hentry category-a category-actuaria-y-financiamiento-glosario category-contribuciones category-glosario category-pensiones-seguros tag-actuaria tag-america-latina tag-aspectos-actuariales tag-financiamiento tag-glosario-de-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/aportaciones/" >
				Aportaciones			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-22361 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-glosario category-r category-seguros tag-actuaria tag-america-latina tag-aspectos-actuariales tag-financiamiento tag-glosario-de-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/reserva-tecnica/" >
				Reserva técnica			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-24041 post type-post status-publish format-standard hentry category-a category-actuaria-y-financiamiento-glosario category-contribuciones category-glosario category-pensiones-seguros tag-actuaria tag-america-latina tag-aspectos-actuariales tag-financiamiento tag-glosario-de-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/ahorro-voluntario/" >
				Ahorro voluntario			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-15600 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-c category-contribuciones category-glosario category-pensiones-seguros category-seguros tag-afiliacion tag-beneficios tag-cotizaciones tag-seguridad-social tag-seguros">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/cotizacion/" >
				Cotización			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-21289 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-glosario category-p category-seguros tag-actuaria tag-america-latina tag-aspectos-actuariales tag-financiamiento tag-glosario-de-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/prima-de-antiguedad/" >
				Prima de antigüedad			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-24036 post type-post status-publish format-standard hentry category-a category-actuaria-y-financiamiento-glosario category-contribuciones category-glosario category-pensiones-seguros tag-beneficios tag-edad-de-retiro tag-jubilaciones tag-pensiones tag-retiro tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/afore/" >
				AFORE			</a>
		</h5>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-d5c7011 e-flex e-con-boxed e-con e-parent" data-id="d5c7011" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-88d71ec elementor-widget elementor-widget-text-editor" data-id="88d71ec" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<div class="text-header"><i class="fa-solid fa-mug-hot"></i> Tal vez pueda interesarte:</div>
<div class="title-line"></div>
								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-a736bff e-flex e-con-boxed e-con e-parent" data-id="a736bff" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-9f98160 e-con-full e-flex e-con e-child" data-id="9f98160" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-bb42c70 elementor-widget elementor-widget-heading" data-id="bb42c70" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Publicaciones</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-d08cb1e elementor-grid-1 elementor-posts--thumbnail-left elementor-grid-tablet-1 elementor-grid-mobile-1 elementor-widget elementor-widget-posts" data-id="d08cb1e" data-element_type="widget" data-e-type="widget" data-settings="{&quot;classic_columns&quot;:&quot;1&quot;,&quot;classic_columns_tablet&quot;:&quot;1&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
							<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-1838 post type-post status-publish format-standard has-post-thumbnail hentry category-administracion category-cobertura category-desarrollo-institucional category-desarrollo-social category-editadas-por-la-secretaria-general category-financiacion-de-la-seguridad-social category-historia-de-la-seguridad-social category-pensiones category-politica-social category-prestaciones-en-salud category-prestaciones-familiares category-prestaciones-sociales category-proteccion-de-la-salud category-proteccion-social category-publicaciones category-regimenes-de-seguridad-social category-serie-monografias category-servicios-de-salud category-temas tag-administracion-de-la-seguridad-social tag-america-del-norte tag-canada tag-cobertura-de-la-seguridad-social tag-desarrollo-de-la-organizacion tag-desarrollo-institucional tag-financiacion-de-la-seguridad-social tag-financiamiento tag-historia-de-la-seguridad-social tag-jubilaciones tag-panorama-de-la-seguridad-social tag-prestaciones tag-programas-de-seguridad-social tag-proteccion-social tag-seguridad-social tag-seguro-social tag-servicios-de-salud">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/la-seguridad-social-en-canada/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="630" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieMonografias-09.png" class="attachment-medium_large size-medium_large wp-image-1841" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieMonografias-09.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieMonografias-09-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieMonografias-09-580x838.png 580w" sizes="(max-width: 630px) 100vw, 630px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/la-seguridad-social-en-canada/" >
				La seguridad social en Canadá			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>La presente monografía describe la situación de salud y seguridad social en Canadá, detalla los diez programas de seguridad social existentes en el país, proporciona un marco general sobre las		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-3643 post type-post status-publish format-standard has-post-thumbnail hentry category-administracion category-cobertura category-desarrollo-institucional category-desarrollo-social category-editadas-por-la-secretaria-general category-financiacion-de-la-seguridad-social category-historia-de-la-seguridad-social category-informes-sobre-la-seguridad-social-en-america category-pensiones category-politica-social category-prestaciones-en-salud category-prestaciones-familiares category-prestaciones-sociales category-proteccion-de-la-salud category-proteccion-social category-publicaciones category-regimenes-de-seguridad-social category-servicios-de-salud category-temas tag-administracion-de-la-seguridad-social tag-america-latina tag-bienestar-infantil tag-infancia tag-jovenes tag-mercado-laboral tag-panorama-de-la-seguridad-social tag-programas-de-seguridad-social tag-proteccion-social tag-seguridad-social tag-sistemas-de-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/informe-sobre-la-seguridad-social-en-america-2012-justicia-trabajo-retiro-y-proteccion-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="630" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/Informe-SS-2012.png" class="attachment-medium_large size-medium_large wp-image-3653" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Informe-SS-2012.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Informe-SS-2012-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Informe-SS-2012-580x838.png 580w" sizes="(max-width: 630px) 100vw, 630px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/informe-sobre-la-seguridad-social-en-america-2012-justicia-trabajo-retiro-y-proteccion-social/" >
				Informe sobre la seguridad social en América 2012: Justicia, trabajo, retiro y protección social			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Este Informe sobre la Seguridad Social en América trata de la relación entre los ciclos económicos y la seguridad social. No está de más decir que ésta es la principal		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-1027 post type-post status-publish format-standard has-post-thumbnail hentry category-aspectos-demograficos category-editadas-por-la-secretaria-general category-estadisticas category-publicaciones category-serie-estudios category-tablas-de-mortalidad category-temas tag-metodo-de-karup-king tag-metodos-de-beers-greville-y-sprague tag-metodos-de-la-interpolacion tag-seguridad-social tag-tablas-de-mortalidad tag-tablas-quinquenales">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/desplegado-de-tablas-de-mortalidad-a-partir-de-grupos-quinquenales-de-edad/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="613" height="888" src="https://bidiss.ciess.org/wp-content/uploads/2023/09/SerieEstudios-9.jpg" class="attachment-medium_large size-medium_large wp-image-1028" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/09/SerieEstudios-9.jpg 613w, https://bidiss.ciess.org/wp-content/uploads/2023/09/SerieEstudios-9-207x300.jpg 207w, https://bidiss.ciess.org/wp-content/uploads/2023/09/SerieEstudios-9-580x840.jpg 580w" sizes="(max-width: 613px) 100vw, 613px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/desplegado-de-tablas-de-mortalidad-a-partir-de-grupos-quinquenales-de-edad/" >
				Desplegado de tablas de mortalidad a partir de grupos quinquenales de edad.			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>En el documento se presentan en tres capítulos los elementos introductorios a la construcción y manejo de las tablas de mortalidad, se profundiza en el desplegado de las tablas mencionadas		</div>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-740b1a3 e-con-full e-flex e-con e-child" data-id="740b1a3" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-2bb0131 elementor-widget elementor-widget-heading" data-id="2bb0131" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Monitor de recursos</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-0c762aa elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="0c762aa" data-element_type="widget" data-e-type="widget" data-settings="{&quot;classic_columns&quot;:&quot;1&quot;,&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
							<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-10719 post type-post status-publish format-standard has-post-thumbnail hentry category-base-de-datos-monitor-de-recursos-de-informacion category-monitor-de-recursos-de-informacion category-revistas-especializadas tag-bases-de-datos tag-bibliotecologia tag-enfermedades tag-medicina tag-publicaciones-cientificas tag-revistas-especializadas tag-salud tag-salud-publica tag-sistemas-de-informacion tag-sistemas-de-salud">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/pubmed/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="910" height="549" src="https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-6.png" class="attachment-full size-full wp-image-10725" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-6.png 910w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-6-300x181.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-6-768x463.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-6-580x350.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-6-860x519.png 860w" sizes="(max-width: 910px) 100vw, 910px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/pubmed/" >
				PuBMed			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Motor de búsqueda de acceso libre que permite la consulta de los contenidos de la base de datos MEDLINE, especializada en áreas de medicina, enfermería,		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-11906 post type-post status-publish format-standard has-post-thumbnail hentry category-base-de-datos-monitor-de-recursos-de-informacion category-monitor-de-recursos-de-informacion tag-bases-de-datos tag-bibliotecologia tag-contribuciones tag-motor-de-busqueda tag-pensiones tag-programas-sociales tag-proteccion-social tag-repositorio tag-sistemas-de-informacion">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/base-de-datos-de-programas-de-proteccion-social-no-contributiva-en-america-latina-y-el-caribe/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="910" height="531" src="https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-1.png" class="attachment-full size-full wp-image-11912" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-1.png 910w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-1-300x175.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-1-768x448.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-1-580x338.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-1-860x502.png 860w" sizes="(max-width: 910px) 100vw, 910px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/base-de-datos-de-programas-de-proteccion-social-no-contributiva-en-america-latina-y-el-caribe/" >
				Base de datos de programas de protección social no contributiva en América Latina y el Caribe			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Repositorio institucional de la Organización Panamericana de la Salud/Organización Mundial de Salud (OPS/OMS) que se ha consolidado como su biblioteca digital, ya que reúne los		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-13171 post type-post status-publish format-standard has-post-thumbnail hentry category-monitor-de-recursos-de-informacion category-periodica category-revistas-especializadas category-salud-publica-revistas-especializadas tag-actuaria tag-bases-de-datos tag-bibliotecologia tag-calculos-actuariales tag-financiamiento tag-motor-de-busqueda tag-repositorio tag-revistas tag-revistas-especializadas tag-riesgos-financieros tag-sistemas-de-informacion">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/archives-of-public-health/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="800" height="725" src="https://bidiss.ciess.org/wp-content/uploads/2024/08/Archives-Pub-Health.jpg" class="attachment-full size-full wp-image-13181" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/08/Archives-Pub-Health.jpg 800w, https://bidiss.ciess.org/wp-content/uploads/2024/08/Archives-Pub-Health-300x272.jpg 300w, https://bidiss.ciess.org/wp-content/uploads/2024/08/Archives-Pub-Health-768x696.jpg 768w, https://bidiss.ciess.org/wp-content/uploads/2024/08/Archives-Pub-Health-580x526.jpg 580w" sizes="(max-width: 800px) 100vw, 800px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/archives-of-public-health/" >
				Archives of Public Health			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Repositorio institucional de la Organización Panamericana de la Salud/Organización Mundial de Salud (OPS/OMS) que se ha consolidado como su biblioteca digital, ya que reúne los		</div>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-fdb79fb e-con-full e-flex e-con e-child" data-id="fdb79fb" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-acb7b4b elementor-widget elementor-widget-heading" data-id="acb7b4b" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Bibliografías especializadas</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-21cb90e elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="21cb90e" data-element_type="widget" data-e-type="widget" data-settings="{&quot;classic_columns&quot;:&quot;1&quot;,&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
							<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-8787 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-administracion-de-la-seguridad-social tag-beneficios tag-cobertura tag-desempleo tag-empleo tag-mercado-de-trabajo tag-politicas-sociales tag-prestaciones tag-proteccion-social tag-seguridad-social tag-sistema-de-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/politicas-y-programas-de-proteccion-para-personas-desempleadas/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="650" height="366" src="https://bidiss.ciess.org/wp-content/uploads/2024/05/08-politicas-programas-proteccion.png" class="attachment-full size-full wp-image-8788" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/05/08-politicas-programas-proteccion.png 650w, https://bidiss.ciess.org/wp-content/uploads/2024/05/08-politicas-programas-proteccion-300x169.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/05/08-politicas-programas-proteccion-580x327.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/05/08-politicas-programas-proteccion-640x360.png 640w" sizes="(max-width: 650px) 100vw, 650px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/politicas-y-programas-de-proteccion-para-personas-desempleadas/" >
				Políticas y programas de protección para personas desempleadas			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Bibliografía especializada en políticas y programas de protección para personas desempleadas.</p>
		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-8556 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-enfermedades-profesionales tag-ergonomia tag-riesgos-ocupacionales tag-riesgos-psicosociales tag-salud-en-el-trabajo tag-salud-ocupacional tag-seguridad-en-el-trabajo tag-stress-laboral">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/seguridad-y-salud-en-el-trabajo/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="900" height="506" src="https://bidiss.ciess.org/wp-content/uploads/2024/03/seguridad_salud_trabajo.png" class="attachment-full size-full wp-image-8557" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/03/seguridad_salud_trabajo.png 900w, https://bidiss.ciess.org/wp-content/uploads/2024/03/seguridad_salud_trabajo-300x169.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/03/seguridad_salud_trabajo-768x432.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/03/seguridad_salud_trabajo-580x326.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/03/seguridad_salud_trabajo-860x484.png 860w, https://bidiss.ciess.org/wp-content/uploads/2024/03/seguridad_salud_trabajo-640x360.png 640w" sizes="(max-width: 900px) 100vw, 900px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/seguridad-y-salud-en-el-trabajo/" >
				Seguridad y salud en el trabajo			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Bibliografía especializada en seguridad y salud en el trabajo.</p>
		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-25158 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-administracion-de-la-seguridad-social tag-beneficios tag-cobertura tag-costos tag-financiacion tag-financiamiento tag-financiamiento-de-la-seguridad-social tag-finanzas tag-inversion tag-prestaciones tag-presupuestos tag-seguridad-social tag-sistema-de-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/inversion-de-fondos-de-pensiones-en-la-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="1920" height="1080" src="https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social.jpg" class="attachment-full size-full wp-image-25159" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social.jpg 1920w, https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social-300x169.jpg 300w, https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social-1024x576.jpg 1024w, https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social-768x432.jpg 768w, https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social-1536x864.jpg 1536w, https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social-580x326.jpg 580w, https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social-860x484.jpg 860w, https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social-1160x653.jpg 1160w, https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social-640x360.jpg 640w" sizes="(max-width: 1920px) 100vw, 1920px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/inversion-de-fondos-de-pensiones-en-la-seguridad-social/" >
				Inversión de fondos de pensiones en la seguridad social			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Bibliografía especializada en sistemas de financiación en la seguridad social.</p>
		</div>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-b8167f9 e-flex e-con-boxed e-con e-parent" data-id="b8167f9" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-9d9a97a elementor-share-buttons--view-icon elementor-share-buttons--shape-circle elementor-share-buttons--align-center elementor-share-buttons--skin-gradient elementor-grid-0 elementor-share-buttons--color-official elementor-widget elementor-widget-share-buttons" data-id="9d9a97a" data-element_type="widget" data-e-type="widget" data-widget_type="share-buttons.default">
				<div class="elementor-widget-container">
							<div class="elementor-grid">
								<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_facebook"
							role="button"
							tabindex="0"
							aria-label="Compartir en facebook"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-facebook" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z"></path></svg>							</span>
																				</div>
					</div>
									<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_twitter"
							role="button"
							tabindex="0"
							aria-label="Compartir en twitter"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-twitter" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"></path></svg>							</span>
																				</div>
					</div>
									<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_linkedin"
							role="button"
							tabindex="0"
							aria-label="Compartir en linkedin"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-linkedin" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"></path></svg>							</span>
																				</div>
					</div>
									<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_whatsapp"
							role="button"
							tabindex="0"
							aria-label="Compartir en whatsapp"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-whatsapp" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z"></path></svg>							</span>
																				</div>
					</div>
									<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_telegram"
							role="button"
							tabindex="0"
							aria-label="Compartir en telegram"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-telegram" viewBox="0 0 496 512" xmlns="http://www.w3.org/2000/svg"><path d="M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm121.8 169.9l-40.7 191.8c-3 13.6-11.1 16.9-22.4 10.5l-62-45.7-29.9 28.8c-3.3 3.3-6.1 6.1-12.5 6.1l4.4-63.1 114.9-103.8c5-4.4-1.1-6.9-7.7-2.5l-142 89.4-61.2-19.1c-13.3-4.2-13.6-13.3 2.8-19.7l239.1-92.2c11.1-4 20.8 2.7 17.2 19.5z"></path></svg>							</span>
																				</div>
					</div>
						</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-5643799 e-flex e-con-boxed e-con e-parent" data-id="5643799" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
					</div>
				</div>
				</div>
		<p>La entrada <a href="https://bidiss.ciess.org/glosario/reservas-financieras/">Reservas financieras</a> se publicó primero en <a href="https://bidiss.ciess.org">Biblioteca Digital de Seguridad Social</a>.</p>
]]></content:encoded>
					
		
		<enclosure url="https://bidiss.ciess.org/wp-content/uploads/2025/02/ReservasFinancieras.mp3?download=false" length="36908" type="audio/mpeg" />

			</item>
		<item>
		<title>Reserva técnica</title>
		<link>https://bidiss.ciess.org/glosario/reserva-tecnica/</link>
		
		<dc:creator><![CDATA[Ernesto Ramirez]]></dc:creator>
		<pubDate>Sun, 16 Feb 2025 19:26:43 +0000</pubDate>
				<category><![CDATA[Actuaría y financiamiento]]></category>
		<category><![CDATA[Glosario]]></category>
		<category><![CDATA[R]]></category>
		<category><![CDATA[Seguros]]></category>
		<category><![CDATA[Actuaría]]></category>
		<category><![CDATA[América Latina]]></category>
		<category><![CDATA[Aspectos actuariales]]></category>
		<category><![CDATA[Financiamiento]]></category>
		<category><![CDATA[Glosario de seguridad social]]></category>
		<guid isPermaLink="false">https://bidiss.ciess.org/?p=22361</guid>

					<description><![CDATA[<p>Son las previsiones que el instituto determina a través de estudios y cálculos actuariales, para garantizar el otorgamiento de prestaciones diferidas que está obligado a proporcionar.</p>
<p>La entrada <a href="https://bidiss.ciess.org/glosario/reserva-tecnica/">Reserva técnica</a> se publicó primero en <a href="https://bidiss.ciess.org">Biblioteca Digital de Seguridad Social</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="22361" class="elementor elementor-22361" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-1fd93bb e-flex e-con-boxed e-con e-parent" data-id="1fd93bb" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-3a968b4 elementor-widget elementor-widget-heading" data-id="3a968b4" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h1 class="elementor-heading-title elementor-size-default">GLOSARIO DE SEGURIDAD SOCIAL</h1>				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-73ff07a e-flex e-con-boxed e-con e-parent" data-id="73ff07a" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-4f197d2 elementor-widget-divider--separator-type-pattern elementor-widget-divider--no-spacing elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="4f197d2" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider" style="--divider-pattern-url: url(&quot;data:image/svg+xml,%3Csvg xmlns=&#039;http://www.w3.org/2000/svg&#039; preserveAspectRatio=&#039;none&#039; overflow=&#039;visible&#039; height=&#039;100%&#039; viewBox=&#039;0 0 24 24&#039; fill=&#039;black&#039; stroke=&#039;none&#039;%3E%3Cpath d=&#039;M24,8v12H0V8H24z M24,4v1H0V4H24z&#039;/%3E%3C/svg%3E&quot;);">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-6c31a83 e-con-full e-flex e-con e-parent" data-id="6c31a83" data-element_type="container" data-e-type="container">
				</div>
		<div class="elementor-element elementor-element-195e379 e-flex e-con-boxed e-con e-parent" data-id="195e379" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-bbf8e06 e-con-full e-flex e-con e-child" data-id="bbf8e06" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-d655dfd elementor-widget elementor-widget-text-editor" data-id="d655dfd" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h1 class="page-title">Reserva técnica</h1>
Son las previsiones que el instituto determina a través de estudios y cálculos actuariales, para garantizar el otorgamiento de prestaciones diferidas que está obligado a proporcionar.								</div>
				</div>
				<div class="elementor-element elementor-element-ee8c15a elementor-widget elementor-widget-SimpleAudioPlayer" data-id="ee8c15a" data-element_type="widget" data-e-type="widget" data-widget_type="SimpleAudioPlayer.default">
				<div class="elementor-widget-container">
					
		<div class="skin_simple h5ap_standard_player" data-options='{"controls":["play","progress","current-time","duration","mute","volume","settings"],"seekTime":15}'>
			<audio controls id="bplayer_id" >
				<source src="https://bidiss.ciess.org/wp-content/uploads/2025/02/ReservaTecnica.mp3?download=false" type="audio/mp3">
			</audio>
		</div>

				</div>
				</div>
				<div class="elementor-element elementor-element-3c13b16 elementor-widget elementor-widget-spacer" data-id="3c13b16" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-0f4496f elementor-widget elementor-widget-button" data-id="0f4496f" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://bidiss.ciess.org/glosario/">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<svg aria-hidden="true" class="e-font-icon-svg e-far-list-alt" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h404a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-42-92v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm-252 12c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36z"></path></svg>			</span>
									<span class="elementor-button-text">Volver al Glosario </span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-07dc334 e-con-full e-flex e-con e-child" data-id="07dc334" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-6e172e7 elementor-widget elementor-widget-spacer" data-id="6e172e7" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-35268a2 elementor-widget elementor-widget-heading" data-id="35268a2" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Términos relacionados</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-07ff7ce elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="07ff7ce" data-element_type="widget" data-e-type="widget" data-settings="{&quot;classic_columns&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
							<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-24049 post type-post status-publish format-standard hentry category-a category-actuaria-y-financiamiento-glosario category-contribuciones category-glosario category-pensiones-seguros tag-actuaria tag-america-latina tag-aspectos-actuariales tag-financiamiento tag-glosario-de-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/aportaciones/" >
				Aportaciones			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-24041 post type-post status-publish format-standard hentry category-a category-actuaria-y-financiamiento-glosario category-contribuciones category-glosario category-pensiones-seguros tag-actuaria tag-america-latina tag-aspectos-actuariales tag-financiamiento tag-glosario-de-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/ahorro-voluntario/" >
				Ahorro voluntario			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-24036 post type-post status-publish format-standard hentry category-a category-actuaria-y-financiamiento-glosario category-contribuciones category-glosario category-pensiones-seguros tag-beneficios tag-edad-de-retiro tag-jubilaciones tag-pensiones tag-retiro tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/afore/" >
				AFORE			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-23933 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-c category-glosario category-pensiones-seguros tag-beneficios tag-edad-de-retiro tag-jubilaciones tag-pensiones tag-retiro tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/curva-de-rendimiento-yield-curve/" >
				Curva de rendimiento (Yield Curve)			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-23855 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-glosario category-pensiones-seguros category-v tag-beneficios tag-edad-de-retiro tag-jubilaciones tag-pensiones tag-retiro tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/valuacion-actuarial/" >
				Valuación actuarial			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-23147 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-glosario category-pensiones-seguros category-s tag-beneficios tag-edad-de-retiro tag-jubilaciones tag-pensiones tag-retiro tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/sistema-financiero-de-prima-escalonada/" >
				Sistema financiero de prima escalonada			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-22366 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-glosario category-r category-seguros tag-actuaria tag-america-latina tag-aspectos-actuariales tag-financiamiento tag-glosario-de-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/reservas-financieras/" >
				Reservas financieras			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-22361 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-glosario category-r category-seguros tag-actuaria tag-america-latina tag-aspectos-actuariales tag-financiamiento tag-glosario-de-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/reserva-tecnica/" >
				Reserva técnica			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-21289 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-glosario category-p category-seguros tag-actuaria tag-america-latina tag-aspectos-actuariales tag-financiamiento tag-glosario-de-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/prima-de-antiguedad/" >
				Prima de antigüedad			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-21284 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-glosario category-p tag-actuaria tag-america-latina tag-aspectos-actuariales tag-financiamiento tag-glosario-de-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/previsones-actuariales/" >
				Previsones actuariales			</a>
		</h5>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-d5c7011 e-flex e-con-boxed e-con e-parent" data-id="d5c7011" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-88d71ec elementor-widget elementor-widget-text-editor" data-id="88d71ec" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<div class="text-header"><i class="fa-solid fa-mug-hot"></i> Tal vez pueda interesarte:</div>
<div class="title-line"></div>
								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-a736bff e-flex e-con-boxed e-con e-parent" data-id="a736bff" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-9f98160 e-con-full e-flex e-con e-child" data-id="9f98160" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-bb42c70 elementor-widget elementor-widget-heading" data-id="bb42c70" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Publicaciones</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-d08cb1e elementor-grid-1 elementor-posts--thumbnail-left elementor-grid-tablet-1 elementor-grid-mobile-1 elementor-widget elementor-widget-posts" data-id="d08cb1e" data-element_type="widget" data-e-type="widget" data-settings="{&quot;classic_columns&quot;:&quot;1&quot;,&quot;classic_columns_tablet&quot;:&quot;1&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
							<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-2096 post type-post status-publish format-standard has-post-thumbnail hentry category-aspectos-demograficos category-casbss category-covid-19 category-de-las-comisiones-americanas-de-seguridad-social category-epidemiologia category-pandemia category-publicaciones category-salud-mental category-salud-publica category-situacion-de-salud category-temas category-vigilancia-epidemiologica">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/analisis-de-experiencias-exitosas-en-seguridad-social-y-salud-mental-de-grupos-vulnerables-ante-el-impacto-de-la-covid-19/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="630" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/NotaTecnica-CASS-04.png" class="attachment-medium_large size-medium_large wp-image-2100" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/NotaTecnica-CASS-04.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/NotaTecnica-CASS-04-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/NotaTecnica-CASS-04-580x838.png 580w" sizes="(max-width: 630px) 100vw, 630px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/analisis-de-experiencias-exitosas-en-seguridad-social-y-salud-mental-de-grupos-vulnerables-ante-el-impacto-de-la-covid-19/" >
				Análisis de experiencias exitosas en seguridad social y salud mental de grupos vulnerables ante el impacto de la COVID-19			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>se mostrará la situación del acceso<br /> a la salud de las personas migrantes en condición irregular en México, durante la pandemia por<br /> COVID-19 en el 2020. En primer		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-1572 post type-post status-publish format-standard has-post-thumbnail hentry category-aspectos-juridicos category-derecho-a-la-seguridad-social category-editadas-por-la-secretaria-general category-marco-legal-de-la-seguridad-social category-principios-de-la-seguridad-social category-publicaciones category-relaciones-internacionales category-serie-estudios category-temas tag-america-latina tag-chile tag-cobertura tag-colombia tag-derechos-humanos tag-desarrollo-economico tag-desarrollo-social tag-ecuador tag-espana tag-europa tag-mexico tag-peru tag-salud-publica tag-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/primer-ciclo-de-conferencias-de-alto-nivel-la-seguridad-social-en-iberoamerica-al-termino-del-siglo-xx/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="630" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-28.png" class="attachment-medium_large size-medium_large wp-image-1582" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-28.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-28-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-28-580x838.png 580w" sizes="(max-width: 630px) 100vw, 630px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/primer-ciclo-de-conferencias-de-alto-nivel-la-seguridad-social-en-iberoamerica-al-termino-del-siglo-xx/" >
				Primer ciclo de Conferencias de Alto Nivel. La seguridad social en Iberoamérica, al término del Siglo XX			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Esta publicación recoge una muestra de este debate permanente, en donde dirigentes de la seguridad social de Iberoamérica y expertos internacionales en la materia, exponen las condiciones en que se		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-2393 post type-post status-publish format-standard has-post-thumbnail hentry category-acceso-a-la-salud category-adultos-mayores category-asistencia-medica category-atencion-en-salud category-beneficios category-covid-19 category-cuadernos-covid-19 category-editadas-por-la-secretaria-general category-maternidad category-publicaciones category-salud-publica category-sistemas-de-seguridad-social category-temas category-tercera-edad category-vacunacion tag-america-latina tag-cobertura-en-salud tag-contingencia tag-covid-19 tag-mercado-laboral tag-pandemia tag-politicas-de-salud tag-proteccion-en-salud tag-republica-dominicana tag-seguridad-laboral tag-seguridad-social tag-vacunacion">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/la-respuesta-de-los-sistemas-de-seguridad-social-americanos-a-la-pandemia-de-covid-19-balance-a-mas-de-un-ano-de-la-emergencia-el-caso-de-republica-dominicana/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="630" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/Cuadernos-Covid19-04.png" class="attachment-medium_large size-medium_large wp-image-2395" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Cuadernos-Covid19-04.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Cuadernos-Covid19-04-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Cuadernos-Covid19-04-580x838.png 580w" sizes="(max-width: 630px) 100vw, 630px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/la-respuesta-de-los-sistemas-de-seguridad-social-americanos-a-la-pandemia-de-covid-19-balance-a-mas-de-un-ano-de-la-emergencia-el-caso-de-republica-dominicana/" >
				La respuesta de los sistemas de seguridad social americanos a la pandemia de COVID -19, balance a más de un año de la emergencia. El caso de República Dominicana.			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Este documento, dividido en siete apartados revisa la evolución de la pandemia en República Dominicana, para conocer la reacción de los mecanismos de seguridad y protección social existentes en<br />		</div>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-740b1a3 e-con-full e-flex e-con e-child" data-id="740b1a3" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-2bb0131 elementor-widget elementor-widget-heading" data-id="2bb0131" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Monitor de recursos</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-0c762aa elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="0c762aa" data-element_type="widget" data-e-type="widget" data-settings="{&quot;classic_columns&quot;:&quot;1&quot;,&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
							<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-12941 post type-post status-publish format-standard has-post-thumbnail hentry category-monitor-de-recursos-de-informacion category-organismos-internacionales tag-bases-de-datos tag-bibliotecologia tag-contribuciones tag-motor-de-busqueda tag-organismos-internacionales tag-pensiones tag-programas-sociales tag-proteccion-social tag-repositorio tag-sistemas-de-informacion">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/asociacion-internacional-de-organismos-de-supervision-de-fondos-de-pensiones/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="910" height="531" src="https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-aios.png" class="attachment-full size-full wp-image-12942" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-aios.png 910w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-aios-300x175.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-aios-768x448.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-aios-580x338.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-aios-860x502.png 860w" sizes="(max-width: 910px) 100vw, 910px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/asociacion-internacional-de-organismos-de-supervision-de-fondos-de-pensiones/" >
				Asociación Internacional de Organismos de Supervisión de Fondos de Pensiones			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Repositorio institucional de la Organización Panamericana de la Salud/Organización Mundial de Salud (OPS/OMS) que se ha consolidado como su biblioteca digital, ya que reúne los		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-13225 post type-post status-publish format-standard has-post-thumbnail hentry category-monitor-de-recursos-de-informacion category-uso-de-la-informacion tag-actualizacion tag-administracion-de-la-informacion tag-bases-de-datos tag-bibliotecologia tag-fuentes-rss tag-informacion-documental tag-noticias tag-sistemas-de-informacion">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/feedly-una-herramienta-para-organizar-nuestros-rss/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="910" height="531" src="https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-feedly.png" class="attachment-full size-full wp-image-13230" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-feedly.png 910w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-feedly-300x175.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-feedly-768x448.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-feedly-580x338.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-feedly-860x502.png 860w" sizes="(max-width: 910px) 100vw, 910px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/feedly-una-herramienta-para-organizar-nuestros-rss/" >
				Feedly, una herramienta para organizar nuestros RSS			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Ante el cierre del servicio Google Reader, ese servicio que nos permitía revisar los feeds de las novedades de los sitios web a los que		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-13171 post type-post status-publish format-standard has-post-thumbnail hentry category-monitor-de-recursos-de-informacion category-periodica category-revistas-especializadas category-salud-publica-revistas-especializadas tag-actuaria tag-bases-de-datos tag-bibliotecologia tag-calculos-actuariales tag-financiamiento tag-motor-de-busqueda tag-repositorio tag-revistas tag-revistas-especializadas tag-riesgos-financieros tag-sistemas-de-informacion">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/archives-of-public-health/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="800" height="725" src="https://bidiss.ciess.org/wp-content/uploads/2024/08/Archives-Pub-Health.jpg" class="attachment-full size-full wp-image-13181" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/08/Archives-Pub-Health.jpg 800w, https://bidiss.ciess.org/wp-content/uploads/2024/08/Archives-Pub-Health-300x272.jpg 300w, https://bidiss.ciess.org/wp-content/uploads/2024/08/Archives-Pub-Health-768x696.jpg 768w, https://bidiss.ciess.org/wp-content/uploads/2024/08/Archives-Pub-Health-580x526.jpg 580w" sizes="(max-width: 800px) 100vw, 800px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/archives-of-public-health/" >
				Archives of Public Health			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Repositorio institucional de la Organización Panamericana de la Salud/Organización Mundial de Salud (OPS/OMS) que se ha consolidado como su biblioteca digital, ya que reúne los		</div>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-fdb79fb e-con-full e-flex e-con e-child" data-id="fdb79fb" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-acb7b4b elementor-widget elementor-widget-heading" data-id="acb7b4b" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Bibliografías especializadas</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-21cb90e elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="21cb90e" data-element_type="widget" data-e-type="widget" data-settings="{&quot;classic_columns&quot;:&quot;1&quot;,&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
							<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-8881 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-bienestar-social tag-derechos-humanos tag-derechos-sociales tag-desarrollo-humano tag-discriminacion tag-equidad tag-pobreza tag-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/derechos-humanos-y-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="1920" height="1080" src="https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos.jpg" class="attachment-full size-full wp-image-8882" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos.jpg 1920w, https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos-300x169.jpg 300w, https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos-1024x576.jpg 1024w, https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos-768x432.jpg 768w, https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos-1536x864.jpg 1536w, https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos-580x326.jpg 580w, https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos-860x484.jpg 860w, https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos-1160x653.jpg 1160w, https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos-640x360.jpg 640w" sizes="(max-width: 1920px) 100vw, 1920px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/derechos-humanos-y-seguridad-social/" >
				Derechos humanos y seguridad social			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Bibliografía especializada en derechos humanos y seguridad social como derecho humano.</p>
		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-22694 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-analisis-de-datos tag-aspectos-estadisticos tag-bienestar-social tag-modelos-de-regresion tag-regresiones tag-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/aplicacion-de-herramientas-estadisticas-para-el-analisis-de-datos-empiricos-en-la-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="1920" height="1080" src="https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada.jpg" class="attachment-full size-full wp-image-25998" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada.jpg 1920w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-300x169.jpg 300w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-1024x576.jpg 1024w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-768x432.jpg 768w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-1536x864.jpg 1536w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-580x326.jpg 580w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-860x484.jpg 860w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-1160x653.jpg 1160w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-640x360.jpg 640w" sizes="(max-width: 1920px) 100vw, 1920px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/aplicacion-de-herramientas-estadisticas-para-el-analisis-de-datos-empiricos-en-la-seguridad-social/" >
				Aplicación de herramientas estadísticas para el análisis de datos empíricos en la seguridad social			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Bibliografía especializada en abordaje del cuidado de la persona mayor desde la seguridad social</p>
		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-9300 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-bienestar-social tag-cobertura tag-comportamiento-demografico tag-demografia tag-epidemiologia tag-salud-publica tag-seguridad-social tag-sistemas-de-salud">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/epidemiologia-y-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="650" height="366" src="https://bidiss.ciess.org/wp-content/uploads/2024/06/19-cambios-epidemiologicos.png" class="attachment-full size-full wp-image-9301" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/06/19-cambios-epidemiologicos.png 650w, https://bidiss.ciess.org/wp-content/uploads/2024/06/19-cambios-epidemiologicos-300x169.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/06/19-cambios-epidemiologicos-580x327.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/06/19-cambios-epidemiologicos-640x360.png 640w" sizes="(max-width: 650px) 100vw, 650px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/epidemiologia-y-seguridad-social/" >
				Epidemiología y seguridad social			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Bibliografía especializada en epidemiología y seguridad social</p>
		</div>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-b8167f9 e-flex e-con-boxed e-con e-parent" data-id="b8167f9" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-9d9a97a elementor-share-buttons--view-icon elementor-share-buttons--shape-circle elementor-share-buttons--align-center elementor-share-buttons--skin-gradient elementor-grid-0 elementor-share-buttons--color-official elementor-widget elementor-widget-share-buttons" data-id="9d9a97a" data-element_type="widget" data-e-type="widget" data-widget_type="share-buttons.default">
				<div class="elementor-widget-container">
							<div class="elementor-grid">
								<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_facebook"
							role="button"
							tabindex="0"
							aria-label="Compartir en facebook"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-facebook" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z"></path></svg>							</span>
																				</div>
					</div>
									<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_twitter"
							role="button"
							tabindex="0"
							aria-label="Compartir en twitter"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-twitter" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"></path></svg>							</span>
																				</div>
					</div>
									<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_linkedin"
							role="button"
							tabindex="0"
							aria-label="Compartir en linkedin"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-linkedin" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"></path></svg>							</span>
																				</div>
					</div>
									<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_whatsapp"
							role="button"
							tabindex="0"
							aria-label="Compartir en whatsapp"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-whatsapp" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z"></path></svg>							</span>
																				</div>
					</div>
									<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_telegram"
							role="button"
							tabindex="0"
							aria-label="Compartir en telegram"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-telegram" viewBox="0 0 496 512" xmlns="http://www.w3.org/2000/svg"><path d="M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm121.8 169.9l-40.7 191.8c-3 13.6-11.1 16.9-22.4 10.5l-62-45.7-29.9 28.8c-3.3 3.3-6.1 6.1-12.5 6.1l4.4-63.1 114.9-103.8c5-4.4-1.1-6.9-7.7-2.5l-142 89.4-61.2-19.1c-13.3-4.2-13.6-13.3 2.8-19.7l239.1-92.2c11.1-4 20.8 2.7 17.2 19.5z"></path></svg>							</span>
																				</div>
					</div>
						</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-5643799 e-flex e-con-boxed e-con e-parent" data-id="5643799" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
					</div>
				</div>
				</div>
		<p>La entrada <a href="https://bidiss.ciess.org/glosario/reserva-tecnica/">Reserva técnica</a> se publicó primero en <a href="https://bidiss.ciess.org">Biblioteca Digital de Seguridad Social</a>.</p>
]]></content:encoded>
					
		
		<enclosure url="https://bidiss.ciess.org/wp-content/uploads/2025/02/ReservaTecnica.mp3?download=false" length="45836" type="audio/mpeg" />

			</item>
		<item>
		<title>Prima de antigüedad</title>
		<link>https://bidiss.ciess.org/glosario/prima-de-antiguedad/</link>
		
		<dc:creator><![CDATA[Ernesto Ramirez]]></dc:creator>
		<pubDate>Wed, 05 Feb 2025 17:52:42 +0000</pubDate>
				<category><![CDATA[Actuaría y financiamiento]]></category>
		<category><![CDATA[Glosario]]></category>
		<category><![CDATA[P]]></category>
		<category><![CDATA[Seguros]]></category>
		<category><![CDATA[Actuaría]]></category>
		<category><![CDATA[América Latina]]></category>
		<category><![CDATA[Aspectos actuariales]]></category>
		<category><![CDATA[Financiamiento]]></category>
		<category><![CDATA[Glosario de seguridad social]]></category>
		<guid isPermaLink="false">https://bidiss.ciess.org/?p=21289</guid>

					<description><![CDATA[<p>Es la suma de dinero que tendría derecho a recibir de su empleador el trabajador a la terminación de todo contrato por tiempo indefinido, cualquiera que sea la causa de terminación.</p>
<p>La entrada <a href="https://bidiss.ciess.org/glosario/prima-de-antiguedad/">Prima de antigüedad</a> se publicó primero en <a href="https://bidiss.ciess.org">Biblioteca Digital de Seguridad Social</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="21289" class="elementor elementor-21289" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-1fd93bb e-flex e-con-boxed e-con e-parent" data-id="1fd93bb" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-3a968b4 elementor-widget elementor-widget-heading" data-id="3a968b4" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h1 class="elementor-heading-title elementor-size-default">GLOSARIO DE SEGURIDAD SOCIAL</h1>				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-73ff07a e-flex e-con-boxed e-con e-parent" data-id="73ff07a" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-4f197d2 elementor-widget-divider--separator-type-pattern elementor-widget-divider--no-spacing elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="4f197d2" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider" style="--divider-pattern-url: url(&quot;data:image/svg+xml,%3Csvg xmlns=&#039;http://www.w3.org/2000/svg&#039; preserveAspectRatio=&#039;none&#039; overflow=&#039;visible&#039; height=&#039;100%&#039; viewBox=&#039;0 0 24 24&#039; fill=&#039;black&#039; stroke=&#039;none&#039;%3E%3Cpath d=&#039;M24,8v12H0V8H24z M24,4v1H0V4H24z&#039;/%3E%3C/svg%3E&quot;);">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-6c31a83 e-con-full e-flex e-con e-parent" data-id="6c31a83" data-element_type="container" data-e-type="container">
				</div>
		<div class="elementor-element elementor-element-195e379 e-flex e-con-boxed e-con e-parent" data-id="195e379" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-bbf8e06 e-con-full e-flex e-con e-child" data-id="bbf8e06" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-d655dfd elementor-widget elementor-widget-text-editor" data-id="d655dfd" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h1 class="page-title">Prima de antigüedad</h1>
Es la suma de dinero que tendría derecho a recibir de su empleador el trabajador a la terminación de todo contrato por tiempo indefinido, cualquiera que sea la causa de terminación.								</div>
				</div>
				<div class="elementor-element elementor-element-ee8c15a elementor-widget elementor-widget-SimpleAudioPlayer" data-id="ee8c15a" data-element_type="widget" data-e-type="widget" data-widget_type="SimpleAudioPlayer.default">
				<div class="elementor-widget-container">
					
		<div class="skin_simple h5ap_standard_player" data-options='{"controls":["play","progress","current-time","duration","mute","volume","settings"],"seekTime":15}'>
			<audio controls id="bplayer_id" >
				<source src="https://bidiss.ciess.org/wp-content/uploads/2025/02/PrimaDeAntiguedad.mp3?download=false" type="audio/mp3">
			</audio>
		</div>

				</div>
				</div>
				<div class="elementor-element elementor-element-3c13b16 elementor-widget elementor-widget-spacer" data-id="3c13b16" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-0f4496f elementor-widget elementor-widget-button" data-id="0f4496f" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://bidiss.ciess.org/glosario/">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<svg aria-hidden="true" class="e-font-icon-svg e-far-list-alt" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h404a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-42-92v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm-252 12c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36z"></path></svg>			</span>
									<span class="elementor-button-text">Volver al Glosario </span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-07dc334 e-con-full e-flex e-con e-child" data-id="07dc334" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-6e172e7 elementor-widget elementor-widget-spacer" data-id="6e172e7" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-35268a2 elementor-widget elementor-widget-heading" data-id="35268a2" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Términos relacionados</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-07ff7ce elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="07ff7ce" data-element_type="widget" data-e-type="widget" data-settings="{&quot;classic_columns&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
							<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-24049 post type-post status-publish format-standard hentry category-a category-actuaria-y-financiamiento-glosario category-contribuciones category-glosario category-pensiones-seguros tag-actuaria tag-america-latina tag-aspectos-actuariales tag-financiamiento tag-glosario-de-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/aportaciones/" >
				Aportaciones			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-24041 post type-post status-publish format-standard hentry category-a category-actuaria-y-financiamiento-glosario category-contribuciones category-glosario category-pensiones-seguros tag-actuaria tag-america-latina tag-aspectos-actuariales tag-financiamiento tag-glosario-de-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/ahorro-voluntario/" >
				Ahorro voluntario			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-24036 post type-post status-publish format-standard hentry category-a category-actuaria-y-financiamiento-glosario category-contribuciones category-glosario category-pensiones-seguros tag-beneficios tag-edad-de-retiro tag-jubilaciones tag-pensiones tag-retiro tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/afore/" >
				AFORE			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-23933 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-c category-glosario category-pensiones-seguros tag-beneficios tag-edad-de-retiro tag-jubilaciones tag-pensiones tag-retiro tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/curva-de-rendimiento-yield-curve/" >
				Curva de rendimiento (Yield Curve)			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-23855 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-glosario category-pensiones-seguros category-v tag-beneficios tag-edad-de-retiro tag-jubilaciones tag-pensiones tag-retiro tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/valuacion-actuarial/" >
				Valuación actuarial			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-23147 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-glosario category-pensiones-seguros category-s tag-beneficios tag-edad-de-retiro tag-jubilaciones tag-pensiones tag-retiro tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/sistema-financiero-de-prima-escalonada/" >
				Sistema financiero de prima escalonada			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-22366 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-glosario category-r category-seguros tag-actuaria tag-america-latina tag-aspectos-actuariales tag-financiamiento tag-glosario-de-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/reservas-financieras/" >
				Reservas financieras			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-22361 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-glosario category-r category-seguros tag-actuaria tag-america-latina tag-aspectos-actuariales tag-financiamiento tag-glosario-de-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/reserva-tecnica/" >
				Reserva técnica			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-21289 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-glosario category-p category-seguros tag-actuaria tag-america-latina tag-aspectos-actuariales tag-financiamiento tag-glosario-de-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/prima-de-antiguedad/" >
				Prima de antigüedad			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-21284 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-glosario category-p tag-actuaria tag-america-latina tag-aspectos-actuariales tag-financiamiento tag-glosario-de-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/previsones-actuariales/" >
				Previsones actuariales			</a>
		</h5>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-d5c7011 e-flex e-con-boxed e-con e-parent" data-id="d5c7011" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-88d71ec elementor-widget elementor-widget-text-editor" data-id="88d71ec" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<div class="text-header"><i class="fa-solid fa-mug-hot"></i> Tal vez pueda interesarte:</div>
<div class="title-line"></div>
								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-a736bff e-flex e-con-boxed e-con e-parent" data-id="a736bff" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-9f98160 e-con-full e-flex e-con e-child" data-id="9f98160" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-bb42c70 elementor-widget elementor-widget-heading" data-id="bb42c70" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Publicaciones</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-d08cb1e elementor-grid-1 elementor-posts--thumbnail-left elementor-grid-tablet-1 elementor-grid-mobile-1 elementor-widget elementor-widget-posts" data-id="d08cb1e" data-element_type="widget" data-e-type="widget" data-settings="{&quot;classic_columns&quot;:&quot;1&quot;,&quot;classic_columns_tablet&quot;:&quot;1&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
							<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-3080 post type-post status-publish format-standard has-post-thumbnail hentry category-aborto category-atencion-en-salud category-cobertura category-editadas-por-la-secretaria-general category-embarazo category-notas-tecnicas category-proteccion-de-la-salud category-proteccion-social category-publicaciones category-salud-publica category-salud-reproductiva category-temas tag-aborto tag-atencion-en-salud tag-cobertura-en-salud tag-embarazo tag-mexico tag-proteccion-de-la-salud tag-proteccion-social tag-salud-publica tag-salud-sexual-y-reproductiva tag-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/mas-alla-de-la-legalizacion-la-incorporacion-del-aborto-a-la-seguridad-social-en-mexico/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="630" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/Nota-Tecnica-03.png" class="attachment-medium_large size-medium_large wp-image-3081" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Nota-Tecnica-03.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Nota-Tecnica-03-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Nota-Tecnica-03-580x838.png 580w" sizes="(max-width: 630px) 100vw, 630px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/mas-alla-de-la-legalizacion-la-incorporacion-del-aborto-a-la-seguridad-social-en-mexico/" >
				Más allá de la legalización. La incorporación del aborto a la seguridad social en México			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>La criminalización del aborto genera riesgos sociales que afectan la salud y la vida de las mujeres. Éstos solamente se podrán resolver mediante la legalización e incorporación a la seguridad		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-4069 post type-post status-publish format-standard has-post-thumbnail hentry category-administracion category-aspectos-juridicos category-cobertura category-editadas-por-la-secretaria-general category-globalizacion category-marco-legal-de-la-seguridad-social category-publicaciones category-serie-estudios category-sistemas-de-seguridad-social category-temas tag-administracion-de-la-seguridad-social tag-america-latina tag-aspectos-juridicos tag-chile tag-cobertura-de-la-seguridad-social tag-costa-rica tag-cuba tag-funcionarios-publicos tag-globalizacion tag-marco-legal tag-mexico tag-reforma-de-la-seguridad-social tag-seguridad-social tag-sistemas-de-seguridad-social tag-uruguay">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/reunion-tecnica-de-la-cajs-los-diversos-regimenes-de-seguridad-social-compilacion/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="630" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-48.png" class="attachment-medium_large size-medium_large wp-image-4070" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-48.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-48-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-48-580x838.png 580w" sizes="(max-width: 630px) 100vw, 630px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/reunion-tecnica-de-la-cajs-los-diversos-regimenes-de-seguridad-social-compilacion/" >
				Reunión técnica de la CAJS: Los diversos regímenes de seguridad social. Compilación			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>En este compilación se aborda el tema de Los Diversos Regímenes de Seguridad Social, en dos grandes apartados.</p> <p>La primera parte, consistirá en exposiciones de funcionarios representantes de instituciones que		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-1874 post type-post status-publish format-standard has-post-thumbnail hentry category-asistencia-medica category-atencion-en-salud category-atencion-medica category-bienestar category-breviarios-de-seguridad-social category-divulgacion category-editadas-por-el-ciess category-proteccion-de-la-salud category-publicaciones category-salud category-salud-el-reto-del-bienestar category-temas category-tercera-edad tag-enfermedad tag-medicamentos tag-mercadotecnia tag-proteccion-social tag-salud tag-salud-publica tag-seguridad-social tag-sociologia-de-la-salud">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/salud-dinero-y-amor-breve-vision-sociologica-de-una-sociedad-sana/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="630" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/Breviarios-Investigacion-02.png" class="attachment-medium_large size-medium_large wp-image-1877" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Breviarios-Investigacion-02.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Breviarios-Investigacion-02-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Breviarios-Investigacion-02-580x838.png 580w" sizes="(max-width: 630px) 100vw, 630px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/salud-dinero-y-amor-breve-vision-sociologica-de-una-sociedad-sana/" >
				Salud, dinero y amor: breve visión sociológica de una sociedad sana			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>De cara a un panorama tan complejo como el del envejecimiento poblacional,<br /> y con base en experiencias de la Asociación Mutual de los Agentes de los Organismos para la		</div>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-740b1a3 e-con-full e-flex e-con e-child" data-id="740b1a3" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-2bb0131 elementor-widget elementor-widget-heading" data-id="2bb0131" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Monitor de recursos</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-0c762aa elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="0c762aa" data-element_type="widget" data-e-type="widget" data-settings="{&quot;classic_columns&quot;:&quot;1&quot;,&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
							<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-13159 post type-post status-publish format-standard has-post-thumbnail hentry category-medicina-del-trabajo-revistas-especializadas category-monitor-de-recursos-de-informacion category-periodica category-revistas-especializadas tag-actuaria tag-bases-de-datos tag-bibliotecologia tag-calculos-actuariales tag-financiamiento tag-motor-de-busqueda tag-repositorio tag-revistas tag-revistas-especializadas tag-riesgos-financieros tag-sistemas-de-informacion">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/annals-of-occupational-and-environmental-medicine/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="800" height="725" src="https://bidiss.ciess.org/wp-content/uploads/2024/08/Ann-Occ-Env-Med.jpg" class="attachment-full size-full wp-image-13164" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/08/Ann-Occ-Env-Med.jpg 800w, https://bidiss.ciess.org/wp-content/uploads/2024/08/Ann-Occ-Env-Med-300x272.jpg 300w, https://bidiss.ciess.org/wp-content/uploads/2024/08/Ann-Occ-Env-Med-768x696.jpg 768w, https://bidiss.ciess.org/wp-content/uploads/2024/08/Ann-Occ-Env-Med-580x526.jpg 580w" sizes="(max-width: 800px) 100vw, 800px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/annals-of-occupational-and-environmental-medicine/" >
				Annals of Occupational and Environmental Medicine			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Repositorio institucional de la Organización Panamericana de la Salud/Organización Mundial de Salud (OPS/OMS) que se ha consolidado como su biblioteca digital, ya que reúne los		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-10737 post type-post status-publish format-standard has-post-thumbnail hentry category-base-de-datos-monitor-de-recursos-de-informacion category-integrador-de-contenidos category-monitor-de-recursos-de-informacion category-motor-de-busqueda tag-bases-de-datos tag-bibliotecologia tag-informacion-academica tag-integrador-de-contenidos tag-libros tag-motor-de-busqueda tag-repositorio tag-revistas tag-sistemas-de-informacion">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/redib/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="910" height="549" src="https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-8.png" class="attachment-full size-full wp-image-10738" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-8.png 910w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-8-300x181.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-8-768x463.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-8-580x350.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-8-860x519.png 860w" sizes="(max-width: 910px) 100vw, 910px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/redib/" >
				REDIB			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Plataforma de agregación de contenidos científicos y académicos en formato electrónico producidos en el ámbito iberoamericano, que<br /> ofrece a sus usuarios acceso directo a		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-12947 post type-post status-publish format-standard has-post-thumbnail hentry category-monitor-de-recursos-de-informacion category-repositorios tag-bases-de-datos tag-bibliotecologia tag-motor-de-busqueda tag-politicas-de-salud tag-politicas-sociales tag-proteccion-social tag-repositorio tag-salud-publica tag-seguridad-social tag-sistemas-de-informacion">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/repositorio-digital-de-cepal/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="910" height="531" src="https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-repositorio-cepal.png" class="attachment-full size-full wp-image-12948" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-repositorio-cepal.png 910w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-repositorio-cepal-300x175.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-repositorio-cepal-768x448.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-repositorio-cepal-580x338.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-repositorio-cepal-860x502.png 860w" sizes="(max-width: 910px) 100vw, 910px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/repositorio-digital-de-cepal/" >
				Repositorio Digital de CEPAL			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Repositorio institucional de la Organización Panamericana de la Salud/Organización Mundial de Salud (OPS/OMS) que se ha consolidado como su biblioteca digital, ya que reúne los		</div>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-fdb79fb e-con-full e-flex e-con e-child" data-id="fdb79fb" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-acb7b4b elementor-widget elementor-widget-heading" data-id="acb7b4b" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Bibliografías especializadas</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-21cb90e elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="21cb90e" data-element_type="widget" data-e-type="widget" data-settings="{&quot;classic_columns&quot;:&quot;1&quot;,&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
							<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-7964 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-america-latina tag-derechos-humanos tag-equidad tag-genero tag-igualdad-de-genero tag-migracion tag-mujeres tag-pensiones tag-prevision-social tag-seguridad-social tag-violencia-de-genero">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/igualdad-de-genero-y-no-discriminacion/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="1570" height="893" src="https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-igualdad-genero-bidiss.png" class="attachment-full size-full wp-image-7965" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-igualdad-genero-bidiss.png 1570w, https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-igualdad-genero-bidiss-300x171.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-igualdad-genero-bidiss-1024x582.png 1024w, https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-igualdad-genero-bidiss-768x437.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-igualdad-genero-bidiss-1536x874.png 1536w, https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-igualdad-genero-bidiss-580x330.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-igualdad-genero-bidiss-860x489.png 860w, https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-igualdad-genero-bidiss-1160x660.png 1160w" sizes="(max-width: 1570px) 100vw, 1570px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/igualdad-de-genero-y-no-discriminacion/" >
				Igualdad de género y no discriminación			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Bibliografía especializada en el tema de igualdad de género y no discriminación disponible en la Biblioteca Digital de Seguridad Social.</p>
		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-9300 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-bienestar-social tag-cobertura tag-comportamiento-demografico tag-demografia tag-epidemiologia tag-salud-publica tag-seguridad-social tag-sistemas-de-salud">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/epidemiologia-y-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="650" height="366" src="https://bidiss.ciess.org/wp-content/uploads/2024/06/19-cambios-epidemiologicos.png" class="attachment-full size-full wp-image-9301" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/06/19-cambios-epidemiologicos.png 650w, https://bidiss.ciess.org/wp-content/uploads/2024/06/19-cambios-epidemiologicos-300x169.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/06/19-cambios-epidemiologicos-580x327.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/06/19-cambios-epidemiologicos-640x360.png 640w" sizes="(max-width: 650px) 100vw, 650px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/epidemiologia-y-seguridad-social/" >
				Epidemiología y seguridad social			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Bibliografía especializada en epidemiología y seguridad social</p>
		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-25158 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-administracion-de-la-seguridad-social tag-beneficios tag-cobertura tag-costos tag-financiacion tag-financiamiento tag-financiamiento-de-la-seguridad-social tag-finanzas tag-inversion tag-prestaciones tag-presupuestos tag-seguridad-social tag-sistema-de-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/inversion-de-fondos-de-pensiones-en-la-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="1920" height="1080" src="https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social.jpg" class="attachment-full size-full wp-image-25159" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social.jpg 1920w, https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social-300x169.jpg 300w, https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social-1024x576.jpg 1024w, https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social-768x432.jpg 768w, https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social-1536x864.jpg 1536w, https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social-580x326.jpg 580w, https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social-860x484.jpg 860w, https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social-1160x653.jpg 1160w, https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social-640x360.jpg 640w" sizes="(max-width: 1920px) 100vw, 1920px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/inversion-de-fondos-de-pensiones-en-la-seguridad-social/" >
				Inversión de fondos de pensiones en la seguridad social			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Bibliografía especializada en sistemas de financiación en la seguridad social.</p>
		</div>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-b8167f9 e-flex e-con-boxed e-con e-parent" data-id="b8167f9" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-9d9a97a elementor-share-buttons--view-icon elementor-share-buttons--shape-circle elementor-share-buttons--align-center elementor-share-buttons--skin-gradient elementor-grid-0 elementor-share-buttons--color-official elementor-widget elementor-widget-share-buttons" data-id="9d9a97a" data-element_type="widget" data-e-type="widget" data-widget_type="share-buttons.default">
				<div class="elementor-widget-container">
							<div class="elementor-grid">
								<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_facebook"
							role="button"
							tabindex="0"
							aria-label="Compartir en facebook"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-facebook" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z"></path></svg>							</span>
																				</div>
					</div>
									<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_twitter"
							role="button"
							tabindex="0"
							aria-label="Compartir en twitter"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-twitter" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"></path></svg>							</span>
																				</div>
					</div>
									<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_linkedin"
							role="button"
							tabindex="0"
							aria-label="Compartir en linkedin"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-linkedin" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"></path></svg>							</span>
																				</div>
					</div>
									<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_whatsapp"
							role="button"
							tabindex="0"
							aria-label="Compartir en whatsapp"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-whatsapp" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z"></path></svg>							</span>
																				</div>
					</div>
									<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_telegram"
							role="button"
							tabindex="0"
							aria-label="Compartir en telegram"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-telegram" viewBox="0 0 496 512" xmlns="http://www.w3.org/2000/svg"><path d="M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm121.8 169.9l-40.7 191.8c-3 13.6-11.1 16.9-22.4 10.5l-62-45.7-29.9 28.8c-3.3 3.3-6.1 6.1-12.5 6.1l4.4-63.1 114.9-103.8c5-4.4-1.1-6.9-7.7-2.5l-142 89.4-61.2-19.1c-13.3-4.2-13.6-13.3 2.8-19.7l239.1-92.2c11.1-4 20.8 2.7 17.2 19.5z"></path></svg>							</span>
																				</div>
					</div>
						</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-5643799 e-flex e-con-boxed e-con e-parent" data-id="5643799" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
					</div>
				</div>
				</div>
		<p>La entrada <a href="https://bidiss.ciess.org/glosario/prima-de-antiguedad/">Prima de antigüedad</a> se publicó primero en <a href="https://bidiss.ciess.org">Biblioteca Digital de Seguridad Social</a>.</p>
]]></content:encoded>
					
		
		<enclosure url="https://bidiss.ciess.org/wp-content/uploads/2025/02/PrimaDeAntiguedad.mp3?download=false" length="47180" type="audio/mpeg" />

			</item>
		<item>
		<title>Previsones actuariales</title>
		<link>https://bidiss.ciess.org/glosario/previsones-actuariales/</link>
		
		<dc:creator><![CDATA[Ernesto Ramirez]]></dc:creator>
		<pubDate>Wed, 05 Feb 2025 17:51:11 +0000</pubDate>
				<category><![CDATA[Actuaría y financiamiento]]></category>
		<category><![CDATA[Glosario]]></category>
		<category><![CDATA[P]]></category>
		<category><![CDATA[Actuaría]]></category>
		<category><![CDATA[América Latina]]></category>
		<category><![CDATA[Aspectos actuariales]]></category>
		<category><![CDATA[Financiamiento]]></category>
		<category><![CDATA[Glosario de seguridad social]]></category>
		<guid isPermaLink="false">https://bidiss.ciess.org/?p=21284</guid>

					<description><![CDATA[<p>Medidas que debe tomar una institución al analizar el balance actuarial, cada tres años por lo menos, y tendientes a lograr la suficiencia de recursos económicos para las diferentes ramas de seguro.</p>
<p>La entrada <a href="https://bidiss.ciess.org/glosario/previsones-actuariales/">Previsones actuariales</a> se publicó primero en <a href="https://bidiss.ciess.org">Biblioteca Digital de Seguridad Social</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="21284" class="elementor elementor-21284" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-1fd93bb e-flex e-con-boxed e-con e-parent" data-id="1fd93bb" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-3a968b4 elementor-widget elementor-widget-heading" data-id="3a968b4" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h1 class="elementor-heading-title elementor-size-default">GLOSARIO DE SEGURIDAD SOCIAL</h1>				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-73ff07a e-flex e-con-boxed e-con e-parent" data-id="73ff07a" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-4f197d2 elementor-widget-divider--separator-type-pattern elementor-widget-divider--no-spacing elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="4f197d2" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider" style="--divider-pattern-url: url(&quot;data:image/svg+xml,%3Csvg xmlns=&#039;http://www.w3.org/2000/svg&#039; preserveAspectRatio=&#039;none&#039; overflow=&#039;visible&#039; height=&#039;100%&#039; viewBox=&#039;0 0 24 24&#039; fill=&#039;black&#039; stroke=&#039;none&#039;%3E%3Cpath d=&#039;M24,8v12H0V8H24z M24,4v1H0V4H24z&#039;/%3E%3C/svg%3E&quot;);">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-6c31a83 e-con-full e-flex e-con e-parent" data-id="6c31a83" data-element_type="container" data-e-type="container">
				</div>
		<div class="elementor-element elementor-element-195e379 e-flex e-con-boxed e-con e-parent" data-id="195e379" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-bbf8e06 e-con-full e-flex e-con e-child" data-id="bbf8e06" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-d655dfd elementor-widget elementor-widget-text-editor" data-id="d655dfd" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h1 class="page-title">Previsiones actuariales</h1><p>Medidas que debe tomar una institución al analizar el balance actuarial, cada tres años por lo menos, y tendientes a lograr la suficiencia de recursos económicos para las diferentes ramas de seguro.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-ee8c15a elementor-widget elementor-widget-SimpleAudioPlayer" data-id="ee8c15a" data-element_type="widget" data-e-type="widget" data-widget_type="SimpleAudioPlayer.default">
				<div class="elementor-widget-container">
					
		<div class="skin_simple h5ap_standard_player" data-options='{"controls":["play","progress","current-time","duration","mute","volume","settings"],"seekTime":15}'>
			<audio controls id="bplayer_id" >
				<source src="https://bidiss.ciess.org/wp-content/uploads/2025/02/PrevisionesActuariales.mp3?download=false" type="audio/mp3">
			</audio>
		</div>

				</div>
				</div>
				<div class="elementor-element elementor-element-3c13b16 elementor-widget elementor-widget-spacer" data-id="3c13b16" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-0f4496f elementor-widget elementor-widget-button" data-id="0f4496f" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://bidiss.ciess.org/glosario/">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<svg aria-hidden="true" class="e-font-icon-svg e-far-list-alt" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h404a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-42-92v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm-252 12c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36z"></path></svg>			</span>
									<span class="elementor-button-text">Volver al Glosario </span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-07dc334 e-con-full e-flex e-con e-child" data-id="07dc334" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-6e172e7 elementor-widget elementor-widget-spacer" data-id="6e172e7" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-35268a2 elementor-widget elementor-widget-heading" data-id="35268a2" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Términos relacionados</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-07ff7ce elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="07ff7ce" data-element_type="widget" data-e-type="widget" data-settings="{&quot;classic_columns&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
							<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-24049 post type-post status-publish format-standard hentry category-a category-actuaria-y-financiamiento-glosario category-contribuciones category-glosario category-pensiones-seguros tag-actuaria tag-america-latina tag-aspectos-actuariales tag-financiamiento tag-glosario-de-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/aportaciones/" >
				Aportaciones			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-24041 post type-post status-publish format-standard hentry category-a category-actuaria-y-financiamiento-glosario category-contribuciones category-glosario category-pensiones-seguros tag-actuaria tag-america-latina tag-aspectos-actuariales tag-financiamiento tag-glosario-de-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/ahorro-voluntario/" >
				Ahorro voluntario			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-24036 post type-post status-publish format-standard hentry category-a category-actuaria-y-financiamiento-glosario category-contribuciones category-glosario category-pensiones-seguros tag-beneficios tag-edad-de-retiro tag-jubilaciones tag-pensiones tag-retiro tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/afore/" >
				AFORE			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-23933 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-c category-glosario category-pensiones-seguros tag-beneficios tag-edad-de-retiro tag-jubilaciones tag-pensiones tag-retiro tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/curva-de-rendimiento-yield-curve/" >
				Curva de rendimiento (Yield Curve)			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-23855 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-glosario category-pensiones-seguros category-v tag-beneficios tag-edad-de-retiro tag-jubilaciones tag-pensiones tag-retiro tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/valuacion-actuarial/" >
				Valuación actuarial			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-23147 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-glosario category-pensiones-seguros category-s tag-beneficios tag-edad-de-retiro tag-jubilaciones tag-pensiones tag-retiro tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/sistema-financiero-de-prima-escalonada/" >
				Sistema financiero de prima escalonada			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-22366 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-glosario category-r category-seguros tag-actuaria tag-america-latina tag-aspectos-actuariales tag-financiamiento tag-glosario-de-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/reservas-financieras/" >
				Reservas financieras			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-22361 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-glosario category-r category-seguros tag-actuaria tag-america-latina tag-aspectos-actuariales tag-financiamiento tag-glosario-de-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/reserva-tecnica/" >
				Reserva técnica			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-21289 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-glosario category-p category-seguros tag-actuaria tag-america-latina tag-aspectos-actuariales tag-financiamiento tag-glosario-de-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/prima-de-antiguedad/" >
				Prima de antigüedad			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-21284 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-glosario category-p tag-actuaria tag-america-latina tag-aspectos-actuariales tag-financiamiento tag-glosario-de-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/previsones-actuariales/" >
				Previsones actuariales			</a>
		</h5>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-d5c7011 e-flex e-con-boxed e-con e-parent" data-id="d5c7011" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-88d71ec elementor-widget elementor-widget-text-editor" data-id="88d71ec" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<div class="text-header"><i class="fa-solid fa-mug-hot"></i> Tal vez pueda interesarte:</div>
<div class="title-line"></div>
								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-a736bff e-flex e-con-boxed e-con e-parent" data-id="a736bff" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-9f98160 e-con-full e-flex e-con e-child" data-id="9f98160" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-bb42c70 elementor-widget elementor-widget-heading" data-id="bb42c70" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Publicaciones</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-d08cb1e elementor-grid-1 elementor-posts--thumbnail-left elementor-grid-tablet-1 elementor-grid-mobile-1 elementor-widget elementor-widget-posts" data-id="d08cb1e" data-element_type="widget" data-e-type="widget" data-settings="{&quot;classic_columns&quot;:&quot;1&quot;,&quot;classic_columns_tablet&quot;:&quot;1&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
							<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-1756 post type-post status-publish format-standard has-post-thumbnail hentry category-cesantia category-credito-social category-editadas-por-la-secretaria-general category-pensiones category-prestaciones-familiares category-proteccion-social category-publicaciones category-regimenes-de-seguridad-social category-serie-monografias category-servicios-de-salud category-temas category-vivienda tag-america-latina tag-beneficios tag-chile tag-desarrollo-social tag-desigualdad-social tag-genero tag-panorama-de-la-seguridad-social tag-prestaciones-sociales tag-programas-de-seguridad-social tag-proteccion-social tag-seguridad-social tag-subsidio-familiar">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/la-seguridad-social-en-chile/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="630" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieMonografias-01.png" class="attachment-medium_large size-medium_large wp-image-1759" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieMonografias-01.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieMonografias-01-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieMonografias-01-580x838.png 580w" sizes="(max-width: 630px) 100vw, 630px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/la-seguridad-social-en-chile/" >
				La seguridad social en Chile			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Extracto del Libro «12 Años de modernización de la seguridad social en Chile», autorizado por la Corporación de Investigación, Estudio y Desarrollo de la Seguridad Social, CIEDESS.</p>		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-2009 post type-post status-publish format-standard has-post-thumbnail hentry category-aspectos-demograficos category-aspectos-juridicos category-aspectos-politicos category-biblioteca-iess category-bienestar category-derecho-a-la-seguridad-social category-editadas-por-el-ciess category-extension-de-la-seguridad-social category-fondos-de-pensiones category-pensiones category-publicaciones category-reformas category-regimenes-de-seguridad-social category-seguros-sociales category-sistemas-de-pensiones category-temas tag-america-latina tag-argentina tag-aspectos-demograficos tag-aspectos-juridicos tag-brasil tag-chile tag-cobertura tag-colombia tag-costa-rica tag-cuba tag-derecho-de-la-seguridad-social tag-el-salvador tag-fondos-de-pensiones tag-mexico tag-pensiones tag-principios-de-la-seguridad-social tag-republica-dominicana tag-seguridad-social tag-seguro-social tag-sistemas-de-pensiones">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/el-nuevo-derecho-de-las-pensiones-en-america-latina-argentina-brasil-chile-colombia-costa-rica-cuba-el-salvador-mexico-y-republica-dominicana/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="630" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/Biblioteca-CIESS-03.png" class="attachment-medium_large size-medium_large wp-image-2011" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Biblioteca-CIESS-03.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Biblioteca-CIESS-03-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Biblioteca-CIESS-03-580x838.png 580w" sizes="(max-width: 630px) 100vw, 630px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/el-nuevo-derecho-de-las-pensiones-en-america-latina-argentina-brasil-chile-colombia-costa-rica-cuba-el-salvador-mexico-y-republica-dominicana/" >
				El nuevo derecho de las pensiones en América Latina: Argentina, Brasil, Chile, Colombia, Costa Rica, Cuba, El Salvador, México y República Dominicana			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Esta coedición se presenta como parte de la colección Biblioteca CIESS, con la colaboración del Instituto de Investigaciones Jurídicas, dirigida a recopilar y difundir estudios sobre la seguridad social, así		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-2182 post type-post status-publish format-standard has-post-thumbnail hentry category-adultos-mayores category-aspectos-demograficos category-cadam category-calidad-de-vida category-caprt category-de-las-comisiones-americanas-de-seguridad-social category-mercado-de-trabajo category-publicaciones category-temas category-trabajo-decente">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/estructura-demografica-personas-mayores-y-el-concepto-de-trabajo-decente-en-las-americas-caso-mexico/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="630" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/NotaTecnica-CASS-15.png" class="attachment-medium_large size-medium_large wp-image-2184" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/NotaTecnica-CASS-15.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/NotaTecnica-CASS-15-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/NotaTecnica-CASS-15-580x838.png 580w" sizes="(max-width: 630px) 100vw, 630px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/estructura-demografica-personas-mayores-y-el-concepto-de-trabajo-decente-en-las-americas-caso-mexico/" >
				Estructura demográfica, personas mayores y el concepto de trabajo decente en las Américas. Caso México			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>El presente trabajo está dividido en las siguientes secciones: Una introducción sobre los factores de riesgo psicosocial y su relevancia en la salud de las poblaciones trabajadoras en América Latina		</div>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-740b1a3 e-con-full e-flex e-con e-child" data-id="740b1a3" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-2bb0131 elementor-widget elementor-widget-heading" data-id="2bb0131" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Monitor de recursos</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-0c762aa elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="0c762aa" data-element_type="widget" data-e-type="widget" data-settings="{&quot;classic_columns&quot;:&quot;1&quot;,&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
							<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-13026 post type-post status-publish format-standard has-post-thumbnail hentry category-datos-estadisticos-monitor-de-recursos-de-informacion category-monitor-de-recursos-de-informacion category-trabajo-y-empleo-monitor-de-recursos-de-informacion tag-datos-demograficos tag-datos-economicos tag-datos-estadisticos tag-desarrollo-social tag-desempleo tag-empleo tag-graficas tag-mercado-de-trabajo tag-pobreza tag-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/cepalstat-informacion-estadistica-de-la-cepal/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="910" height="531" src="https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-cepalstat.png" class="attachment-full size-full wp-image-13027" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-cepalstat.png 910w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-cepalstat-300x175.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-cepalstat-768x448.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-cepalstat-580x338.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-cepalstat-860x502.png 860w" sizes="(max-width: 910px) 100vw, 910px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/cepalstat-informacion-estadistica-de-la-cepal/" >
				CEPALSTAT. Información estadística de la CEPAL			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Con el uso de esta gran herramienta, puede explorar proyecciones globales de la OIT acerca del empleo, crear sus gráficos y descargar sus datos con		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-13015 post type-post status-publish format-standard has-post-thumbnail hentry category-datos-estadisticos-monitor-de-recursos-de-informacion category-monitor-de-recursos-de-informacion category-trabajo-y-empleo-monitor-de-recursos-de-informacion tag-datos-estadisticos tag-desarrollo-social tag-desempleo tag-empleo tag-fuerza-de-trabajo tag-graficas tag-mercado-de-trabajo tag-pobreza tag-riesgos-de-trabajo tag-seguridad-social tag-seguridad-y-salud-en-el-trabajo tag-trabajo-y-empleo">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/estadisticas-sobre-seguridad-y-salud-en-el-trabajo/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="910" height="531" src="https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-ilostat.png" class="attachment-full size-full wp-image-13016" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-ilostat.png 910w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-ilostat-300x175.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-ilostat-768x448.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-ilostat-580x338.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-ilostat-860x502.png 860w" sizes="(max-width: 910px) 100vw, 910px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/estadisticas-sobre-seguridad-y-salud-en-el-trabajo/" >
				ILOSTAT. Estadísticas sobre seguridad y salud en el trabajo			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Con el uso de esta gran herramienta, puede explorar proyecciones globales de la OIT acerca del empleo, crear sus gráficos y descargar sus datos con		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-10665 post type-post status-publish format-standard has-post-thumbnail hentry category-datos-estadisticos-monitor-de-recursos-de-informacion category-monitor-de-recursos-de-informacion category-trabajo-y-empleo-monitor-de-recursos-de-informacion tag-datos-estadisticos tag-desarrollo-social tag-desempleo tag-empleo tag-fuerza-de-trabajo tag-graficas tag-mercado-de-trabajo tag-pobreza tag-seguridad-social tag-trabajo-y-empleo">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/perspectivas-sociales-del-empleo-en-el-mundo/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="910" height="505" src="https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-1.png" class="attachment-full size-full wp-image-10666" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-1.png 910w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-1-300x166.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-1-768x426.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-1-580x322.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-1-860x477.png 860w" sizes="(max-width: 910px) 100vw, 910px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/perspectivas-sociales-del-empleo-en-el-mundo/" >
				Perspectivas sociales y del empleo en el mundo			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Con el uso de esta gran herramienta, puede explorar proyecciones globales de la OIT acerca del empleo, crear sus gráficos y descargar sus datos con		</div>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-fdb79fb e-con-full e-flex e-con e-child" data-id="fdb79fb" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-acb7b4b elementor-widget elementor-widget-heading" data-id="acb7b4b" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Bibliografías especializadas</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-21cb90e elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="21cb90e" data-element_type="widget" data-e-type="widget" data-settings="{&quot;classic_columns&quot;:&quot;1&quot;,&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
							<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-25158 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-administracion-de-la-seguridad-social tag-beneficios tag-cobertura tag-costos tag-financiacion tag-financiamiento tag-financiamiento-de-la-seguridad-social tag-finanzas tag-inversion tag-prestaciones tag-presupuestos tag-seguridad-social tag-sistema-de-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/inversion-de-fondos-de-pensiones-en-la-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="1920" height="1080" src="https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social.jpg" class="attachment-full size-full wp-image-25159" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social.jpg 1920w, https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social-300x169.jpg 300w, https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social-1024x576.jpg 1024w, https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social-768x432.jpg 768w, https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social-1536x864.jpg 1536w, https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social-580x326.jpg 580w, https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social-860x484.jpg 860w, https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social-1160x653.jpg 1160w, https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social-640x360.jpg 640w" sizes="(max-width: 1920px) 100vw, 1920px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/inversion-de-fondos-de-pensiones-en-la-seguridad-social/" >
				Inversión de fondos de pensiones en la seguridad social			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Bibliografía especializada en sistemas de financiación en la seguridad social.</p>
		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-16144 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-atencion-al-cliente tag-calidad-de-los-servicios tag-seguridad-social tag-seguros-sociales tag-servicios-de-salud">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/servicio-al-cliente-en-instituciones-de-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="650" height="366" src="https://bidiss.ciess.org/wp-content/uploads/2024/09/09-servicio-cliente-intstituciones.png" class="attachment-full size-full wp-image-16145" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/09/09-servicio-cliente-intstituciones.png 650w, https://bidiss.ciess.org/wp-content/uploads/2024/09/09-servicio-cliente-intstituciones-300x169.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/09/09-servicio-cliente-intstituciones-580x327.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/09/09-servicio-cliente-intstituciones-640x360.png 640w" sizes="(max-width: 650px) 100vw, 650px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/servicio-al-cliente-en-instituciones-de-seguridad-social/" >
				Servicio al cliente en instituciones de seguridad social			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Bibliografía especializada en servicios al cliente en instituciones de seguridad social</p>
		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-8266 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-actuaria tag-aspectos-actuariales tag-calculos-actuariales tag-financiamiento-de-la-seguridad-social tag-modelos-matematicos tag-pensiones tag-riesgos-financieros tag-seguros-sociales">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/actuaria-para-el-aseguramiento-con-enfasis-en-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="1180" height="664" src="https://bidiss.ciess.org/wp-content/uploads/2024/03/header_mail_actuaria_enfasis_ss-9.png" class="attachment-full size-full wp-image-25421" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/03/header_mail_actuaria_enfasis_ss-9.png 1180w, https://bidiss.ciess.org/wp-content/uploads/2024/03/header_mail_actuaria_enfasis_ss-9-300x169.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/03/header_mail_actuaria_enfasis_ss-9-1024x576.png 1024w, https://bidiss.ciess.org/wp-content/uploads/2024/03/header_mail_actuaria_enfasis_ss-9-768x432.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/03/header_mail_actuaria_enfasis_ss-9-580x326.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/03/header_mail_actuaria_enfasis_ss-9-860x484.png 860w, https://bidiss.ciess.org/wp-content/uploads/2024/03/header_mail_actuaria_enfasis_ss-9-1160x653.png 1160w, https://bidiss.ciess.org/wp-content/uploads/2024/03/header_mail_actuaria_enfasis_ss-9-640x360.png 640w" sizes="(max-width: 1180px) 100vw, 1180px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/actuaria-para-el-aseguramiento-con-enfasis-en-seguridad-social/" >
				Actuaría con énfasis en seguridad social			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Bibliografía especializada en Actuaría para el aseguramiento con énfasis en seguridad social.</p>
		</div>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-b8167f9 e-flex e-con-boxed e-con e-parent" data-id="b8167f9" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-9d9a97a elementor-share-buttons--view-icon elementor-share-buttons--shape-circle elementor-share-buttons--align-center elementor-share-buttons--skin-gradient elementor-grid-0 elementor-share-buttons--color-official elementor-widget elementor-widget-share-buttons" data-id="9d9a97a" data-element_type="widget" data-e-type="widget" data-widget_type="share-buttons.default">
				<div class="elementor-widget-container">
							<div class="elementor-grid">
								<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_facebook"
							role="button"
							tabindex="0"
							aria-label="Compartir en facebook"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-facebook" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z"></path></svg>							</span>
																				</div>
					</div>
									<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_twitter"
							role="button"
							tabindex="0"
							aria-label="Compartir en twitter"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-twitter" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"></path></svg>							</span>
																				</div>
					</div>
									<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_linkedin"
							role="button"
							tabindex="0"
							aria-label="Compartir en linkedin"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-linkedin" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"></path></svg>							</span>
																				</div>
					</div>
									<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_whatsapp"
							role="button"
							tabindex="0"
							aria-label="Compartir en whatsapp"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-whatsapp" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z"></path></svg>							</span>
																				</div>
					</div>
									<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_telegram"
							role="button"
							tabindex="0"
							aria-label="Compartir en telegram"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-telegram" viewBox="0 0 496 512" xmlns="http://www.w3.org/2000/svg"><path d="M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm121.8 169.9l-40.7 191.8c-3 13.6-11.1 16.9-22.4 10.5l-62-45.7-29.9 28.8c-3.3 3.3-6.1 6.1-12.5 6.1l4.4-63.1 114.9-103.8c5-4.4-1.1-6.9-7.7-2.5l-142 89.4-61.2-19.1c-13.3-4.2-13.6-13.3 2.8-19.7l239.1-92.2c11.1-4 20.8 2.7 17.2 19.5z"></path></svg>							</span>
																				</div>
					</div>
						</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-5643799 e-flex e-con-boxed e-con e-parent" data-id="5643799" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
					</div>
				</div>
				</div>
		<p>La entrada <a href="https://bidiss.ciess.org/glosario/previsones-actuariales/">Previsones actuariales</a> se publicó primero en <a href="https://bidiss.ciess.org">Biblioteca Digital de Seguridad Social</a>.</p>
]]></content:encoded>
					
		
		<enclosure url="https://bidiss.ciess.org/wp-content/uploads/2025/02/PrevisionesActuariales.mp3?download=false" length="52172" type="audio/mpeg" />

			</item>
		<item>
		<title>Modificación de grado de riesgo</title>
		<link>https://bidiss.ciess.org/glosario/modificacion-de-grado-de-riesgo/</link>
		
		<dc:creator><![CDATA[Ernesto Ramirez]]></dc:creator>
		<pubDate>Thu, 30 Jan 2025 15:25:37 +0000</pubDate>
				<category><![CDATA[Actuaría y financiamiento]]></category>
		<category><![CDATA[Glosario]]></category>
		<category><![CDATA[M]]></category>
		<category><![CDATA[Actuaría]]></category>
		<category><![CDATA[América Latina]]></category>
		<category><![CDATA[Aspectos actuariales]]></category>
		<category><![CDATA[Financiamiento]]></category>
		<category><![CDATA[Glosario de seguridad social]]></category>
		<guid isPermaLink="false">https://bidiss.ciess.org/?p=20425</guid>

					<description><![CDATA[<p>Modificación del grado y prima a las empresas, que se efectúa dentro de cada una de las cinco clases de riesgos, de acuerdo a la siniestralidad que presenten.</p>
<p>La entrada <a href="https://bidiss.ciess.org/glosario/modificacion-de-grado-de-riesgo/">Modificación de grado de riesgo</a> se publicó primero en <a href="https://bidiss.ciess.org">Biblioteca Digital de Seguridad Social</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="20425" class="elementor elementor-20425" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-1fd93bb e-flex e-con-boxed e-con e-parent" data-id="1fd93bb" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-3a968b4 elementor-widget elementor-widget-heading" data-id="3a968b4" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h1 class="elementor-heading-title elementor-size-default">GLOSARIO DE SEGURIDAD SOCIAL</h1>				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-73ff07a e-flex e-con-boxed e-con e-parent" data-id="73ff07a" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-4f197d2 elementor-widget-divider--separator-type-pattern elementor-widget-divider--no-spacing elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="4f197d2" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider" style="--divider-pattern-url: url(&quot;data:image/svg+xml,%3Csvg xmlns=&#039;http://www.w3.org/2000/svg&#039; preserveAspectRatio=&#039;none&#039; overflow=&#039;visible&#039; height=&#039;100%&#039; viewBox=&#039;0 0 24 24&#039; fill=&#039;black&#039; stroke=&#039;none&#039;%3E%3Cpath d=&#039;M24,8v12H0V8H24z M24,4v1H0V4H24z&#039;/%3E%3C/svg%3E&quot;);">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-6c31a83 e-con-full e-flex e-con e-parent" data-id="6c31a83" data-element_type="container" data-e-type="container">
				</div>
		<div class="elementor-element elementor-element-195e379 e-flex e-con-boxed e-con e-parent" data-id="195e379" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-bbf8e06 e-con-full e-flex e-con e-child" data-id="bbf8e06" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-d655dfd elementor-widget elementor-widget-text-editor" data-id="d655dfd" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h1 class="page-title">Modificación de grado de riesgo</h1><p>Modificación del grado y prima a las empresas, que se efectúa dentro de cada una de las cinco clases de riesgos, de acuerdo a la siniestralidad que presenten.</p><p>La disminución del grado de riesgo es un derecho que tienen las empresas en solicitar en los términos del reglamento relativo vigente.</p><p>El aumento del grado de riesgo, es una facultad de las instituciones de seguridad social y la ejerce en los términos del reglamento relativo.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-ee8c15a elementor-widget elementor-widget-SimpleAudioPlayer" data-id="ee8c15a" data-element_type="widget" data-e-type="widget" data-widget_type="SimpleAudioPlayer.default">
				<div class="elementor-widget-container">
					
		<div class="skin_simple h5ap_standard_player" data-options='{"controls":["play","progress","current-time","duration","mute","volume","settings"],"seekTime":15}'>
			<audio controls id="bplayer_id" >
				<source src="https://bidiss.ciess.org/wp-content/uploads/2025/01/ModificacionGradoDeRiesgo.mp3?download=false" type="audio/mp3">
			</audio>
		</div>

				</div>
				</div>
				<div class="elementor-element elementor-element-3c13b16 elementor-widget elementor-widget-spacer" data-id="3c13b16" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-0f4496f elementor-widget elementor-widget-button" data-id="0f4496f" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://bidiss.ciess.org/glosario/">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<svg aria-hidden="true" class="e-font-icon-svg e-far-list-alt" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h404a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-42-92v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm-252 12c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36z"></path></svg>			</span>
									<span class="elementor-button-text">Volver al Glosario </span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-07dc334 e-con-full e-flex e-con e-child" data-id="07dc334" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-6e172e7 elementor-widget elementor-widget-spacer" data-id="6e172e7" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-35268a2 elementor-widget elementor-widget-heading" data-id="35268a2" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Términos relacionados</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-07ff7ce elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="07ff7ce" data-element_type="widget" data-e-type="widget" data-settings="{&quot;classic_columns&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
							<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-24049 post type-post status-publish format-standard hentry category-a category-actuaria-y-financiamiento-glosario category-contribuciones category-glosario category-pensiones-seguros tag-actuaria tag-america-latina tag-aspectos-actuariales tag-financiamiento tag-glosario-de-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/aportaciones/" >
				Aportaciones			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-24041 post type-post status-publish format-standard hentry category-a category-actuaria-y-financiamiento-glosario category-contribuciones category-glosario category-pensiones-seguros tag-actuaria tag-america-latina tag-aspectos-actuariales tag-financiamiento tag-glosario-de-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/ahorro-voluntario/" >
				Ahorro voluntario			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-24036 post type-post status-publish format-standard hentry category-a category-actuaria-y-financiamiento-glosario category-contribuciones category-glosario category-pensiones-seguros tag-beneficios tag-edad-de-retiro tag-jubilaciones tag-pensiones tag-retiro tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/afore/" >
				AFORE			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-23933 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-c category-glosario category-pensiones-seguros tag-beneficios tag-edad-de-retiro tag-jubilaciones tag-pensiones tag-retiro tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/curva-de-rendimiento-yield-curve/" >
				Curva de rendimiento (Yield Curve)			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-23855 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-glosario category-pensiones-seguros category-v tag-beneficios tag-edad-de-retiro tag-jubilaciones tag-pensiones tag-retiro tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/valuacion-actuarial/" >
				Valuación actuarial			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-23147 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-glosario category-pensiones-seguros category-s tag-beneficios tag-edad-de-retiro tag-jubilaciones tag-pensiones tag-retiro tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/sistema-financiero-de-prima-escalonada/" >
				Sistema financiero de prima escalonada			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-22366 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-glosario category-r category-seguros tag-actuaria tag-america-latina tag-aspectos-actuariales tag-financiamiento tag-glosario-de-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/reservas-financieras/" >
				Reservas financieras			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-22361 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-glosario category-r category-seguros tag-actuaria tag-america-latina tag-aspectos-actuariales tag-financiamiento tag-glosario-de-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/reserva-tecnica/" >
				Reserva técnica			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-21289 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-glosario category-p category-seguros tag-actuaria tag-america-latina tag-aspectos-actuariales tag-financiamiento tag-glosario-de-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/prima-de-antiguedad/" >
				Prima de antigüedad			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-21284 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-glosario category-p tag-actuaria tag-america-latina tag-aspectos-actuariales tag-financiamiento tag-glosario-de-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/previsones-actuariales/" >
				Previsones actuariales			</a>
		</h5>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-d5c7011 e-flex e-con-boxed e-con e-parent" data-id="d5c7011" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-88d71ec elementor-widget elementor-widget-text-editor" data-id="88d71ec" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<div class="text-header"><i class="fa-solid fa-mug-hot"></i> Tal vez pueda interesarte:</div>
<div class="title-line"></div>
								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-a736bff e-flex e-con-boxed e-con e-parent" data-id="a736bff" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-9f98160 e-con-full e-flex e-con e-child" data-id="9f98160" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-bb42c70 elementor-widget elementor-widget-heading" data-id="bb42c70" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Publicaciones</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-d08cb1e elementor-grid-1 elementor-posts--thumbnail-left elementor-grid-tablet-1 elementor-grid-mobile-1 elementor-widget elementor-widget-posts" data-id="d08cb1e" data-element_type="widget" data-e-type="widget" data-settings="{&quot;classic_columns&quot;:&quot;1&quot;,&quot;classic_columns_tablet&quot;:&quot;1&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
							<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-3595 post type-post status-publish format-standard has-post-thumbnail hentry category-administracion category-cobertura category-desarrollo-institucional category-desarrollo-social category-editadas-por-la-secretaria-general category-financiacion-de-la-seguridad-social category-historia-de-la-seguridad-social category-informes-sobre-la-seguridad-social-en-america category-pensiones category-politica-social category-prestaciones-en-salud category-prestaciones-familiares category-prestaciones-sociales category-proteccion-de-la-salud category-proteccion-social category-publicaciones category-regimenes-de-seguridad-social category-servicios-de-salud category-temas tag-adulto-mayor tag-america-latina tag-aseguramiento tag-convenios-internacionales tag-cuidado-de-largo-plazo tag-discapacidad tag-envejecimiento-poblacional tag-mercado-laboral tag-migracion tag-panorama-de-la-seguridad-social tag-pensiones tag-politicas-sociales tag-programas-de-empleo tag-reforma-de-la-seguridad-social tag-seguridad-social tag-sistemas-de-seguridad-social tag-tendencias-de-la-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/informe-sobre-la-seguridad-social-en-america-2006-los-retos-del-envejecimiento-y-la-discapacidad-empleo-y-aseguramiento-y-convenios-internacionales-de-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="630" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/Informes-SS-04.png" class="attachment-medium_large size-medium_large wp-image-3596" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Informes-SS-04.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Informes-SS-04-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Informes-SS-04-580x838.png 580w" sizes="(max-width: 630px) 100vw, 630px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/informe-sobre-la-seguridad-social-en-america-2006-los-retos-del-envejecimiento-y-la-discapacidad-empleo-y-aseguramiento-y-convenios-internacionales-de-seguridad-social/" >
				Informe sobre la seguridad social en América 2006: Los retos del envejecimiento y la discapacidad: empleo y aseguramiento, y convenios internacionales de seguridad social			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Los temas elegidos para este Informe 2006 son los siguientes: el mercado de trabajo para los adultos mayores, programas no pensionarios para el adulto mayor, programas de la seguridad social		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-3087 post type-post status-publish format-standard has-post-thumbnail hentry category-administradoras-de-fondos-de-pensiones category-cuentas-de-ahorro-individual category-cuota-social category-editadas-por-la-secretaria-general category-modelos-de-pensiones category-notas-tecnicas category-pensiones category-pensiones-de-vejez category-proteccion-social category-publicaciones category-temas tag-administradoras-de-fondos-de-pensiones tag-cuentas-de-ahorro-individual tag-cuota-social tag-mexico tag-modelos-de-pensiones tag-pensiones tag-pensiones-de-vejez tag-proteccion-social tag-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/propuesta-para-reorientar-el-presupuesto-gubernamental-destinado-a-cuotas-sociales-para-pensiones/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="630" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/Nota-Tecnica-04.png" class="attachment-medium_large size-medium_large wp-image-3088" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Nota-Tecnica-04.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Nota-Tecnica-04-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Nota-Tecnica-04-580x838.png 580w" sizes="(max-width: 630px) 100vw, 630px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/propuesta-para-reorientar-el-presupuesto-gubernamental-destinado-a-cuotas-sociales-para-pensiones/" >
				Propuesta para reorientar el presupuesto gubernamental destinado a cuotas sociales para pensiones			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>El 8 de noviembre de 1995, el presidente Ernesto Zedillo Ponce de León envió a la Cámara de Diputados una iniciativa de Ley del Seguro Social, que sustituiría a la		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-9816 post type-post status-publish format-standard has-post-thumbnail hentry category-atencion-en-salud category-atencion-medica category-derechos-humanos category-documentos-de-trabajo category-editadas-por-la-secretaria-general category-embarazo category-publicaciones category-salud-publica category-servicios-de-salud category-servicios-de-salud-materna category-temas category-violencia-obstetrica tag-acceso tag-america-latina tag-argentina tag-aspectos-juridicos tag-beneficios tag-bolivia tag-brasil tag-canada tag-chile tag-cobertura tag-colombia tag-costa-rica tag-cuba tag-ecuador tag-el-salvador tag-estados-unidos-de-america tag-gasto tag-guatemala tag-honduras tag-legislacion tag-mexico tag-nicaragua tag-panama tag-paraguay tag-peru tag-prestaciones-sociales tag-republica-dominicana tag-seguridad-social tag-seguridad-social-comparada tag-sistemas-de-seguridad-social tag-trinidad-y-tobago tag-universalizacion tag-uruguay">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/analisis-comparado-sistemas-seguridad-social-continente-americano/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="630" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/Documento-Trabajo-10.png" class="attachment-medium_large size-medium_large wp-image-9822" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Documento-Trabajo-10.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Documento-Trabajo-10-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Documento-Trabajo-10-580x838.png 580w" sizes="(max-width: 630px) 100vw, 630px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/analisis-comparado-sistemas-seguridad-social-continente-americano/" >
				Análisis comparado de los sistemas de seguridad social del continente americano: El Índice de Universalización de la Seguridad Social			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Los Estados nacionales han reconocido el derecho humano a la seguridad social en diversos instrumentos jurídicos internacionales vinculantes. Por esta razón, tienen la obligación jurídica de garantizar universalmente su disfrute		</div>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-740b1a3 e-con-full e-flex e-con e-child" data-id="740b1a3" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-2bb0131 elementor-widget elementor-widget-heading" data-id="2bb0131" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Monitor de recursos</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-0c762aa elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="0c762aa" data-element_type="widget" data-e-type="widget" data-settings="{&quot;classic_columns&quot;:&quot;1&quot;,&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
							<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-13118 post type-post status-publish format-standard has-post-thumbnail hentry category-actuaria-y-financiamiento-revistas-especializadas category-monitor-de-recursos-de-informacion category-periodica category-revistas-especializadas tag-actuaria tag-bases-de-datos tag-bibliotecologia tag-calculos-actuariales tag-financiamiento tag-motor-de-busqueda tag-repositorio tag-revistas tag-revistas-especializadas tag-riesgos-financieros tag-sistemas-de-informacion">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/actuarios/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="800" height="664" src="https://bidiss.ciess.org/wp-content/uploads/2024/08/Actuarios-1.png" class="attachment-full size-full wp-image-13133" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/08/Actuarios-1.png 800w, https://bidiss.ciess.org/wp-content/uploads/2024/08/Actuarios-1-300x249.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/08/Actuarios-1-768x637.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/08/Actuarios-1-580x481.png 580w" sizes="(max-width: 800px) 100vw, 800px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/actuarios/" >
				Actuarios			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Repositorio institucional de la Organización Panamericana de la Salud/Organización Mundial de Salud (OPS/OMS) que se ha consolidado como su biblioteca digital, ya que reúne los		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-13032 post type-post status-publish format-standard has-post-thumbnail hentry category-datos-estadisticos-monitor-de-recursos-de-informacion category-monitor-de-recursos-de-informacion category-trabajo-y-empleo-monitor-de-recursos-de-informacion tag-accidentes-laborales tag-datos-estadisticos tag-empleo tag-graficas tag-mercado-de-trabajo tag-riesgos-del-trabajo tag-seguridad-social tag-seguridad-y-salud-en-el-trabajo tag-trabajo-y-empleo">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/memoria-estadistica-del-imss/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="910" height="531" src="https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-memoria-estadistica.png" class="attachment-full size-full wp-image-13033" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-memoria-estadistica.png 910w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-memoria-estadistica-300x175.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-memoria-estadistica-768x448.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-memoria-estadistica-580x338.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-memoria-estadistica-860x502.png 860w" sizes="(max-width: 910px) 100vw, 910px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/memoria-estadistica-del-imss/" >
				Memoria Estadística del IMSS			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Con el uso de esta gran herramienta, puede explorar proyecciones globales de la OIT acerca del empleo, crear sus gráficos y descargar sus datos con		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-10685 post type-post status-publish format-standard has-post-thumbnail hentry category-base-de-datos-monitor-de-recursos-de-informacion category-ciencias-de-la-salud category-monitor-de-recursos-de-informacion category-revistas-especializadas tag-bases-de-datos tag-bibliotecologia tag-ciencias-de-la-salud tag-publicaciones-cientificas tag-revistas-especializadas tag-salud-publica tag-sistemas-de-informacion">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/scielo/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="910" height="664" src="https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-3.png" class="attachment-full size-full wp-image-10686" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-3.png 910w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-3-300x219.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-3-768x560.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-3-580x423.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-3-860x628.png 860w" sizes="(max-width: 910px) 100vw, 910px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/scielo/" >
				Scielo			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Modelo cooperativo descentralizado para la publicación de revistas científicas en Internet que cumplen unos ciertos criterios de calidad, cuya finalidad es aumentar la difusión y		</div>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-fdb79fb e-con-full e-flex e-con e-child" data-id="fdb79fb" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-acb7b4b elementor-widget elementor-widget-heading" data-id="acb7b4b" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Bibliografías especializadas</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-21cb90e elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="21cb90e" data-element_type="widget" data-e-type="widget" data-settings="{&quot;classic_columns&quot;:&quot;1&quot;,&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
							<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-8881 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-bienestar-social tag-derechos-humanos tag-derechos-sociales tag-desarrollo-humano tag-discriminacion tag-equidad tag-pobreza tag-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/derechos-humanos-y-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="1920" height="1080" src="https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos.jpg" class="attachment-full size-full wp-image-8882" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos.jpg 1920w, https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos-300x169.jpg 300w, https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos-1024x576.jpg 1024w, https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos-768x432.jpg 768w, https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos-1536x864.jpg 1536w, https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos-580x326.jpg 580w, https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos-860x484.jpg 860w, https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos-1160x653.jpg 1160w, https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos-640x360.jpg 640w" sizes="(max-width: 1920px) 100vw, 1920px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/derechos-humanos-y-seguridad-social/" >
				Derechos humanos y seguridad social			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Bibliografía especializada en derechos humanos y seguridad social como derecho humano.</p>
		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-14571 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-actuaria tag-aspectos-actuariales tag-calculos-actuariales tag-financiamiento-de-la-seguridad-social tag-modelos-matematicos tag-pensiones tag-riesgos-financieros tag-seguros-sociales">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/lenguaje-actuaria-en-la-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="650" height="366" src="https://bidiss.ciess.org/wp-content/uploads/2024/09/20-lenguaje-actuarial.png" class="attachment-full size-full wp-image-14579" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/09/20-lenguaje-actuarial.png 650w, https://bidiss.ciess.org/wp-content/uploads/2024/09/20-lenguaje-actuarial-300x169.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/09/20-lenguaje-actuarial-580x327.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/09/20-lenguaje-actuarial-640x360.png 640w" sizes="(max-width: 650px) 100vw, 650px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/lenguaje-actuaria-en-la-seguridad-social/" >
				Lenguaje actuarial en la seguridad social			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Bibliografía especializada en lenguaje actuarial en la seguridad social.</p>
		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-19090 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-enfermedades-profesionales tag-ergonomia tag-riesgos-ocupacionales tag-riesgos-psicosociales tag-salud-en-el-trabajo tag-salud-ocupacional tag-seguridad-en-el-trabajo tag-stress-laboral">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/riesgos-laborales-y-sistemas-de-gestion-de-salud-y-seguridad-en-el-trabajo/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="1920" height="1080" src="https://bidiss.ciess.org/wp-content/uploads/2025/01/D4-Riesgos-laborales-y-sistemas-de-gestion-de-salud-y-seguridad-en-el-trabajo.jpg" class="attachment-full size-full wp-image-19091" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2025/01/D4-Riesgos-laborales-y-sistemas-de-gestion-de-salud-y-seguridad-en-el-trabajo.jpg 1920w, https://bidiss.ciess.org/wp-content/uploads/2025/01/D4-Riesgos-laborales-y-sistemas-de-gestion-de-salud-y-seguridad-en-el-trabajo-300x169.jpg 300w, https://bidiss.ciess.org/wp-content/uploads/2025/01/D4-Riesgos-laborales-y-sistemas-de-gestion-de-salud-y-seguridad-en-el-trabajo-1024x576.jpg 1024w, https://bidiss.ciess.org/wp-content/uploads/2025/01/D4-Riesgos-laborales-y-sistemas-de-gestion-de-salud-y-seguridad-en-el-trabajo-768x432.jpg 768w, https://bidiss.ciess.org/wp-content/uploads/2025/01/D4-Riesgos-laborales-y-sistemas-de-gestion-de-salud-y-seguridad-en-el-trabajo-1536x864.jpg 1536w, https://bidiss.ciess.org/wp-content/uploads/2025/01/D4-Riesgos-laborales-y-sistemas-de-gestion-de-salud-y-seguridad-en-el-trabajo-580x326.jpg 580w, https://bidiss.ciess.org/wp-content/uploads/2025/01/D4-Riesgos-laborales-y-sistemas-de-gestion-de-salud-y-seguridad-en-el-trabajo-860x484.jpg 860w, https://bidiss.ciess.org/wp-content/uploads/2025/01/D4-Riesgos-laborales-y-sistemas-de-gestion-de-salud-y-seguridad-en-el-trabajo-1160x653.jpg 1160w, https://bidiss.ciess.org/wp-content/uploads/2025/01/D4-Riesgos-laborales-y-sistemas-de-gestion-de-salud-y-seguridad-en-el-trabajo-640x360.jpg 640w" sizes="(max-width: 1920px) 100vw, 1920px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/riesgos-laborales-y-sistemas-de-gestion-de-salud-y-seguridad-en-el-trabajo/" >
				Riesgos laborales y sistemas de gestión de salud y seguridad en el trabajo			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Bibliografía especializada en seguridad y salud en el trabajo.</p>
		</div>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-b8167f9 e-flex e-con-boxed e-con e-parent" data-id="b8167f9" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-9d9a97a elementor-share-buttons--view-icon elementor-share-buttons--shape-circle elementor-share-buttons--align-center elementor-share-buttons--skin-gradient elementor-grid-0 elementor-share-buttons--color-official elementor-widget elementor-widget-share-buttons" data-id="9d9a97a" data-element_type="widget" data-e-type="widget" data-widget_type="share-buttons.default">
				<div class="elementor-widget-container">
							<div class="elementor-grid">
								<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_facebook"
							role="button"
							tabindex="0"
							aria-label="Compartir en facebook"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-facebook" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z"></path></svg>							</span>
																				</div>
					</div>
									<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_twitter"
							role="button"
							tabindex="0"
							aria-label="Compartir en twitter"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-twitter" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"></path></svg>							</span>
																				</div>
					</div>
									<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_linkedin"
							role="button"
							tabindex="0"
							aria-label="Compartir en linkedin"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-linkedin" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"></path></svg>							</span>
																				</div>
					</div>
									<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_whatsapp"
							role="button"
							tabindex="0"
							aria-label="Compartir en whatsapp"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-whatsapp" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z"></path></svg>							</span>
																				</div>
					</div>
									<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_telegram"
							role="button"
							tabindex="0"
							aria-label="Compartir en telegram"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-telegram" viewBox="0 0 496 512" xmlns="http://www.w3.org/2000/svg"><path d="M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm121.8 169.9l-40.7 191.8c-3 13.6-11.1 16.9-22.4 10.5l-62-45.7-29.9 28.8c-3.3 3.3-6.1 6.1-12.5 6.1l4.4-63.1 114.9-103.8c5-4.4-1.1-6.9-7.7-2.5l-142 89.4-61.2-19.1c-13.3-4.2-13.6-13.3 2.8-19.7l239.1-92.2c11.1-4 20.8 2.7 17.2 19.5z"></path></svg>							</span>
																				</div>
					</div>
						</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-5643799 e-flex e-con-boxed e-con e-parent" data-id="5643799" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
					</div>
				</div>
				</div>
		<p>La entrada <a href="https://bidiss.ciess.org/glosario/modificacion-de-grado-de-riesgo/">Modificación de grado de riesgo</a> se publicó primero en <a href="https://bidiss.ciess.org">Biblioteca Digital de Seguridad Social</a>.</p>
]]></content:encoded>
					
		
		<enclosure url="https://bidiss.ciess.org/wp-content/uploads/2025/01/ModificacionGradoDeRiesgo.mp3?download=false" length="108332" type="audio/mpeg" />

			</item>
		<item>
		<title>Grupo de cotización</title>
		<link>https://bidiss.ciess.org/glosario/grupo-de-cotizacion/</link>
		
		<dc:creator><![CDATA[Ernesto Ramirez]]></dc:creator>
		<pubDate>Mon, 28 Oct 2024 16:32:38 +0000</pubDate>
				<category><![CDATA[Actuaría y financiamiento]]></category>
		<category><![CDATA[G]]></category>
		<category><![CDATA[Glosario]]></category>
		<category><![CDATA[Actuaría]]></category>
		<category><![CDATA[América Latina]]></category>
		<category><![CDATA[Aspectos actuariales]]></category>
		<category><![CDATA[Financiamiento]]></category>
		<category><![CDATA[Glosario de seguridad social]]></category>
		<guid isPermaLink="false">https://bidiss.ciess.org/?p=18712</guid>

					<description><![CDATA[<p>Son los grupos dentro de los cuales quedan integrados los asegurados.<br />
En caso de sujetos no asalariados la base de cotización se determina en razón al ingreso promedio anual.</p>
<p>La entrada <a href="https://bidiss.ciess.org/glosario/grupo-de-cotizacion/">Grupo de cotización</a> se publicó primero en <a href="https://bidiss.ciess.org">Biblioteca Digital de Seguridad Social</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="18712" class="elementor elementor-18712" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-1fd93bb e-flex e-con-boxed e-con e-parent" data-id="1fd93bb" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-3a968b4 elementor-widget elementor-widget-heading" data-id="3a968b4" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h1 class="elementor-heading-title elementor-size-default">GLOSARIO DE SEGURIDAD SOCIAL</h1>				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-73ff07a e-flex e-con-boxed e-con e-parent" data-id="73ff07a" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-4f197d2 elementor-widget-divider--separator-type-pattern elementor-widget-divider--no-spacing elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="4f197d2" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider" style="--divider-pattern-url: url(&quot;data:image/svg+xml,%3Csvg xmlns=&#039;http://www.w3.org/2000/svg&#039; preserveAspectRatio=&#039;none&#039; overflow=&#039;visible&#039; height=&#039;100%&#039; viewBox=&#039;0 0 24 24&#039; fill=&#039;black&#039; stroke=&#039;none&#039;%3E%3Cpath d=&#039;M24,8v12H0V8H24z M24,4v1H0V4H24z&#039;/%3E%3C/svg%3E&quot;);">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-6c31a83 e-con-full e-flex e-con e-parent" data-id="6c31a83" data-element_type="container" data-e-type="container">
				</div>
		<div class="elementor-element elementor-element-195e379 e-flex e-con-boxed e-con e-parent" data-id="195e379" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-bbf8e06 e-con-full e-flex e-con e-child" data-id="bbf8e06" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-d655dfd elementor-widget elementor-widget-text-editor" data-id="d655dfd" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h1 class="page-title">Grupo de cotización</h1>
<p>Son los grupos dentro de los cuales quedan integrados los asegurados.</p>
<p>En caso de sujetos no asalariados la base de cotización se determina en razón al ingreso promedio anual.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-ee8c15a elementor-widget elementor-widget-SimpleAudioPlayer" data-id="ee8c15a" data-element_type="widget" data-e-type="widget" data-widget_type="SimpleAudioPlayer.default">
				<div class="elementor-widget-container">
					
		<div class="skin_simple h5ap_standard_player" data-options='{"controls":["play","progress","current-time","duration","mute","volume","settings"],"seekTime":15}'>
			<audio controls id="bplayer_id" >
				<source src="https://bidiss.ciess.org/wp-content/uploads/2024/10/GrupoDeCotizacion.mp3?download=false" type="audio/mp3">
			</audio>
		</div>

				</div>
				</div>
				<div class="elementor-element elementor-element-3c13b16 elementor-widget elementor-widget-spacer" data-id="3c13b16" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-0f4496f elementor-widget elementor-widget-button" data-id="0f4496f" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://bidiss.ciess.org/glosario/">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<svg aria-hidden="true" class="e-font-icon-svg e-far-list-alt" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h404a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-42-92v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm-252 12c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36z"></path></svg>			</span>
									<span class="elementor-button-text">Volver al Glosario </span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-07dc334 e-con-full e-flex e-con e-child" data-id="07dc334" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-6e172e7 elementor-widget elementor-widget-spacer" data-id="6e172e7" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-35268a2 elementor-widget elementor-widget-heading" data-id="35268a2" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Términos relacionados</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-07ff7ce elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="07ff7ce" data-element_type="widget" data-e-type="widget" data-settings="{&quot;classic_columns&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
							<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-24049 post type-post status-publish format-standard hentry category-a category-actuaria-y-financiamiento-glosario category-contribuciones category-glosario category-pensiones-seguros tag-actuaria tag-america-latina tag-aspectos-actuariales tag-financiamiento tag-glosario-de-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/aportaciones/" >
				Aportaciones			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-24041 post type-post status-publish format-standard hentry category-a category-actuaria-y-financiamiento-glosario category-contribuciones category-glosario category-pensiones-seguros tag-actuaria tag-america-latina tag-aspectos-actuariales tag-financiamiento tag-glosario-de-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/ahorro-voluntario/" >
				Ahorro voluntario			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-24036 post type-post status-publish format-standard hentry category-a category-actuaria-y-financiamiento-glosario category-contribuciones category-glosario category-pensiones-seguros tag-beneficios tag-edad-de-retiro tag-jubilaciones tag-pensiones tag-retiro tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/afore/" >
				AFORE			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-23933 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-c category-glosario category-pensiones-seguros tag-beneficios tag-edad-de-retiro tag-jubilaciones tag-pensiones tag-retiro tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/curva-de-rendimiento-yield-curve/" >
				Curva de rendimiento (Yield Curve)			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-23855 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-glosario category-pensiones-seguros category-v tag-beneficios tag-edad-de-retiro tag-jubilaciones tag-pensiones tag-retiro tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/valuacion-actuarial/" >
				Valuación actuarial			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-23147 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-glosario category-pensiones-seguros category-s tag-beneficios tag-edad-de-retiro tag-jubilaciones tag-pensiones tag-retiro tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/sistema-financiero-de-prima-escalonada/" >
				Sistema financiero de prima escalonada			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-22366 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-glosario category-r category-seguros tag-actuaria tag-america-latina tag-aspectos-actuariales tag-financiamiento tag-glosario-de-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/reservas-financieras/" >
				Reservas financieras			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-22361 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-glosario category-r category-seguros tag-actuaria tag-america-latina tag-aspectos-actuariales tag-financiamiento tag-glosario-de-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/reserva-tecnica/" >
				Reserva técnica			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-21289 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-glosario category-p category-seguros tag-actuaria tag-america-latina tag-aspectos-actuariales tag-financiamiento tag-glosario-de-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/prima-de-antiguedad/" >
				Prima de antigüedad			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-21284 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-glosario category-p tag-actuaria tag-america-latina tag-aspectos-actuariales tag-financiamiento tag-glosario-de-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/previsones-actuariales/" >
				Previsones actuariales			</a>
		</h5>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-d5c7011 e-flex e-con-boxed e-con e-parent" data-id="d5c7011" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-88d71ec elementor-widget elementor-widget-text-editor" data-id="88d71ec" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<div class="text-header"><i class="fa-solid fa-mug-hot"></i> Tal vez pueda interesarte:</div>
<div class="title-line"></div>
								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-a736bff e-flex e-con-boxed e-con e-parent" data-id="a736bff" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-9f98160 e-con-full e-flex e-con e-child" data-id="9f98160" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-bb42c70 elementor-widget elementor-widget-heading" data-id="bb42c70" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Publicaciones</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-d08cb1e elementor-grid-1 elementor-posts--thumbnail-left elementor-grid-tablet-1 elementor-grid-mobile-1 elementor-widget elementor-widget-posts" data-id="d08cb1e" data-element_type="widget" data-e-type="widget" data-settings="{&quot;classic_columns&quot;:&quot;1&quot;,&quot;classic_columns_tablet&quot;:&quot;1&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
							<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-2572 post type-post status-publish format-standard has-post-thumbnail hentry category-administradoras-de-fondos-de-pensiones category-ahorro-para-el-retiro category-aportaciones category-bienestar category-capitalizacion-individual category-cuadernos-de-politicas-para-el-bienestar category-editadas-por-la-secretaria-general category-pensiones category-publicaciones category-sistemas-de-capitalizacion category-temas tag-administradoras-de-fondos-de-pensiones tag-ahorro-individual tag-ahorro-para-el-retiro tag-capitalizacion-individual tag-pensiones tag-seguridad-social tag-sistema-de-pensiones tag-sistema-privado-de-pensiones">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/una-propuesta-para-reformar-el-sistema-de-pensiones-en-mexico/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="630" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/Cuadernos-Politicas-Bienestar-04.png" class="attachment-medium_large size-medium_large wp-image-2573" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Cuadernos-Politicas-Bienestar-04.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Cuadernos-Politicas-Bienestar-04-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Cuadernos-Politicas-Bienestar-04-580x838.png 580w" sizes="(max-width: 630px) 100vw, 630px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/una-propuesta-para-reformar-el-sistema-de-pensiones-en-mexico/" >
				Una propuesta para reformar el sistema de pensiones en México			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>En el presente documento el autor pretende recuperar el vínculo entre deporte, bienestar y seguridad social, y para ello desarrolla cuatro cuestiones principales.</p> <p>Primero muestra la evolución del deporte como		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-3115 post type-post status-publish format-standard has-post-thumbnail hentry category-administradoras-de-fondos-de-pensiones category-cuentas-de-ahorro-individual category-cuota-social category-editadas-por-la-secretaria-general category-modelos-de-pensiones category-montos-de-pension category-notas-tecnicas category-proteccion-social category-publicaciones category-temas tag-administradoras-de-fondos-de-pensiones tag-cuentas-de-ahorro-individual tag-cuota-social tag-mexico tag-modelos-de-pensiones tag-monto-de-pensiones tag-proteccion-social tag-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/costos-fiscales-de-la-reforma-de-pensiones-en-mexico-2020/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="630" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/Nota-Tecnica-07.png" class="attachment-medium_large size-medium_large wp-image-3116" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Nota-Tecnica-07.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Nota-Tecnica-07-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Nota-Tecnica-07-580x838.png 580w" sizes="(max-width: 630px) 100vw, 630px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/costos-fiscales-de-la-reforma-de-pensiones-en-mexico-2020/" >
				Costos fiscales de la reforma de pensiones en México 2020			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>El trabajo se divide en cinco secciones: la primera describe los cambios anunciados, mismos que se relacionan de forma directa con el gasto permanente que tendrá que asumir el gobierno		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-3727 post type-post status-publish format-standard has-post-thumbnail hentry category-administracion category-cobertura category-desarrollo-institucional category-desarrollo-social category-editadas-por-la-secretaria-general category-financiacion-de-la-seguridad-social category-historia-de-la-seguridad-social category-pensiones category-politica-social category-prestaciones-en-salud category-prestaciones-familiares category-prestaciones-sociales category-proteccion-de-la-salud category-proteccion-social category-publicaciones category-regimenes-de-seguridad-social category-serie-monografias category-servicios-de-salud category-temas tag-america-latina tag-anguila tag-antigua-y-barbuda tag-aspectos-juridicos tag-bahamas tag-barbados tag-belice tag-beneficios-de-la-seguridad-social tag-caribe-de-habla-inglesa tag-desarrollo-de-la-organizacion tag-desempleo tag-dominica tag-empleo tag-historia-de-la-seguridad-social tag-islas-virgenes-britanicas tag-jamaica tag-mercado-de-trabajo tag-panorama-de-la-seguridad-social tag-san-vicente-y-las-granadinas tag-santa-lucia tag-st-christopher-and-nevis tag-trinidad-y-tobago">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/social-security-in-the-english-speaking-caribbean/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="630" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieMonografias-19.png" class="attachment-medium_large size-medium_large wp-image-3728" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieMonografias-19.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieMonografias-19-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieMonografias-19-580x838.png 580w" sizes="(max-width: 630px) 100vw, 630px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/social-security-in-the-english-speaking-caribbean/" >
				Social security in the English-Speaking Caribbean			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>The study is the result of a comprehensive research effort initiated by the Interamerican Conference on Social Security (CISS). It represents an unenviable attempt to gather and put together information		</div>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-740b1a3 e-con-full e-flex e-con e-child" data-id="740b1a3" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-2bb0131 elementor-widget elementor-widget-heading" data-id="2bb0131" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Monitor de recursos</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-0c762aa elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="0c762aa" data-element_type="widget" data-e-type="widget" data-settings="{&quot;classic_columns&quot;:&quot;1&quot;,&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
							<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-13061 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliotecas-digitales category-monitor-de-recursos-de-informacion tag-aspectos-sociales tag-bases-de-datos tag-bibliotecologia tag-contribuciones tag-derechos-humanos tag-medio-ambiente tag-migracion tag-motor-de-busqueda tag-pensiones tag-programas-sociales tag-proteccion-social tag-repositorio tag-sistemas-de-informacion">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/biblioteca-del-colegio-de-mexico-daniel-cosio-villegas/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="910" height="531" src="https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-cm.png" class="attachment-full size-full wp-image-13062" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-cm.png 910w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-cm-300x175.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-cm-768x448.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-cm-580x338.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-cm-860x502.png 860w" sizes="(max-width: 910px) 100vw, 910px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/biblioteca-del-colegio-de-mexico-daniel-cosio-villegas/" >
				Biblioteca del Colegio de México «Daniel Cosío Villegas»			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Repositorio institucional de la Organización Panamericana de la Salud/Organización Mundial de Salud (OPS/OMS) que se ha consolidado como su biblioteca digital, ya que reúne los		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-13243 post type-post status-publish format-standard has-post-thumbnail hentry category-monitor-de-recursos-de-informacion category-uso-de-la-informacion tag-administracion-de-la-informacion tag-bases-de-datos tag-bibliotecologia tag-informacion-documental tag-sistemas-de-informacion tag-uso-de-fuentes-documentales tag-uso-de-la-informacion">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/citas-y-referencias-recomendaciones-y-aspectos-basicos-del-estilo-apa/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="910" height="531" src="https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-citas.png" class="attachment-full size-full wp-image-13244" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-citas.png 910w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-citas-300x175.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-citas-768x448.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-citas-580x338.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-citas-860x502.png 860w" sizes="(max-width: 910px) 100vw, 910px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/citas-y-referencias-recomendaciones-y-aspectos-basicos-del-estilo-apa/" >
				Citas y referencias : recomendaciones y aspectos básicos del estilo APA			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Recomendamos una publicación editada por la Biblioteca de la Universidad de Lima, que nos orienta sobre la manera en que se deben realizar las citas		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-13159 post type-post status-publish format-standard has-post-thumbnail hentry category-medicina-del-trabajo-revistas-especializadas category-monitor-de-recursos-de-informacion category-periodica category-revistas-especializadas tag-actuaria tag-bases-de-datos tag-bibliotecologia tag-calculos-actuariales tag-financiamiento tag-motor-de-busqueda tag-repositorio tag-revistas tag-revistas-especializadas tag-riesgos-financieros tag-sistemas-de-informacion">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/annals-of-occupational-and-environmental-medicine/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="800" height="725" src="https://bidiss.ciess.org/wp-content/uploads/2024/08/Ann-Occ-Env-Med.jpg" class="attachment-full size-full wp-image-13164" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/08/Ann-Occ-Env-Med.jpg 800w, https://bidiss.ciess.org/wp-content/uploads/2024/08/Ann-Occ-Env-Med-300x272.jpg 300w, https://bidiss.ciess.org/wp-content/uploads/2024/08/Ann-Occ-Env-Med-768x696.jpg 768w, https://bidiss.ciess.org/wp-content/uploads/2024/08/Ann-Occ-Env-Med-580x526.jpg 580w" sizes="(max-width: 800px) 100vw, 800px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/annals-of-occupational-and-environmental-medicine/" >
				Annals of Occupational and Environmental Medicine			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Repositorio institucional de la Organización Panamericana de la Salud/Organización Mundial de Salud (OPS/OMS) que se ha consolidado como su biblioteca digital, ya que reúne los		</div>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-fdb79fb e-con-full e-flex e-con e-child" data-id="fdb79fb" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-acb7b4b elementor-widget elementor-widget-heading" data-id="acb7b4b" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Bibliografías especializadas</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-21cb90e elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="21cb90e" data-element_type="widget" data-e-type="widget" data-settings="{&quot;classic_columns&quot;:&quot;1&quot;,&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
							<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-8042 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-administracion tag-atencion-a-la-salud tag-auditoria tag-inteligencia-artificial tag-sector-publico tag-sector-salud tag-seguridad-social tag-servicios-de-salud">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/inteligencia-artificial-en-la-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="1923" height="1082" src="https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-ia-ss-bidiss.png" class="attachment-full size-full wp-image-8043" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-ia-ss-bidiss.png 1923w, https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-ia-ss-bidiss-300x169.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-ia-ss-bidiss-1024x576.png 1024w, https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-ia-ss-bidiss-768x432.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-ia-ss-bidiss-1536x864.png 1536w, https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-ia-ss-bidiss-580x326.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-ia-ss-bidiss-860x484.png 860w, https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-ia-ss-bidiss-1160x653.png 1160w, https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-ia-ss-bidiss-640x360.png 640w" sizes="(max-width: 1923px) 100vw, 1923px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/inteligencia-artificial-en-la-seguridad-social/" >
				Inteligencia artificial en la seguridad social			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Bibliografías especializadas en el tema de inteligencia artificial en la seguridad social.</p>
		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-22694 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-analisis-de-datos tag-aspectos-estadisticos tag-bienestar-social tag-modelos-de-regresion tag-regresiones tag-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/aplicacion-de-herramientas-estadisticas-para-el-analisis-de-datos-empiricos-en-la-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="1920" height="1080" src="https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada.jpg" class="attachment-full size-full wp-image-25998" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada.jpg 1920w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-300x169.jpg 300w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-1024x576.jpg 1024w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-768x432.jpg 768w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-1536x864.jpg 1536w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-580x326.jpg 580w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-860x484.jpg 860w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-1160x653.jpg 1160w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-640x360.jpg 640w" sizes="(max-width: 1920px) 100vw, 1920px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/aplicacion-de-herramientas-estadisticas-para-el-analisis-de-datos-empiricos-en-la-seguridad-social/" >
				Aplicación de herramientas estadísticas para el análisis de datos empíricos en la seguridad social			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Bibliografía especializada en abordaje del cuidado de la persona mayor desde la seguridad social</p>
		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-14571 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-actuaria tag-aspectos-actuariales tag-calculos-actuariales tag-financiamiento-de-la-seguridad-social tag-modelos-matematicos tag-pensiones tag-riesgos-financieros tag-seguros-sociales">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/lenguaje-actuaria-en-la-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="650" height="366" src="https://bidiss.ciess.org/wp-content/uploads/2024/09/20-lenguaje-actuarial.png" class="attachment-full size-full wp-image-14579" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/09/20-lenguaje-actuarial.png 650w, https://bidiss.ciess.org/wp-content/uploads/2024/09/20-lenguaje-actuarial-300x169.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/09/20-lenguaje-actuarial-580x327.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/09/20-lenguaje-actuarial-640x360.png 640w" sizes="(max-width: 650px) 100vw, 650px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/lenguaje-actuaria-en-la-seguridad-social/" >
				Lenguaje actuarial en la seguridad social			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Bibliografía especializada en lenguaje actuarial en la seguridad social.</p>
		</div>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-b8167f9 e-flex e-con-boxed e-con e-parent" data-id="b8167f9" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-9d9a97a elementor-share-buttons--view-icon elementor-share-buttons--shape-circle elementor-share-buttons--align-center elementor-share-buttons--skin-gradient elementor-grid-0 elementor-share-buttons--color-official elementor-widget elementor-widget-share-buttons" data-id="9d9a97a" data-element_type="widget" data-e-type="widget" data-widget_type="share-buttons.default">
				<div class="elementor-widget-container">
							<div class="elementor-grid">
								<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_facebook"
							role="button"
							tabindex="0"
							aria-label="Compartir en facebook"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-facebook" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z"></path></svg>							</span>
																				</div>
					</div>
									<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_twitter"
							role="button"
							tabindex="0"
							aria-label="Compartir en twitter"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-twitter" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"></path></svg>							</span>
																				</div>
					</div>
									<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_linkedin"
							role="button"
							tabindex="0"
							aria-label="Compartir en linkedin"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-linkedin" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"></path></svg>							</span>
																				</div>
					</div>
									<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_whatsapp"
							role="button"
							tabindex="0"
							aria-label="Compartir en whatsapp"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-whatsapp" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z"></path></svg>							</span>
																				</div>
					</div>
									<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_telegram"
							role="button"
							tabindex="0"
							aria-label="Compartir en telegram"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-telegram" viewBox="0 0 496 512" xmlns="http://www.w3.org/2000/svg"><path d="M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm121.8 169.9l-40.7 191.8c-3 13.6-11.1 16.9-22.4 10.5l-62-45.7-29.9 28.8c-3.3 3.3-6.1 6.1-12.5 6.1l4.4-63.1 114.9-103.8c5-4.4-1.1-6.9-7.7-2.5l-142 89.4-61.2-19.1c-13.3-4.2-13.6-13.3 2.8-19.7l239.1-92.2c11.1-4 20.8 2.7 17.2 19.5z"></path></svg>							</span>
																				</div>
					</div>
						</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-5643799 e-flex e-con-boxed e-con e-parent" data-id="5643799" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
					</div>
				</div>
				</div>
		<p>La entrada <a href="https://bidiss.ciess.org/glosario/grupo-de-cotizacion/">Grupo de cotización</a> se publicó primero en <a href="https://bidiss.ciess.org">Biblioteca Digital de Seguridad Social</a>.</p>
]]></content:encoded>
					
		
		<enclosure url="https://bidiss.ciess.org/wp-content/uploads/2024/10/GrupoDeCotizacion.mp3?download=false" length="46988" type="audio/mpeg" />

			</item>
		<item>
		<title>Fondo complementario</title>
		<link>https://bidiss.ciess.org/glosario/fondo-complementario/</link>
		
		<dc:creator><![CDATA[Ernesto Ramirez]]></dc:creator>
		<pubDate>Fri, 25 Oct 2024 21:14:12 +0000</pubDate>
				<category><![CDATA[Actuaría y financiamiento]]></category>
		<category><![CDATA[F]]></category>
		<category><![CDATA[Glosario]]></category>
		<category><![CDATA[Pensiones]]></category>
		<category><![CDATA[Actuaría]]></category>
		<category><![CDATA[América Latina]]></category>
		<category><![CDATA[Aspectos actuariales]]></category>
		<category><![CDATA[Financiamiento]]></category>
		<category><![CDATA[Glosario de seguridad social]]></category>
		<guid isPermaLink="false">https://bidiss.ciess.org/?p=18541</guid>

					<description><![CDATA[<p>Fondo que concederá prestaciones complementarias por las contingencias de vejez y/o invalidez y/o muerte sobre las pensiones que por los mismos riesgos concede la institución de seguridad social.</p>
<p>La entrada <a href="https://bidiss.ciess.org/glosario/fondo-complementario/">Fondo complementario</a> se publicó primero en <a href="https://bidiss.ciess.org">Biblioteca Digital de Seguridad Social</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="18541" class="elementor elementor-18541" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-1fd93bb e-flex e-con-boxed e-con e-parent" data-id="1fd93bb" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-3a968b4 elementor-widget elementor-widget-heading" data-id="3a968b4" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h1 class="elementor-heading-title elementor-size-default">GLOSARIO DE SEGURIDAD SOCIAL</h1>				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-73ff07a e-flex e-con-boxed e-con e-parent" data-id="73ff07a" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-4f197d2 elementor-widget-divider--separator-type-pattern elementor-widget-divider--no-spacing elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="4f197d2" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider" style="--divider-pattern-url: url(&quot;data:image/svg+xml,%3Csvg xmlns=&#039;http://www.w3.org/2000/svg&#039; preserveAspectRatio=&#039;none&#039; overflow=&#039;visible&#039; height=&#039;100%&#039; viewBox=&#039;0 0 24 24&#039; fill=&#039;black&#039; stroke=&#039;none&#039;%3E%3Cpath d=&#039;M24,8v12H0V8H24z M24,4v1H0V4H24z&#039;/%3E%3C/svg%3E&quot;);">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-6c31a83 e-con-full e-flex e-con e-parent" data-id="6c31a83" data-element_type="container" data-e-type="container">
				</div>
		<div class="elementor-element elementor-element-195e379 e-flex e-con-boxed e-con e-parent" data-id="195e379" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-bbf8e06 e-con-full e-flex e-con e-child" data-id="bbf8e06" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-d655dfd elementor-widget elementor-widget-text-editor" data-id="d655dfd" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h1 class="page-title">Fondo complementario</h1>
Fondo que concederá prestaciones complementarias por las contingencias de vejez y/o invalidez y/o muerte sobre las pensiones que por los mismos riesgos concede la institución de seguridad social.								</div>
				</div>
				<div class="elementor-element elementor-element-ee8c15a elementor-widget elementor-widget-SimpleAudioPlayer" data-id="ee8c15a" data-element_type="widget" data-e-type="widget" data-widget_type="SimpleAudioPlayer.default">
				<div class="elementor-widget-container">
					
		<div class="skin_simple h5ap_standard_player" data-options='{"controls":["play","progress","current-time","duration","mute","volume","settings"],"seekTime":15}'>
			<audio controls id="bplayer_id" >
				<source src="https://bidiss.ciess.org/wp-content/uploads/2024/10/FondoComplementario.mp3?download=false" type="audio/mp3">
			</audio>
		</div>

				</div>
				</div>
				<div class="elementor-element elementor-element-3c13b16 elementor-widget elementor-widget-spacer" data-id="3c13b16" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-0f4496f elementor-widget elementor-widget-button" data-id="0f4496f" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://bidiss.ciess.org/glosario/">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<svg aria-hidden="true" class="e-font-icon-svg e-far-list-alt" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h404a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-42-92v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm-252 12c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36z"></path></svg>			</span>
									<span class="elementor-button-text">Volver al Glosario </span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-07dc334 e-con-full e-flex e-con e-child" data-id="07dc334" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-6e172e7 elementor-widget elementor-widget-spacer" data-id="6e172e7" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-35268a2 elementor-widget elementor-widget-heading" data-id="35268a2" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Términos relacionados</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-07ff7ce elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="07ff7ce" data-element_type="widget" data-e-type="widget" data-settings="{&quot;classic_columns&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
							<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-24036 post type-post status-publish format-standard hentry category-a category-actuaria-y-financiamiento-glosario category-contribuciones category-glosario category-pensiones-seguros tag-beneficios tag-edad-de-retiro tag-jubilaciones tag-pensiones tag-retiro tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/afore/" >
				AFORE			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-21693 post type-post status-publish format-standard hentry category-derechohabiente category-glosario category-pensiones-seguros category-r category-seguros tag-administracion-y-gestion tag-america-latina tag-aspectos-administrativos tag-formacion-y-capacitacion tag-glosario-de-seguridad-social tag-recursos-humanos tag-relaciones-laborales tag-trabajo-y-empleo">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/regimen-de-contribucion/" >
				Régimen de contribución			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-16092 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-contribuciones category-d category-glosario category-pensiones-seguros category-seguros tag-afiliacion tag-beneficios tag-cotizaciones tag-seguridad-social tag-seguros">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/depreciacion/" >
				Depreciación			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-20718 post type-post status-publish format-standard hentry category-derechohabiente category-derechos category-glosario category-p category-pensiones-seguros category-seguros tag-administracion-y-gestion tag-america-latina tag-aspectos-administrativos tag-formacion-y-capacitacion tag-glosario-de-seguridad-social tag-recursos-humanos tag-relaciones-laborales tag-trabajo-y-empleo">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/pension/" >
				Pensión			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-19940 post type-post status-publish format-standard hentry category-derechohabiente category-derechos category-glosario category-j category-pensiones-seguros category-seguros tag-administracion-y-gestion tag-america-latina tag-aspectos-administrativos tag-formacion-y-capacitacion tag-glosario-de-seguridad-social tag-recursos-humanos tag-relaciones-laborales tag-trabajo-y-empleo">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/jubilacion/" >
				Jubilación			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-23933 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-c category-glosario category-pensiones-seguros tag-beneficios tag-edad-de-retiro tag-jubilaciones tag-pensiones tag-retiro tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/curva-de-rendimiento-yield-curve/" >
				Curva de rendimiento (Yield Curve)			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-11545 post type-post status-publish format-standard hentry category-a category-glosario category-pensiones-seguros tag-beneficios tag-edad-de-retiro tag-jubilaciones tag-pensiones tag-retiro tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/acumulacion-de-pensiones/" >
				Acumulación de pensiones			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-21620 post type-post status-publish format-standard hentry category-derechohabiente category-glosario category-pensiones-seguros category-r category-seguros tag-administracion-y-gestion tag-america-latina tag-aspectos-administrativos tag-formacion-y-capacitacion tag-glosario-de-seguridad-social tag-recursos-humanos tag-relaciones-laborales tag-trabajo-y-empleo">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/recargo/" >
				Recargo			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-21703 post type-post status-publish format-standard hentry category-derechohabiente category-glosario category-pensiones-seguros category-r category-seguros tag-administracion-y-gestion tag-america-latina tag-aspectos-administrativos tag-formacion-y-capacitacion tag-glosario-de-seguridad-social tag-recursos-humanos tag-relaciones-laborales tag-trabajo-y-empleo">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/regimen-obligatorio/" >
				Régimen obligatorio			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-23855 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-glosario category-pensiones-seguros category-v tag-beneficios tag-edad-de-retiro tag-jubilaciones tag-pensiones tag-retiro tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/valuacion-actuarial/" >
				Valuación actuarial			</a>
		</h5>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-d5c7011 e-flex e-con-boxed e-con e-parent" data-id="d5c7011" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-88d71ec elementor-widget elementor-widget-text-editor" data-id="88d71ec" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<div class="text-header"><i class="fa-solid fa-mug-hot"></i> Tal vez pueda interesarte:</div>
<div class="title-line"></div>
								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-a736bff e-flex e-con-boxed e-con e-parent" data-id="a736bff" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-9f98160 e-con-full e-flex e-con e-child" data-id="9f98160" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-bb42c70 elementor-widget elementor-widget-heading" data-id="bb42c70" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Publicaciones</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-d08cb1e elementor-grid-1 elementor-posts--thumbnail-left elementor-grid-tablet-1 elementor-grid-mobile-1 elementor-widget elementor-widget-posts" data-id="d08cb1e" data-element_type="widget" data-e-type="widget" data-settings="{&quot;classic_columns&quot;:&quot;1&quot;,&quot;classic_columns_tablet&quot;:&quot;1&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
							<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-2811 post type-post status-publish format-standard has-post-thumbnail hentry category-condiciones-de-trabajo category-cuadernos-de-politicas-para-el-bienestar category-discapacidad category-editadas-por-la-secretaria-general category-poblacion-rural category-proteccion-social category-publicaciones category-temas category-trabajador-de-campo category-trabajo-precario tag-condiciones-de-trabajo tag-discapacidad tag-poblacion-rural tag-proteccion-social tag-seguridad-social tag-trabajadores-del-campo tag-trabajo-de-campo tag-trabajo-precario">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/el-trabajo-jornalero-agricola-sus-condiciones-de-precariedad-en-mexico-y-experiencias-en-la-region-latinoamericana-para-mejorar-su-acceso-a-la-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="630" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/Cuadernos-Politicas-Bienestar-12.png" class="attachment-medium_large size-medium_large wp-image-2812" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Cuadernos-Politicas-Bienestar-12.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Cuadernos-Politicas-Bienestar-12-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Cuadernos-Politicas-Bienestar-12-580x838.png 580w" sizes="(max-width: 630px) 100vw, 630px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/el-trabajo-jornalero-agricola-sus-condiciones-de-precariedad-en-mexico-y-experiencias-en-la-region-latinoamericana-para-mejorar-su-acceso-a-la-seguridad-social/" >
				El trabajo jornalero agrícola: sus condiciones de precariedad en México y experiencias en la región latinoamericana para mejorar su acceso a la seguridad social			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>El presente trabajo pretende esbozar propuestas factibles para que mejore la condición de este grupo de trabajadores, a partir de tres premisas: 1) que el acceso a la seguridad social		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-3219 post type-post status-publish format-standard has-post-thumbnail hentry category-bienestar category-cuidados-de-salud category-editadas-por-la-secretaria-general category-equidad-de-genero category-maternidad category-notas-tecnicas category-proteccion-social category-publicaciones category-servicios-de-salud-materna category-temas tag-bienestar tag-cuidados-de-salud tag-equidad tag-maternidad tag-mexico tag-proteccion-social tag-seguridad-social tag-servicios-de-salud-materna">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/maternidad-y-seguridad-social-en-mexico/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="630" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/Nota-Tecnica-18.png" class="attachment-medium_large size-medium_large wp-image-3220" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Nota-Tecnica-18.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Nota-Tecnica-18-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Nota-Tecnica-18-580x838.png 580w" sizes="(max-width: 630px) 100vw, 630px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/maternidad-y-seguridad-social-en-mexico/" >
				Maternidad y seguridad social en México			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>En esta publicación, se expone que la maternidad es un riesgo social, se revaloriza y resignifica desde una perspectiva pública a partir de la libertad, la igualdad y la dignidad.		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-4128 post type-post status-publish format-standard has-post-thumbnail hentry category-aspectos-juridicos category-editadas-por-la-secretaria-general category-pensiones category-portabilidad-de-derechos category-proteccion-social category-publicaciones category-serie-estudios category-sistemas-de-pensiones category-temas tag-america-latina tag-aspectos-juridicos tag-pensiones tag-planes-de-pensiones tag-portabilidad-de-derechos tag-proteccion-social tag-seguridad-social tag-sistemas-de-pensiones">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/reunion-tecnica-de-la-cajs-11-de-abril-de-2002/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="630" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-58.png" class="attachment-medium_large size-medium_large wp-image-4129" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-58.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-58-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-58-580x838.png 580w" sizes="(max-width: 630px) 100vw, 630px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/reunion-tecnica-de-la-cajs-11-de-abril-de-2002/" >
				Reunión técnica de la CAJS: 11 de abril de 2002			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Ponencias presentadas durante la Reunión Técnica de la Comisión Americana Jurídico Social y la III Reunión Internacional del Grupo de Estudios sobre la Mujer, celebradas el 28 y 29 de		</div>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-740b1a3 e-con-full e-flex e-con e-child" data-id="740b1a3" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-2bb0131 elementor-widget elementor-widget-heading" data-id="2bb0131" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Monitor de recursos</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-0c762aa elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="0c762aa" data-element_type="widget" data-e-type="widget" data-settings="{&quot;classic_columns&quot;:&quot;1&quot;,&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
							<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-10754 post type-post status-publish format-standard has-post-thumbnail hentry category-ciencias-de-la-salud category-monitor-de-recursos-de-informacion category-repositorios tag-bases-de-datos tag-bibliotecologia tag-ciencias-de-la-salud tag-enfermedades tag-motor-de-busqueda tag-politicas-de-salud tag-repositorio tag-salud-publica tag-sistemas-de-informacion">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/iris-paho/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="910" height="531" src="https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-10.png" class="attachment-full size-full wp-image-10755" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-10.png 910w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-10-300x175.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-10-768x448.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-10-580x338.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-10-860x502.png 860w" sizes="(max-width: 910px) 100vw, 910px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/iris-paho/" >
				Repositorio Institucional de Salud IRIS-PAHO			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Repositorio institucional de la Organización Panamericana de la Salud/Organización Mundial de Salud (OPS/OMS) que se ha consolidado como su biblioteca digital, ya que reúne los		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-13015 post type-post status-publish format-standard has-post-thumbnail hentry category-datos-estadisticos-monitor-de-recursos-de-informacion category-monitor-de-recursos-de-informacion category-trabajo-y-empleo-monitor-de-recursos-de-informacion tag-datos-estadisticos tag-desarrollo-social tag-desempleo tag-empleo tag-fuerza-de-trabajo tag-graficas tag-mercado-de-trabajo tag-pobreza tag-riesgos-de-trabajo tag-seguridad-social tag-seguridad-y-salud-en-el-trabajo tag-trabajo-y-empleo">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/estadisticas-sobre-seguridad-y-salud-en-el-trabajo/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="910" height="531" src="https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-ilostat.png" class="attachment-full size-full wp-image-13016" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-ilostat.png 910w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-ilostat-300x175.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-ilostat-768x448.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-ilostat-580x338.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-ilostat-860x502.png 860w" sizes="(max-width: 910px) 100vw, 910px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/estadisticas-sobre-seguridad-y-salud-en-el-trabajo/" >
				ILOSTAT. Estadísticas sobre seguridad y salud en el trabajo			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Con el uso de esta gran herramienta, puede explorar proyecciones globales de la OIT acerca del empleo, crear sus gráficos y descargar sus datos con		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-13118 post type-post status-publish format-standard has-post-thumbnail hentry category-actuaria-y-financiamiento-revistas-especializadas category-monitor-de-recursos-de-informacion category-periodica category-revistas-especializadas tag-actuaria tag-bases-de-datos tag-bibliotecologia tag-calculos-actuariales tag-financiamiento tag-motor-de-busqueda tag-repositorio tag-revistas tag-revistas-especializadas tag-riesgos-financieros tag-sistemas-de-informacion">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/actuarios/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="800" height="664" src="https://bidiss.ciess.org/wp-content/uploads/2024/08/Actuarios-1.png" class="attachment-full size-full wp-image-13133" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/08/Actuarios-1.png 800w, https://bidiss.ciess.org/wp-content/uploads/2024/08/Actuarios-1-300x249.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/08/Actuarios-1-768x637.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/08/Actuarios-1-580x481.png 580w" sizes="(max-width: 800px) 100vw, 800px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/actuarios/" >
				Actuarios			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Repositorio institucional de la Organización Panamericana de la Salud/Organización Mundial de Salud (OPS/OMS) que se ha consolidado como su biblioteca digital, ya que reúne los		</div>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-fdb79fb e-con-full e-flex e-con e-child" data-id="fdb79fb" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-acb7b4b elementor-widget elementor-widget-heading" data-id="acb7b4b" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Bibliografías especializadas</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-21cb90e elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="21cb90e" data-element_type="widget" data-e-type="widget" data-settings="{&quot;classic_columns&quot;:&quot;1&quot;,&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
							<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-9300 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-bienestar-social tag-cobertura tag-comportamiento-demografico tag-demografia tag-epidemiologia tag-salud-publica tag-seguridad-social tag-sistemas-de-salud">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/epidemiologia-y-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="650" height="366" src="https://bidiss.ciess.org/wp-content/uploads/2024/06/19-cambios-epidemiologicos.png" class="attachment-full size-full wp-image-9301" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/06/19-cambios-epidemiologicos.png 650w, https://bidiss.ciess.org/wp-content/uploads/2024/06/19-cambios-epidemiologicos-300x169.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/06/19-cambios-epidemiologicos-580x327.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/06/19-cambios-epidemiologicos-640x360.png 640w" sizes="(max-width: 650px) 100vw, 650px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/epidemiologia-y-seguridad-social/" >
				Epidemiología y seguridad social			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Bibliografía especializada en epidemiología y seguridad social</p>
		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-8643 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-administracion-por-riesgos tag-administracion-y-gestion tag-atencion-a-la-salud tag-atencion-primaria-de-la-salud tag-gestion-publica tag-salud-publica tag-seguridad-social tag-sistemas-de-salud tag-sistemas-nacionales-de-salud">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/administracion-por-riesgos-y-su-gestion-en-las-instituciones-de-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="1921" height="1080" src="https://bidiss.ciess.org/wp-content/uploads/2024/04/Administracion-riesgos-gestion.png" class="attachment-full size-full wp-image-8647" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/04/Administracion-riesgos-gestion.png 1921w, https://bidiss.ciess.org/wp-content/uploads/2024/04/Administracion-riesgos-gestion-300x169.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/04/Administracion-riesgos-gestion-1024x576.png 1024w, https://bidiss.ciess.org/wp-content/uploads/2024/04/Administracion-riesgos-gestion-768x432.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/04/Administracion-riesgos-gestion-1536x864.png 1536w, https://bidiss.ciess.org/wp-content/uploads/2024/04/Administracion-riesgos-gestion-580x326.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/04/Administracion-riesgos-gestion-860x483.png 860w, https://bidiss.ciess.org/wp-content/uploads/2024/04/Administracion-riesgos-gestion-1160x652.png 1160w, https://bidiss.ciess.org/wp-content/uploads/2024/04/Administracion-riesgos-gestion-640x360.png 640w" sizes="(max-width: 1921px) 100vw, 1921px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/administracion-por-riesgos-y-su-gestion-en-las-instituciones-de-seguridad-social/" >
				Administración por riesgos y su gestión en las instituciones de seguridad social			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Bibliografía especializada en Administración por riesgos y su gestión en las instituciones de seguridad social.</p>
		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-8881 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-bienestar-social tag-derechos-humanos tag-derechos-sociales tag-desarrollo-humano tag-discriminacion tag-equidad tag-pobreza tag-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/derechos-humanos-y-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="1920" height="1080" src="https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos.jpg" class="attachment-full size-full wp-image-8882" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos.jpg 1920w, https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos-300x169.jpg 300w, https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos-1024x576.jpg 1024w, https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos-768x432.jpg 768w, https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos-1536x864.jpg 1536w, https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos-580x326.jpg 580w, https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos-860x484.jpg 860w, https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos-1160x653.jpg 1160w, https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos-640x360.jpg 640w" sizes="(max-width: 1920px) 100vw, 1920px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/derechos-humanos-y-seguridad-social/" >
				Derechos humanos y seguridad social			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Bibliografía especializada en derechos humanos y seguridad social como derecho humano.</p>
		</div>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-b8167f9 e-flex e-con-boxed e-con e-parent" data-id="b8167f9" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-9d9a97a elementor-share-buttons--view-icon elementor-share-buttons--shape-circle elementor-share-buttons--align-center elementor-share-buttons--skin-gradient elementor-grid-0 elementor-share-buttons--color-official elementor-widget elementor-widget-share-buttons" data-id="9d9a97a" data-element_type="widget" data-e-type="widget" data-widget_type="share-buttons.default">
				<div class="elementor-widget-container">
							<div class="elementor-grid">
								<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_facebook"
							role="button"
							tabindex="0"
							aria-label="Compartir en facebook"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-facebook" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z"></path></svg>							</span>
																				</div>
					</div>
									<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_twitter"
							role="button"
							tabindex="0"
							aria-label="Compartir en twitter"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-twitter" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"></path></svg>							</span>
																				</div>
					</div>
									<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_linkedin"
							role="button"
							tabindex="0"
							aria-label="Compartir en linkedin"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-linkedin" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"></path></svg>							</span>
																				</div>
					</div>
									<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_whatsapp"
							role="button"
							tabindex="0"
							aria-label="Compartir en whatsapp"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-whatsapp" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z"></path></svg>							</span>
																				</div>
					</div>
									<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_telegram"
							role="button"
							tabindex="0"
							aria-label="Compartir en telegram"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-telegram" viewBox="0 0 496 512" xmlns="http://www.w3.org/2000/svg"><path d="M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm121.8 169.9l-40.7 191.8c-3 13.6-11.1 16.9-22.4 10.5l-62-45.7-29.9 28.8c-3.3 3.3-6.1 6.1-12.5 6.1l4.4-63.1 114.9-103.8c5-4.4-1.1-6.9-7.7-2.5l-142 89.4-61.2-19.1c-13.3-4.2-13.6-13.3 2.8-19.7l239.1-92.2c11.1-4 20.8 2.7 17.2 19.5z"></path></svg>							</span>
																				</div>
					</div>
						</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-5643799 e-flex e-con-boxed e-con e-parent" data-id="5643799" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
					</div>
				</div>
				</div>
		<p>La entrada <a href="https://bidiss.ciess.org/glosario/fondo-complementario/">Fondo complementario</a> se publicó primero en <a href="https://bidiss.ciess.org">Biblioteca Digital de Seguridad Social</a>.</p>
]]></content:encoded>
					
		
		<enclosure url="https://bidiss.ciess.org/wp-content/uploads/2024/10/FondoComplementario.mp3?download=false" length="52652" type="audio/mpeg" />

			</item>
	</channel>
</rss>
