<?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>Beneficios archivos - Biblioteca Digital de Seguridad Social</title>
	<atom:link href="https://bidiss.ciess.org/tag/beneficios/feed/" rel="self" type="application/rss+xml" />
	<link>https://bidiss.ciess.org/tag/beneficios/</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>Beneficios archivos - Biblioteca Digital de Seguridad Social</title>
	<link>https://bidiss.ciess.org/tag/beneficios/</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-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 fetchpriority="high" 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>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/bibliografias/epidemiologia-y-seguridad-social/" aria-label="Más información sobre Epidemiología y seguridad social" tabindex="-1" >
			Leer más »		</a>

				</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 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>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/bibliografias/servicio-al-cliente-en-instituciones-de-seguridad-social/" aria-label="Más información sobre Servicio al cliente en instituciones de seguridad social" 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 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>
				<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>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/bibliografias/politicas-y-programas-de-proteccion-para-personas-desempleadas/" aria-label="Más información sobre Políticas y programas de protección para personas desempleadas" 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>Beneficiarios</title>
		<link>https://bidiss.ciess.org/glosario/beneficiarios/</link>
		
		<dc:creator><![CDATA[Ernesto Ramirez]]></dc:creator>
		<pubDate>Thu, 06 Mar 2025 19:27:39 +0000</pubDate>
				<category><![CDATA[D]]></category>
		<category><![CDATA[Derechohabiente]]></category>
		<category><![CDATA[Glosario]]></category>
		<category><![CDATA[Seguros]]></category>
		<category><![CDATA[Afiliación]]></category>
		<category><![CDATA[Beneficios]]></category>
		<category><![CDATA[Cotizaciones]]></category>
		<category><![CDATA[Seguridad social]]></category>
		<guid isPermaLink="false">https://bidiss.ciess.org/?p=24063</guid>

					<description><![CDATA[<p>Un beneficiario es la persona o personas designadas por el asegurado, la o las cuales tendrán derecho a la suma asegurada en caso de fallecimiento de éste, pueden ser: el cónyuge del asegurado o pensionado y en su defecto, la concubina o concubinario en su caso; los ascendientes y descendientes del asegurado o pensionado señalados en la ley.</p>
<p>La entrada <a href="https://bidiss.ciess.org/glosario/beneficiarios/">Beneficiarios</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="24063" class="elementor elementor-24063" 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">Beneficiarios</h1>
Un beneficiario es la persona o personas designadas por el asegurado, la o las cuales tendrán derecho a la suma asegurada en caso de fallecimiento de éste, pueden ser: el cónyuge del asegurado o pensionado y en su defecto, la concubina o concubinario en su caso; los ascendientes y descendientes del asegurado o pensionado señalados en la ley.								</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/Beneficiarios.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-36fe299 elementor-widget elementor-widget-button" data-id="36fe299" 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-21708 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/regimenes-especiales/" >
				Regímenes especiales			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-15286 post type-post status-publish format-standard hentry category-atencion-en-salud-salud-glosario category-c category-derechohabiente category-glosario 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/consulta-de-primera-vez/" >
				Consulta de primera vez			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-15386 post type-post status-publish format-standard hentry category-atencion-en-salud-salud-glosario category-c category-derechohabiente category-glosario 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/consultante-ambulatorio/" >
				Consultante ambulatorio			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-15291 post type-post status-publish format-standard hentry category-atencion-en-salud-salud-glosario category-c category-derechohabiente category-glosario 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/consulta-externa/" >
				Consulta externa			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-23540 post type-post status-publish format-standard hentry category-derechohabiente category-glosario category-seguros category-t 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/tiempo-de-espera/" >
				Tiempo de espera			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-15412 post type-post status-publish format-standard hentry category-c category-derechohabiente category-glosario 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/continuacion-voluntaria/" >
				Continuación voluntaria			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-20813 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-anticipada/" >
				Pensión anticipada			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-21464 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/promocion-de-afiliacion/" >
				Promoción de afiliación			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-15296 post type-post status-publish format-standard hentry category-atencion-en-salud-salud-glosario category-c category-derechohabiente category-glosario 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/consulta-medica/" >
				Consulta médica			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-20861 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/pensionados-vigentes/" >
				Pensionados vigentes			</a>
		</h5>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-04c3a94 e-flex e-con-boxed e-con e-parent" data-id="04c3a94" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-233ec43 elementor-widget elementor-widget-text-editor" data-id="233ec43" 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-0ba18c3 e-flex e-con-boxed e-con e-parent" data-id="0ba18c3" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-44ec702 e-con-full e-flex e-con e-child" data-id="44ec702" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-6706505 elementor-widget elementor-widget-heading" data-id="6706505" 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-4e73ccd elementor-grid-1 elementor-posts--thumbnail-left elementor-grid-tablet-1 elementor-grid-mobile-1 elementor-widget elementor-widget-posts" data-id="4e73ccd" 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-2789 post type-post status-publish format-standard has-post-thumbnail hentry category-atencion-en-salud category-bienestar category-bienestar-psicologico category-cuadernos-de-politicas-para-el-bienestar category-editadas-por-la-secretaria-general category-modelos-de-atencion-en-salud category-politicas-de-salud category-proteccion-social category-publicaciones category-salud-mental category-temas tag-atencion-en-salud tag-bienestar tag-bienestar-psicologico tag-modelos-de-atencion-en-salud tag-politicas-de-salud tag-proteccion-social tag-salud-mental tag-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/con-derecho-a-la-cordura-atencion-de-la-salud-mental-en-la-region-latinoamericana/" 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-09.png" class="attachment-medium_large size-medium_large wp-image-2790" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Cuadernos-Politicas-Bienestar-09.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Cuadernos-Politicas-Bienestar-09-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Cuadernos-Politicas-Bienestar-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/con-derecho-a-la-cordura-atencion-de-la-salud-mental-en-la-region-latinoamericana/" >
				Con derecho a la cordura: atención de la salud mental en la región latinoamericana			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>El objetivo del presente documento es brindar una serie de recomendaciones basadas en la experiencia regional que permita garantizar condiciones de empleo dignas y acceso a la seguridad social a		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-869 post type-post status-publish format-standard has-post-thumbnail hentry category-bienestar category-editadas-por-la-secretaria-general category-estado-de-bienestar category-programas-sociales category-publicaciones category-serie-estudios category-temas tag-democracia tag-desarrollo-humano tag-estado-de-bienestar tag-pobreza tag-proteccion-social tag-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/estado-seguridad-social-y-marginalidad/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="611" height="871" src="https://bidiss.ciess.org/wp-content/uploads/2023/09/SerieEstudios-4.jpg" class="attachment-medium_large size-medium_large wp-image-872" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/09/SerieEstudios-4.jpg 611w, https://bidiss.ciess.org/wp-content/uploads/2023/09/SerieEstudios-4-210x300.jpg 210w, https://bidiss.ciess.org/wp-content/uploads/2023/09/SerieEstudios-4-580x827.jpg 580w" sizes="(max-width: 611px) 100vw, 611px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/estado-seguridad-social-y-marginalidad/" >
				Estado, seguridad social y marginalidad			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>El autor del libro, efectúa un estudio definitorio del papel que desempeña el Estado, en sus diferentes modalidades, para la consecución del bienestar social. Hace además, observaciones al tratar la		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-4081 post type-post status-publish format-standard has-post-thumbnail hentry category-editadas-por-la-secretaria-general category-enfermedades-profesionales category-publicaciones category-riesgos-laborales category-serie-estudios category-temas category-toxicologia category-trabajo tag-carcinogenos-quimicos tag-enfermedades-profesionales tag-intoxicacion-en-el-trabajo tag-intoxicaciones tag-riesgos-laborales tag-seguridad-social tag-toxicologia-laboral tag-trabajadores tag-vigilancia-de-la-salud">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/toxicologia-laboral/" 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-51.png" class="attachment-medium_large size-medium_large wp-image-4082" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-51.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-51-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-51-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/toxicologia-laboral/" >
				Toxicología laboral			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>En la presente publicación, se incluyen temas básicos para todo profesional de la salud, seguridad e higiene del trabajo, como son lo concerniente a las fases de la acción tóxica,		</div>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-f69a4fb e-con-full e-flex e-con e-child" data-id="f69a4fb" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-08bc276 elementor-widget elementor-widget-heading" data-id="08bc276" 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-4d005f6 elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="4d005f6" 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-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>
				<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-13040 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-apoyo-al-consumo tag-datos-estadisticos tag-empleo tag-graficas tag-justicia-laboral tag-mercado-de-trabajo tag-migracion tag-productividad 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/poligonos-stps-estadisticas-del-sector-laboral/" 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-poligonos-stps.png" class="attachment-full size-full wp-image-13047" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-poligonos-stps.png 910w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-poligonos-stps-300x175.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-poligonos-stps-768x448.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-poligonos-stps-580x338.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-poligonos-stps-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/poligonos-stps-estadisticas-del-sector-laboral/" >
				Polígonos STPS- Estadísticas del Sector Laboral			</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-d5d6932 e-con-full e-flex e-con e-child" data-id="d5d6932" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-12b9151 elementor-widget elementor-widget-heading" data-id="12b9151" 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-ccd8fa1 elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="ccd8fa1" 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-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 loading="lazy" 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>
				<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-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 loading="lazy" 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>
				<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-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>
				</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/beneficiarios/">Beneficiarios</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/Beneficiarios.mp3?download=false" length="86348" type="audio/mpeg" />

			</item>
		<item>
		<title>Aseguradoras</title>
		<link>https://bidiss.ciess.org/glosario/aseguradoras/</link>
		
		<dc:creator><![CDATA[Ernesto Ramirez]]></dc:creator>
		<pubDate>Thu, 06 Mar 2025 19:22:08 +0000</pubDate>
				<category><![CDATA[A]]></category>
		<category><![CDATA[Glosario]]></category>
		<category><![CDATA[Pensiones]]></category>
		<category><![CDATA[Seguros]]></category>
		<category><![CDATA[Afiliación]]></category>
		<category><![CDATA[Beneficios]]></category>
		<category><![CDATA[Cotizaciones]]></category>
		<category><![CDATA[Seguridad social]]></category>
		<guid isPermaLink="false">https://bidiss.ciess.org/?p=24054</guid>

					<description><![CDATA[<p>Son empresas que se dedican únicamente a administrar el dinero de los trabajadores una vez que pueden acceder a los recursos para su retiro, para entregar una pensión de por vida (renta vitalicia) y que se cobra hasta que el pensionado o los beneficiarios fallezcan.</p>
<p>La entrada <a href="https://bidiss.ciess.org/glosario/aseguradoras/">Aseguradoras</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="24054" class="elementor elementor-24054" 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">Aseguradoras</h1>
Son empresas que se dedican únicamente a administrar el dinero de los trabajadores una vez que pueden acceder a los recursos para su retiro, para entregar una pensión de por vida (renta vitalicia) y que se cobra hasta que el pensionado o los beneficiarios fallezcan.								</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/Aseguradoras.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-36fe299 elementor-widget elementor-widget-button" data-id="36fe299" 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-15291 post type-post status-publish format-standard hentry category-atencion-en-salud-salud-glosario category-c category-derechohabiente category-glosario 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/consulta-externa/" >
				Consulta externa			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-20838 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-de-viudez/" >
				Pensión de viudez			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-22470 post type-post status-publish format-standard hentry category-atencion-en-salud-salud-glosario category-derechohabiente category-glosario category-r 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/responsiva-medica/" >
				Responsiva médica			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-19373 post type-post status-publish format-standard hentry category-contribuciones category-derechohabiente category-glosario category-i category-seguros tag-aspectos-administrativos tag-relaciones-laborales tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/incorporacion-voluntaria/" >
				Incorporación voluntaria			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-18702 post type-post status-publish format-standard hentry category-g 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/gran-invalido/" >
				Gran inválido			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-23540 post type-post status-publish format-standard hentry category-derechohabiente category-glosario category-seguros category-t 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/tiempo-de-espera/" >
				Tiempo de espera			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-21713 post type-post status-publish format-standard hentry category-derechohabiente category-glosario 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/regional/" >
				Regional			</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-19602 post type-post status-publish format-standard hentry category-derechohabiente category-glosario category-i 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/inscripcion/" >
				Inscripción			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-23180 post type-post status-publish format-standard hentry category-derechohabiente category-glosario category-s 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/sobrevivientes/" >
				Sobrevivientes			</a>
		</h5>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-04c3a94 e-flex e-con-boxed e-con e-parent" data-id="04c3a94" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-233ec43 elementor-widget elementor-widget-text-editor" data-id="233ec43" 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-0ba18c3 e-flex e-con-boxed e-con e-parent" data-id="0ba18c3" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-44ec702 e-con-full e-flex e-con e-child" data-id="44ec702" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-6706505 elementor-widget elementor-widget-heading" data-id="6706505" 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-4e73ccd elementor-grid-1 elementor-posts--thumbnail-left elementor-grid-tablet-1 elementor-grid-mobile-1 elementor-widget elementor-widget-posts" data-id="4e73ccd" 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-1965 post type-post status-publish format-standard has-post-thumbnail hentry category-asistencia-medica category-atencion-en-salud category-atencion-primaria-en-salud category-breviarios-de-seguridad-social category-cobertura category-derecho-a-la-salud category-editadas-por-el-ciess category-investigacion-salud-el-reto-del-bienestar category-proteccion-de-la-salud category-publicaciones category-salud category-salud-publica category-salud-el-reto-del-bienestar category-servicios-de-salud category-situacion-de-salud category-temas tag-atencion-primaria tag-cobertura tag-equidad tag-proteccion-social tag-salud-publica tag-seguridad-social tag-servicios-de-salud tag-universalizacion-de-servicios-de-salud">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/atencion-primaria-equidad-salud-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/Breviarios-Investigacion-11.png" class="attachment-medium_large size-medium_large wp-image-1967" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Breviarios-Investigacion-11.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Breviarios-Investigacion-11-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Breviarios-Investigacion-11-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/atencion-primaria-equidad-salud-y-proteccion-social/" >
				Atención primaria: equidad, salud y protección social			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Este libro aborda la atención primaria como estrategia de organización de un modelo de atención que priorice la universalización de la integralidad de las acciones de salud, ya sea que		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-2372 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-costa-rica tag-covid-19 tag-pandemia tag-politicas-de-salud tag-proteccion-en-salud 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-costa-rica/" 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-02.png" class="attachment-medium_large size-medium_large wp-image-2373" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Cuadernos-Covid19-02.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Cuadernos-Covid19-02-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Cuadernos-Covid19-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/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-costa-rica/" >
				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 Costa Rica.			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>El presente cuaderno analiza el desarrollo de la pandemia de covid-19 en Costa Rica y cuál ha sido la respuesta de su sistema de seguridad social a través de las		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-1814 post type-post status-publish format-standard has-post-thumbnail hentry category-administracion category-adultos-mayores 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-maternidad 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-adultos-mayores tag-america-latina tag-atencion-en-salud tag-cobertura-de-la-seguridad-social tag-cuba 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">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/la-seguridad-social-en-cuba/" 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-06.png" class="attachment-medium_large size-medium_large wp-image-1816" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieMonografias-06.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieMonografias-06-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieMonografias-06-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-cuba/" >
				La seguridad social en Cuba			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Se describe el proceso de formación del sistema de seguridad social en Cuba, que comprende prestaciones monetarias ante contingencias establecidas en sus regímenes de protección y servicios sociales complementarios; además		</div>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-f69a4fb e-con-full e-flex e-con e-child" data-id="f69a4fb" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-08bc276 elementor-widget elementor-widget-heading" data-id="08bc276" 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-4d005f6 elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="4d005f6" 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-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>
				<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>
				<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>
				</div>
		
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-d5d6932 e-con-full e-flex e-con e-child" data-id="d5d6932" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-12b9151 elementor-widget elementor-widget-heading" data-id="12b9151" 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-ccd8fa1 elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="ccd8fa1" 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-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 loading="lazy" 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>
				<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-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-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>
				</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/aseguradoras/">Aseguradoras</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/Aseguradoras.mp3?download=false" length="63788" type="audio/mpeg" />

			</item>
		<item>
		<title>AFORE</title>
		<link>https://bidiss.ciess.org/glosario/afore/</link>
		
		<dc:creator><![CDATA[Ernesto Ramirez]]></dc:creator>
		<pubDate>Thu, 06 Mar 2025 19:11:06 +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[Beneficios]]></category>
		<category><![CDATA[Edad de retiro]]></category>
		<category><![CDATA[Jubilaciones]]></category>
		<category><![CDATA[Retiro]]></category>
		<category><![CDATA[Seguridad social]]></category>
		<guid isPermaLink="false">https://bidiss.ciess.org/?p=24036</guid>

					<description><![CDATA[<p>Una Afore (Administradora de Fondos para el Retiro) es una institución financiera privada que se encarga de administrar los fondos para el retiro de los trabajadores afiliados al IMSS y al ISSSTE.</p>
<p>La entrada <a href="https://bidiss.ciess.org/glosario/afore/">AFORE</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="24036" class="elementor elementor-24036" 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">AFORE</h1>
Una Afore (Administradora de Fondos para el Retiro) es una institución financiera privada que se encarga de administrar los fondos para el retiro de los trabajadores afiliados al IMSS y al ISSSTE.								</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/Afore.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-45856b7 elementor-widget elementor-widget-button" data-id="45856b7" 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-20838 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-de-viudez/" >
				Pensión de viudez			</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-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-19378 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-glosario category-i 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/incremento-de-pension/" >
				Incremento de pensión			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-18712 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-g 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/grupo-de-cotizacion/" >
				Grupo de cotización			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-19945 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/jubilado/" >
				Jubilado			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-18541 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-f 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/fondo-complementario/" >
				Fondo complementario			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-15771 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-d category-glosario 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/densidad-de-cuota/" >
				Densidad de cuota			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-20833 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-por-vejez/" >
				Pensión por vejez			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-15786 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-glosario category-m 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/modelo-de-simulacion/" >
				Modelo de simulación			</a>
		</h5>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-1ba1710 e-flex e-con-boxed e-con e-parent" data-id="1ba1710" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-c203811 elementor-widget elementor-widget-text-editor" data-id="c203811" 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-df236a0 e-flex e-con-boxed e-con e-parent" data-id="df236a0" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-7f87ea5 e-con-full e-flex e-con e-child" data-id="7f87ea5" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-c6147ac elementor-widget elementor-widget-heading" data-id="c6147ac" 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-8088087 elementor-grid-1 elementor-posts--thumbnail-left elementor-grid-tablet-1 elementor-grid-mobile-1 elementor-widget elementor-widget-posts" data-id="8088087" 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-1925 post type-post status-publish format-standard has-post-thumbnail hentry category-aspectos-juridicos category-aspectos-politicos category-breviarios-de-seguridad-social category-convenios-internacionales category-debate category-editadas-por-el-ciess category-extension-de-la-seguridad-social category-marco-conceptual-el-reto-de-la-redistribucion category-marco-legal-de-la-seguridad-social category-normas-acuerdos-y-perspectivas-internacionales category-practicas category-principios-de-la-seguridad-social category-publicaciones category-regimenes-de-seguridad-social category-temas category-tratados-internacionales tag-acuerdos-multilaterales tag-convenios tag-cooperacion-tecnica tag-marco-conceptual tag-organismos-internacionales tag-principios-de-la-seguridad-social tag-proteccion-social tag-seguridad-social tag-tratados-internacionales">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/la-discusion-del-acuerdo-multilateral-de-seguridad-social-del-mercosur/" 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-06.png" class="attachment-medium_large size-medium_large wp-image-1927" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Breviarios-Investigacion-06.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Breviarios-Investigacion-06-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Breviarios-Investigacion-06-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-discusion-del-acuerdo-multilateral-de-seguridad-social-del-mercosur/" >
				La discusión del acuerdo multilateral de seguridad social del Mercosur			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Compilación de relatos pormenorizados de las experiencias de Argentina, Brasil, Paraguay y Uruguay en favor de la elaboración del Tratado de seguridad social del Mercosur. Constituyen, como el lector podrá		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-3664 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-bienestar tag-calidad-de-trabajo tag-calidad-de-vida tag-indicadores tag-panorama-de-la-seguridad-social tag-pensiones tag-pensiones-de-invalidez tag-riesgos-de-trabajo 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-2014-medicion-del-bienestar/" 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-2014.png" class="attachment-medium_large size-medium_large wp-image-3665" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Informe-SS-2014.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Informe-SS-2014-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Informe-SS-2014-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-2014-medicion-del-bienestar/" >
				Informe sobre la seguridad social en América 2014: Medición del bienestar			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>En este Informe se presentará una estrategia de evaluación del bienestar que se centra en la persona y liga la calidad del trabajo con otras condiciones de la vida, y		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-2857 post type-post status-publish format-standard has-post-thumbnail hentry category-atencion-en-salud category-beneficios category-cobertura category-derecho-a-la-seguridad-social category-documentos-de-trabajo category-editadas-por-la-secretaria-general category-financiacion-de-la-seguridad-social category-pisos-de-proteccion-social category-proteccion-social category-publicaciones category-temas tag-atencion-en-salud tag-beneficios tag-cobertura-de-la-seguridad-social tag-derecho-a-la-seguridad-social tag-financiacion-de-la-seguridad-social tag-pisos-de-proteccion-social tag-proteccion-social tag-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/tendencias-de-financiacion-de-los-beneficios-para-la-seguridad-social-para-la-ampliacion-de-la-cobertura/" 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/Documentos-Trabajo-08.png" class="attachment-medium_large size-medium_large wp-image-2858" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Documentos-Trabajo-08.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Documentos-Trabajo-08-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Documentos-Trabajo-08-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/tendencias-de-financiacion-de-los-beneficios-para-la-seguridad-social-para-la-ampliacion-de-la-cobertura/" >
				Tendencias de financiación de los beneficios para la seguridad social para la ampliación de la cobertura			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>La propuesta conceptual para el análisis de la seguridad social desarrollada por la Conferencia Interamericana de Seguridad Social (CISS) se refiere a la búsqueda de protección “a los individuos y		</div>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-65474a4 e-con-full e-flex e-con e-child" data-id="65474a4" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-8e5c34d elementor-widget elementor-widget-heading" data-id="8e5c34d" 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-2c3f9d8 elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="2c3f9d8" 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-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-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>
				</div>
		
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-6e85819 e-con-full e-flex e-con e-child" data-id="6e85819" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-71b4f66 elementor-widget elementor-widget-heading" data-id="71b4f66" 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-4267cab elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="4267cab" 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-19544 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/sistemas-integrales-de-cuidados/" 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/Seminario-de-Cuidados.jpg" class="attachment-full size-full wp-image-19545" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2025/01/Seminario-de-Cuidados.jpg 1920w, https://bidiss.ciess.org/wp-content/uploads/2025/01/Seminario-de-Cuidados-300x169.jpg 300w, https://bidiss.ciess.org/wp-content/uploads/2025/01/Seminario-de-Cuidados-1024x576.jpg 1024w, https://bidiss.ciess.org/wp-content/uploads/2025/01/Seminario-de-Cuidados-768x432.jpg 768w, https://bidiss.ciess.org/wp-content/uploads/2025/01/Seminario-de-Cuidados-1536x864.jpg 1536w, https://bidiss.ciess.org/wp-content/uploads/2025/01/Seminario-de-Cuidados-580x326.jpg 580w, https://bidiss.ciess.org/wp-content/uploads/2025/01/Seminario-de-Cuidados-860x484.jpg 860w, https://bidiss.ciess.org/wp-content/uploads/2025/01/Seminario-de-Cuidados-1160x653.jpg 1160w, https://bidiss.ciess.org/wp-content/uploads/2025/01/Seminario-de-Cuidados-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/sistemas-integrales-de-cuidados/" >
				Sistemas integrales de cuidados			</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-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-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 loading="lazy" 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>
				<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-642ceeb e-flex e-con-boxed e-con e-parent" data-id="642ceeb" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-4c471ea 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="4c471ea" 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-8448034 e-flex e-con-boxed e-con e-parent" data-id="8448034" 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/afore/">AFORE</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/Afore.mp3?download=false" length="49676" type="audio/mpeg" />

			</item>
		<item>
		<title>Curva de rendimiento (Yield Curve)</title>
		<link>https://bidiss.ciess.org/glosario/curva-de-rendimiento-yield-curve/</link>
		
		<dc:creator><![CDATA[Ernesto Ramirez]]></dc:creator>
		<pubDate>Wed, 05 Mar 2025 19:45:56 +0000</pubDate>
				<category><![CDATA[Actuaría y financiamiento]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Glosario]]></category>
		<category><![CDATA[Pensiones]]></category>
		<category><![CDATA[Beneficios]]></category>
		<category><![CDATA[Edad de retiro]]></category>
		<category><![CDATA[Jubilaciones]]></category>
		<category><![CDATA[Retiro]]></category>
		<category><![CDATA[Seguridad social]]></category>
		<guid isPermaLink="false">https://bidiss.ciess.org/?p=23933</guid>

					<description><![CDATA[<p>Representación gráfica de las tasas de interés a diferentes vencimientos, generalmente para bonos del mismo emisor y calidad crediticia. La curva de rendimiento muestra la relación entre el rendimiento (o interés) y el plazo de vencimiento de los bonos y es utilizada por los inversores y analistas para evaluar las condiciones del mercado financiero, las expectativas económicas y las políticas monetarias.</p>
<p>La entrada <a href="https://bidiss.ciess.org/glosario/curva-de-rendimiento-yield-curve/">Curva de rendimiento (Yield Curve)</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="23933" class="elementor elementor-23933" 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">Curva de rendimiento (Yield curve)</h1>
Representación gráfica de las tasas de interés a diferentes vencimientos, generalmente para bonos del mismo emisor y calidad crediticia. La curva de rendimiento muestra la relación entre el rendimiento (o interés) y el plazo de vencimiento de los bonos y es utilizada por los inversores y analistas para evaluar las condiciones del mercado financiero, las expectativas económicas y las políticas monetarias.								</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/CurvaDeRendimiento.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-45856b7 elementor-widget elementor-widget-button" data-id="45856b7" 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-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-20828 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-de-orfandad/" >
				Pensión de orfandad			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-18541 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-f 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/fondo-complementario/" >
				Fondo complementario			</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>
				<article class="elementor-post elementor-grid-item post-20256 post type-post status-publish format-standard hentry category-derechohabiente category-derechos category-glosario category-m 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/mejora-por-aplazamiento/" >
				Mejora por aplazamiento			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-20723 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-a-los-ascendientes/" >
				Pensión a los ascendientes			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-15037 post type-post status-publish format-standard hentry category-c category-glosario category-pensiones-seguros 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/compatibilidad/" >
				Compatibilidad			</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-21524 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/reanudacion/" >
				Reanudación			</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>
				</div>
		
						</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-1ba1710 e-flex e-con-boxed e-con e-parent" data-id="1ba1710" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-c203811 elementor-widget elementor-widget-text-editor" data-id="c203811" 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-df236a0 e-flex e-con-boxed e-con e-parent" data-id="df236a0" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-7f87ea5 e-con-full e-flex e-con e-child" data-id="7f87ea5" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-c6147ac elementor-widget elementor-widget-heading" data-id="c6147ac" 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-8088087 elementor-grid-1 elementor-posts--thumbnail-left elementor-grid-tablet-1 elementor-grid-mobile-1 elementor-widget elementor-widget-posts" data-id="8088087" 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-1670 post type-post status-publish format-standard has-post-thumbnail hentry category-aspectos-juridicos category-aspectos-politicos category-convenios-internacionales category-derecho-a-la-seguridad-social category-editadas-por-la-secretaria-general category-marco-legal-de-la-seguridad-social category-pensiones category-programas-de-seguridad-social category-proteccion-social category-publicaciones category-regimenes-de-seguridad-social category-seguros-sociales category-serie-estudios category-temas tag-conferencias-internacionales tag-desigualdad-social tag-genero tag-maternidad-y-salud tag-mercado-laboral tag-mujer tag-prestaciones-sociales tag-proteccion-social tag-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/mujer-y-seguridad-social-en-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/SerieEstudios-40.png" class="attachment-medium_large size-medium_large wp-image-1672" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-40.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-40-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-40-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/mujer-y-seguridad-social-en-america/" >
				Mujer y seguridad social en América			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>La importancia global del tema de la condición de la mujer y la urgente necesidad de eliminartodas las barreras que aún existen para su participación igualitaria, en el proceso social,		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-2473 post type-post status-publish format-standard has-post-thumbnail hentry category-aspectos-politicos category-capacitacion-y-ensenanza category-cuadernos-de-historia-teoria-y-bienestar category-desarrollo-de-la-seguridad-social category-desarrollo-institucional category-editadas-por-la-secretaria-general category-educacion-a-distancia category-estudio-y-ensenanza category-formacion-academica category-formacion-de-capital-humano category-formacion-y-capacitacion category-historia-de-la-seguridad-social category-organismo-internacional category-publicaciones category-relaciones-internacionales category-tecnologias-de-la-informacion-y-comunicacion category-temas tag-america-latina tag-capacitacion tag-derecho-de-la-seguridad-social tag-desarrollo-de-la-seguridad-social tag-educacion tag-formacion tag-historia tag-marco-conceptual tag-mexico tag-organismo-internacional tag-principios tag-relaciones-internacionales tag-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/cronica-de-una-jornada-institucional-historia-del-ciess-1963-2012/" 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-03.png" class="attachment-medium_large size-medium_large wp-image-2474" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Cuadernos-Bienestar-03.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Cuadernos-Bienestar-03-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Cuadernos-Bienestar-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/cronica-de-una-jornada-institucional-historia-del-ciess-1963-2012/" >
				Crónica de una jornada institucional. Historia del CIESS [1963-2012]			</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-4034 post type-post status-publish format-standard has-post-thumbnail hentry category-atencion-en-salud category-editadas-por-la-secretaria-general category-epidemiologia category-medicina-familiar category-publicaciones category-salud-mental category-serie-estudios category-sistemas-de-seguridad-social category-temas tag-america-latina tag-atencion-a-la-salud tag-atencion-materno-infantil tag-atencion-psicologica tag-cuba tag-educacion tag-epidemiologia-familiar tag-familia tag-medicina-familiar tag-mexico tag-salud-familiar tag-sistemas-de-seguridad-social tag-sistemas-nacionales-de-salud tag-violencia-intrafamiliar">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/la-familia-eje-de-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/SerieEstudios-43.png" class="attachment-medium_large size-medium_large wp-image-4035" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-43.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-43-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-43-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-familia-eje-de-la-atencion-a-la-salud/" >
				La familia: eje de 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 Ministerio de Salud Pública de Cuba, una Reunión Técnica en la Ciudad		</div>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-65474a4 e-con-full e-flex e-con e-child" data-id="65474a4" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-8e5c34d elementor-widget elementor-widget-heading" data-id="8e5c34d" 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-2c3f9d8 elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="2c3f9d8" 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-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-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-10692 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/dialnet/" 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-4.png" class="attachment-full size-full wp-image-10693" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-4.png 910w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-4-300x181.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-4-768x463.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-4-580x350.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-4-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/dialnet/" >
				Dialnet			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Tiene su origen en la Biblioteca y el Servicio Informático de la Universidad de La Rioja y su objetivo inicial fue emitir alertas informativas a		</div>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-6e85819 e-con-full e-flex e-con e-child" data-id="6e85819" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-71b4f66 elementor-widget elementor-widget-heading" data-id="71b4f66" 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-4267cab elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="4267cab" 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-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>
				<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 fetchpriority="high" 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-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 loading="lazy" 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>
				<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-642ceeb e-flex e-con-boxed e-con e-parent" data-id="642ceeb" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-4c471ea 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="4c471ea" 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-8448034 e-flex e-con-boxed e-con e-parent" data-id="8448034" 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/curva-de-rendimiento-yield-curve/">Curva de rendimiento (Yield Curve)</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/CurvaDeRendimiento.mp3?download=false" length="103532" type="audio/mpeg" />

			</item>
		<item>
		<title>Viuda</title>
		<link>https://bidiss.ciess.org/glosario/viuda/</link>
		
		<dc:creator><![CDATA[Ernesto Ramirez]]></dc:creator>
		<pubDate>Wed, 05 Mar 2025 17:32:23 +0000</pubDate>
				<category><![CDATA[Derechohabiente]]></category>
		<category><![CDATA[Glosario]]></category>
		<category><![CDATA[Seguros]]></category>
		<category><![CDATA[V]]></category>
		<category><![CDATA[Afiliación]]></category>
		<category><![CDATA[Beneficios]]></category>
		<category><![CDATA[Cotizaciones]]></category>
		<category><![CDATA[Seguridad social]]></category>
		<guid isPermaLink="false">https://bidiss.ciess.org/?p=23875</guid>

					<description><![CDATA[<p>La esposa y a falta de ésta, la concubina del asegurado o pensionado, cuando fallece su esposo o compañero.</p>
<p>La entrada <a href="https://bidiss.ciess.org/glosario/viuda/">Viuda</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="23875" class="elementor elementor-23875" 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">Viuda</h1>
La esposa y a falta de ésta, la concubina del asegurado o pensionado, cuando fallece su esposo o compañero.								</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/Viuda.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-36fe299 elementor-widget elementor-widget-button" data-id="36fe299" 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-16072 post type-post status-publish format-standard hentry category-d category-derechohabiente 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/dependencia-economica/" >
				Dependencia económica			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-19383 post type-post status-publish format-standard hentry category-contribuciones category-derechohabiente category-glosario category-i category-seguros tag-aspectos-administrativos tag-relaciones-laborales tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/indemnizacion/" >
				Indemnización			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-23525 post type-post status-publish format-standard hentry category-atencion-en-salud-salud-glosario category-derechohabiente category-glosario category-t 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/terapia-fisica-fisioterapia/" >
				Terapia física (Fisioterapia)			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-15412 post type-post status-publish format-standard hentry category-c category-derechohabiente category-glosario 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/continuacion-voluntaria/" >
				Continuación voluntaria			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-15266 post type-post status-publish format-standard hentry category-c category-derechohabiente category-glosario 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/conservacion-de-derechos/" >
				Conservación de derechos			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-20723 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-a-los-ascendientes/" >
				Pensión a los ascendientes			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-20843 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-definitiva/" >
				Pensión definitiva			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-22309 post type-post status-publish format-standard hentry category-derechohabiente category-glosario 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/reintegro-de-gastos/" >
				Reintegro de gastos			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-20856 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/pensionado/" >
				Pensionado			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-16103 post type-post status-publish format-standard hentry category-d category-derechohabiente category-glosario 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/derechohabientes/" >
				Derechohabientes			</a>
		</h5>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-04c3a94 e-flex e-con-boxed e-con e-parent" data-id="04c3a94" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-233ec43 elementor-widget elementor-widget-text-editor" data-id="233ec43" 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-0ba18c3 e-flex e-con-boxed e-con e-parent" data-id="0ba18c3" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-44ec702 e-con-full e-flex e-con e-child" data-id="44ec702" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-6706505 elementor-widget elementor-widget-heading" data-id="6706505" 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-4e73ccd elementor-grid-1 elementor-posts--thumbnail-left elementor-grid-tablet-1 elementor-grid-mobile-1 elementor-widget elementor-widget-posts" data-id="4e73ccd" 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-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>
				<article class="elementor-post elementor-grid-item post-2584 post type-post status-publish format-standard has-post-thumbnail hentry category-aportaciones category-cotizaciones category-derecho-a-la-seguridad-social category-documentos-de-trabajo category-editadas-por-la-secretaria-general category-empleo-formal category-empleo-temporal category-jornada-laboral category-mercado-de-trabajo category-publicaciones category-sistemas-de-capitalizacion category-temas category-trabajo tag-empleo tag-jornada-laboral tag-mercado-laboral tag-organizacion-laboral tag-pensiones tag-precarizacion-laboral tag-seguridad-social tag-sindicatos">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/precarizacion-y-organizacion-laboral-en-america-latina/" 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/Documentos-Trabajo-01.png" class="attachment-medium_large size-medium_large wp-image-2586" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Documentos-Trabajo-01.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Documentos-Trabajo-01-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Documentos-Trabajo-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/precarizacion-y-organizacion-laboral-en-america-latina/" >
				Precarización y organización laboral en América Latina			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>El objetivo de este cuaderno es, por un lado, reflexionar sobre los aspectos del mercado laboral que configuran y generan la precarización de las relaciones laborales en el continente; por		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-3173 post type-post status-publish format-standard has-post-thumbnail hentry category-aspectos-economicos category-aspectos-historicos category-aspectos-politicos category-editadas-por-la-secretaria-general category-industria-farmaceutica category-medicamentos category-notas-tecnicas category-proteccion-social category-publicaciones category-temas tag-aspectos-economicos tag-aspectos-historicos tag-aspectos-politicos tag-industria-farmaceutica tag-medicamentos tag-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/economia-politica-de-la-industria-farmaceutica-global-una-aproximacion-historiografica/" 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-12.png" class="attachment-medium_large size-medium_large wp-image-3174" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Nota-Tecnica-12.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Nota-Tecnica-12-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Nota-Tecnica-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/economia-politica-de-la-industria-farmaceutica-global-una-aproximacion-historiografica/" >
				Economía política de la industria farmacéutica global: una aproximación historiográfica			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>La presente nota técnica da testimonio del desarrollo general de la industria farmacéutica desde sus comienzos y hasta la actualidad, con énfasis en sus estrategias de supervivencia para mantener su		</div>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-f69a4fb e-con-full e-flex e-con e-child" data-id="f69a4fb" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-08bc276 elementor-widget elementor-widget-heading" data-id="08bc276" 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-4d005f6 elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="4d005f6" 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-12967 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/organizacion-iberoamericana-de-seguridad-social/" 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-oiss.png" class="attachment-full size-full wp-image-12968" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-oiss.png 910w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-oiss-300x175.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-oiss-768x448.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-oiss-580x338.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-oiss-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/organizacion-iberoamericana-de-seguridad-social/" >
				Organización Iberoamericana de Seguridad Social			</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-10701 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/doaj-directory-of-open-access-journal/" 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-5.png" class="attachment-full size-full wp-image-10702" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-5.png 910w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-5-300x181.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-5-768x463.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-5-580x350.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-5-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/doaj-directory-of-open-access-journal/" >
				DOAJ. Directory of Open Access Journal			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Esta base de datos fue puesta en operación con solamente 300 revistas de acceso abierto. Actualmente, ya conformada con 16.562 que son revisadas por pares,		</div>
				</div>
				</article>
				<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>
				</div>
		
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-d5d6932 e-con-full e-flex e-con e-child" data-id="d5d6932" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-12b9151 elementor-widget elementor-widget-heading" data-id="12b9151" 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-ccd8fa1 elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="ccd8fa1" 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-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 loading="lazy" 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>
				<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-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-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 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/viuda/">Viuda</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/Viuda.mp3?download=false" length="31244" type="audio/mpeg" />

			</item>
		<item>
		<title>Vigencia de derechos</title>
		<link>https://bidiss.ciess.org/glosario/vigencia-de-derechos/</link>
		
		<dc:creator><![CDATA[Ernesto Ramirez]]></dc:creator>
		<pubDate>Wed, 05 Mar 2025 17:29:39 +0000</pubDate>
				<category><![CDATA[Derechohabiente]]></category>
		<category><![CDATA[Glosario]]></category>
		<category><![CDATA[Seguros]]></category>
		<category><![CDATA[V]]></category>
		<category><![CDATA[Afiliación]]></category>
		<category><![CDATA[Beneficios]]></category>
		<category><![CDATA[Cotizaciones]]></category>
		<category><![CDATA[Seguridad social]]></category>
		<guid isPermaLink="false">https://bidiss.ciess.org/?p=23870</guid>

					<description><![CDATA[<p>Es el período de duración del disfrute de los beneficiarios que otorga el instituto asegurado y a sus beneficiarios legítimos.<br />
Período durante el cual el trabajador y sus derechohabientes pueden exigir legalmente al instituto las prestaciones a que tiene derecho.</p>
<p>La entrada <a href="https://bidiss.ciess.org/glosario/vigencia-de-derechos/">Vigencia de derechos</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="23870" class="elementor elementor-23870" 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">Vigencia de derechos</h1>
Es el período de duración del disfrute de los beneficiarios que otorga el instituto asegurado y a sus beneficiarios legítimos.
Período durante el cual el trabajador y sus derechohabientes pueden exigir legalmente al instituto las prestaciones a que tiene derecho.								</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/VigenciaDeDerechos.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-36fe299 elementor-widget elementor-widget-button" data-id="36fe299" 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-23540 post type-post status-publish format-standard hentry category-derechohabiente category-glosario category-seguros category-t 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/tiempo-de-espera/" >
				Tiempo de espera			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-20843 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-definitiva/" >
				Pensión definitiva			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-21708 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/regimenes-especiales/" >
				Regímenes especiales			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-21718 post type-post status-publish format-standard hentry category-atencion-en-salud-salud-glosario category-derechohabiente category-glosario category-r category-salud-glosario category-salud-publica-salud-glosario category-seguros tag-aspectos-demograficos tag-epidemia tag-poblacion tag-riesgos-sanitarios tag-seguridad-social tag-situacion-de-salud">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/regionalizacion/" >
				Regionalización			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-20818 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-compartida/" >
				Pensión compartida			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-21625 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/recaudacion/" >
				Recaudación			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-19945 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/jubilado/" >
				Jubilado			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-20838 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-de-viudez/" >
				Pensión de viudez			</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-15291 post type-post status-publish format-standard hentry category-atencion-en-salud-salud-glosario category-c category-derechohabiente category-glosario 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/consulta-externa/" >
				Consulta externa			</a>
		</h5>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-04c3a94 e-flex e-con-boxed e-con e-parent" data-id="04c3a94" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-233ec43 elementor-widget elementor-widget-text-editor" data-id="233ec43" 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-0ba18c3 e-flex e-con-boxed e-con e-parent" data-id="0ba18c3" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-44ec702 e-con-full e-flex e-con e-child" data-id="44ec702" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-6706505 elementor-widget elementor-widget-heading" data-id="6706505" 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-4e73ccd elementor-grid-1 elementor-posts--thumbnail-left elementor-grid-tablet-1 elementor-grid-mobile-1 elementor-widget elementor-widget-posts" data-id="4e73ccd" 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-2068 post type-post status-publish format-standard has-post-thumbnail hentry category-cajs category-caprt category-condiciones-de-trabajo category-de-las-comisiones-americanas-de-seguridad-social category-factores-psicosociales category-jornada-laboral category-medio-ambiente-de-trabajo category-publicaciones category-riesgos-laborales category-riesgos-profesionales category-salud-ocupacional category-seguridad-e-higiene-del-trabajo category-temas">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/estudio-normativo-sobre-factores-de-riesgo-psicosociales-en-el-trabajo-identificacion-analisis-y-prevencion/" 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-01.png" class="attachment-medium_large size-medium_large wp-image-2070" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/NotaTecnica-CASS-01.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/NotaTecnica-CASS-01-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/NotaTecnica-CASS-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/estudio-normativo-sobre-factores-de-riesgo-psicosociales-en-el-trabajo-identificacion-analisis-y-prevencion/" >
				Estudio normativo sobre factores de riesgo psicosociales en el trabajo: identificación, análisis y prevención			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Contenido: I. La búsqueda de seguridad. El riesgo social y la necesidad de seguridad. Precursores de los seguros sociales. II. El seguro social. Implantación del seguro social. Difusión del seguro		</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>
				<article class="elementor-post elementor-grid-item post-1982 post type-post status-publish format-standard has-post-thumbnail hentry category-asignaciones-familiares category-asistencia-familiar 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-marco-legal-de-la-seguridad-social category-publicaciones category-subsidios-familiares category-temas category-tratados-internacionales tag-asignaciones-familiares tag-cobertura-universal tag-proteccion-social tag-reforma-de-la-seguridad-social tag-seguridad-social tag-subsidio-familiar tag-vivienda">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/el-sistema-de-subsidio-familiar-en-colombia-hacia-la-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/Biblioteca-CIESS-01.png" class="attachment-medium_large size-medium_large wp-image-1984" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Biblioteca-CIESS-01.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Biblioteca-CIESS-01-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Biblioteca-CIESS-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/el-sistema-de-subsidio-familiar-en-colombia-hacia-la-proteccion-social/" >
				El sistema de subsidio familiar en Colombia: hacia la protección social			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>La lectura de este libro, por lo demás escrito con un estilo muy fluido y un manejo gramatical muy acertado, brinda una detallada información sobre el tema, con estadísticas muy		</div>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-f69a4fb e-con-full e-flex e-con e-child" data-id="f69a4fb" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-08bc276 elementor-widget elementor-widget-heading" data-id="08bc276" 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-4d005f6 elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="4d005f6" 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-13095 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliotecas-digitales category-monitor-de-recursos-de-informacion tag-bases-de-datos tag-bibliotecologia tag-ciencia tag-educacion tag-educacion-a-distancia tag-motor-de-busqueda tag-pedagogia tag-repositorio tag-sistemas-de-informacion tag-tecnologia-educativa">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/biblioteca-digital-del-ilce/" 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-ilce.png" class="attachment-full size-full wp-image-13096" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-ilce.png 910w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-ilce-300x175.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-ilce-768x448.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-ilce-580x338.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-ilce-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-digital-del-ilce/" >
				Biblioteca Digital del ILCE			</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-10747 post type-post status-publish format-standard has-post-thumbnail hentry category-monitor-de-recursos-de-informacion category-motor-de-busqueda category-repositorios tag-bases-de-datos tag-bibliotecologia tag-integrador-de-contenidos tag-motor-de-busqueda tag-repositorio tag-sistemas-de-informacion">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/la-referencia/" 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-9.png" class="attachment-full size-full wp-image-10748" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-9.png 910w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-9-300x175.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-9-768x448.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-9-580x338.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-9-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/la-referencia/" >
				La Referencia			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Esta plataforma permite compartir y dar visibilidad a la producción científica generada en las instituciones de educación superior y de investigación científica. </p>		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-13040 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-apoyo-al-consumo tag-datos-estadisticos tag-empleo tag-graficas tag-justicia-laboral tag-mercado-de-trabajo tag-migracion tag-productividad 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/poligonos-stps-estadisticas-del-sector-laboral/" 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-poligonos-stps.png" class="attachment-full size-full wp-image-13047" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-poligonos-stps.png 910w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-poligonos-stps-300x175.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-poligonos-stps-768x448.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-poligonos-stps-580x338.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-poligonos-stps-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/poligonos-stps-estadisticas-del-sector-laboral/" >
				Polígonos STPS- Estadísticas del Sector Laboral			</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-d5d6932 e-con-full e-flex e-con e-child" data-id="d5d6932" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-12b9151 elementor-widget elementor-widget-heading" data-id="12b9151" 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-ccd8fa1 elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="ccd8fa1" 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-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 loading="lazy" 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>
				<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-19544 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/sistemas-integrales-de-cuidados/" 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/Seminario-de-Cuidados.jpg" class="attachment-full size-full wp-image-19545" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2025/01/Seminario-de-Cuidados.jpg 1920w, https://bidiss.ciess.org/wp-content/uploads/2025/01/Seminario-de-Cuidados-300x169.jpg 300w, https://bidiss.ciess.org/wp-content/uploads/2025/01/Seminario-de-Cuidados-1024x576.jpg 1024w, https://bidiss.ciess.org/wp-content/uploads/2025/01/Seminario-de-Cuidados-768x432.jpg 768w, https://bidiss.ciess.org/wp-content/uploads/2025/01/Seminario-de-Cuidados-1536x864.jpg 1536w, https://bidiss.ciess.org/wp-content/uploads/2025/01/Seminario-de-Cuidados-580x326.jpg 580w, https://bidiss.ciess.org/wp-content/uploads/2025/01/Seminario-de-Cuidados-860x484.jpg 860w, https://bidiss.ciess.org/wp-content/uploads/2025/01/Seminario-de-Cuidados-1160x653.jpg 1160w, https://bidiss.ciess.org/wp-content/uploads/2025/01/Seminario-de-Cuidados-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/sistemas-integrales-de-cuidados/" >
				Sistemas integrales de cuidados			</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/vigencia-de-derechos/">Vigencia de derechos</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/VigenciaDeDerechos.mp3?download=false" length="64460" type="audio/mpeg" />

			</item>
		<item>
		<title>Velatorio</title>
		<link>https://bidiss.ciess.org/glosario/velatorio/</link>
		
		<dc:creator><![CDATA[Ernesto Ramirez]]></dc:creator>
		<pubDate>Wed, 05 Mar 2025 17:24:36 +0000</pubDate>
				<category><![CDATA[Derechohabiente]]></category>
		<category><![CDATA[Glosario]]></category>
		<category><![CDATA[Seguros]]></category>
		<category><![CDATA[V]]></category>
		<category><![CDATA[Afiliación]]></category>
		<category><![CDATA[Beneficios]]></category>
		<category><![CDATA[Cotizaciones]]></category>
		<category><![CDATA[Seguridad social]]></category>
		<guid isPermaLink="false">https://bidiss.ciess.org/?p=23860</guid>

					<description><![CDATA[<p>Es un servicio social que tiene como finalidad auxiliar a los derechohabientes que han sufrido la pérdida de algún familiar.</p>
<p>La entrada <a href="https://bidiss.ciess.org/glosario/velatorio/">Velatorio</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="23860" class="elementor elementor-23860" 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">Velatorio</h1>
Es un servicio social que tiene como finalidad auxiliar a los derechohabientes que han sufrido la pérdida de algún familiar.								</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/Velatorio.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-36fe299 elementor-widget elementor-widget-button" data-id="36fe299" 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-23329 post type-post status-publish format-standard hentry category-derechohabiente category-glosario category-s 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/sujeto-de-aseguramiento-del-regimen-obligatorio/" >
				Sujeto de aseguramiento del régimen obligatorio			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-15412 post type-post status-publish format-standard hentry category-c category-derechohabiente category-glosario 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/continuacion-voluntaria/" >
				Continuación voluntaria			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-20866 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/pensionista/" >
				Pensionista			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-19945 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/jubilado/" >
				Jubilado			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-22488 post type-post status-publish format-standard hentry category-derechohabiente category-glosario 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/reversiones/" >
				Reversiones			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-20828 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-de-orfandad/" >
				Pensión de orfandad			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-23525 post type-post status-publish format-standard hentry category-atencion-en-salud-salud-glosario category-derechohabiente category-glosario category-t 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/terapia-fisica-fisioterapia/" >
				Terapia física (Fisioterapia)			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-20669 post type-post status-publish format-standard hentry category-derechohabiente category-glosario category-p 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/participante/" >
				Participante			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-20838 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-de-viudez/" >
				Pensión de viudez			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-21718 post type-post status-publish format-standard hentry category-atencion-en-salud-salud-glosario category-derechohabiente category-glosario category-r category-salud-glosario category-salud-publica-salud-glosario category-seguros tag-aspectos-demograficos tag-epidemia tag-poblacion tag-riesgos-sanitarios tag-seguridad-social tag-situacion-de-salud">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/regionalizacion/" >
				Regionalización			</a>
		</h5>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-04c3a94 e-flex e-con-boxed e-con e-parent" data-id="04c3a94" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-233ec43 elementor-widget elementor-widget-text-editor" data-id="233ec43" 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-0ba18c3 e-flex e-con-boxed e-con e-parent" data-id="0ba18c3" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-44ec702 e-con-full e-flex e-con e-child" data-id="44ec702" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-6706505 elementor-widget elementor-widget-heading" data-id="6706505" 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-4e73ccd elementor-grid-1 elementor-posts--thumbnail-left elementor-grid-tablet-1 elementor-grid-mobile-1 elementor-widget elementor-widget-posts" data-id="4e73ccd" 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-3573 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-aspectos-fiscales-mercado-laboral tag-conceptos-y-definiciones tag-contribuciones tag-financiamiento tag-historia-de-la-seguridad-social tag-panorama-de-la-seguridad-social tag-pensiones tag-politicas-sociales tag-principios-de-la-seguridad-social 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-2003-evaluacion-de-las-reformas/" 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-02.png" class="attachment-medium_large size-medium_large wp-image-3574" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Informes-SS-02.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Informes-SS-02-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Informes-SS-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/informe-sobre-la-seguridad-social-en-america-2003-evaluacion-de-las-reformas/" >
				Informe sobre la seguridad social en América 2003: Evaluación de las reformas			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Para la edición de este proyecto se seleccionó el tema de los problemas de financiación de la seguridad social en el continente y las opciones de solución. Se pensó que		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-2030 post type-post status-publish format-standard has-post-thumbnail hentry category-asignaciones-familiares category-aspectos-juridicos category-biblioteca-iess category-bienestar category-derecho-a-la-seguridad-social category-editadas-por-el-ciess category-estado-de-bienestar category-pensiones category-pensiones-asistenciales category-prestaciones-contributivas category-prestaciones-en-salud category-prestaciones-no-contributivas category-prestaciones-sociales category-programas-de-seguridad-social category-publicaciones category-temas tag-administracion-de-la-seguridad-social tag-adultos-mayores tag-argentina tag-asignaciones-familiares tag-cobertura tag-estado-de-bienestar tag-politicas-sociales tag-prestaciones-contributivas tag-prestaciones-no-contributivas tag-proteccion-social tag-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/politicas-de-proteccion-familiar-regimen-de-asignaciones-familiares-y-principales-planes-sociales-en-la-republica-argentina/" 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-06.png" class="attachment-medium_large size-medium_large wp-image-2032" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Biblioteca-CIESS-06.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Biblioteca-CIESS-06-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Biblioteca-CIESS-06-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/politicas-de-proteccion-familiar-regimen-de-asignaciones-familiares-y-principales-planes-sociales-en-la-republica-argentina/" >
				Políticas de protección familiar: régimen de asignaciones familiares y principales planes sociales en la República Argentina			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Las asignaciones familiares configuran una clase de prestaciones insuficientemente examinadas, desde un punto de vista sistemático, dentro del estudio de la seguridad social. Concurren para ello razones diversas: en primer		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-1670 post type-post status-publish format-standard has-post-thumbnail hentry category-aspectos-juridicos category-aspectos-politicos category-convenios-internacionales category-derecho-a-la-seguridad-social category-editadas-por-la-secretaria-general category-marco-legal-de-la-seguridad-social category-pensiones category-programas-de-seguridad-social category-proteccion-social category-publicaciones category-regimenes-de-seguridad-social category-seguros-sociales category-serie-estudios category-temas tag-conferencias-internacionales tag-desigualdad-social tag-genero tag-maternidad-y-salud tag-mercado-laboral tag-mujer tag-prestaciones-sociales tag-proteccion-social tag-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/mujer-y-seguridad-social-en-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/SerieEstudios-40.png" class="attachment-medium_large size-medium_large wp-image-1672" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-40.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-40-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-40-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/mujer-y-seguridad-social-en-america/" >
				Mujer y seguridad social en América			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>La importancia global del tema de la condición de la mujer y la urgente necesidad de eliminartodas las barreras que aún existen para su participación igualitaria, en el proceso social,		</div>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-f69a4fb e-con-full e-flex e-con e-child" data-id="f69a4fb" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-08bc276 elementor-widget elementor-widget-heading" data-id="08bc276" 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-4d005f6 elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="4d005f6" 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-10730 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-motor-de-busqueda tag-bases-de-datos tag-bibliotecologia tag-informacion-academica tag-motor-de-busqueda tag-sistemas-de-informacion">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/microsoft-academic/" 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-7.png" class="attachment-full size-full wp-image-10731" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-7.png 910w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-7-300x181.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-7-768x463.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-7-580x350.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-7-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/microsoft-academic/" >
				RefSeek			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Bibliotecología, Sistemas de información, Bases de datos, Motor de búsqueda, Información académica.</p>		</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>
				<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>
				</div>
		
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-d5d6932 e-con-full e-flex e-con e-child" data-id="d5d6932" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-12b9151 elementor-widget elementor-widget-heading" data-id="12b9151" 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-ccd8fa1 elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="ccd8fa1" 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-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>
				<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 loading="lazy" 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>
				<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-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/velatorio/">Velatorio</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/Velatorio.mp3?download=false" length="31148" type="audio/mpeg" />

			</item>
		<item>
		<title>Valuación actuarial</title>
		<link>https://bidiss.ciess.org/glosario/valuacion-actuarial/</link>
		
		<dc:creator><![CDATA[Ernesto Ramirez]]></dc:creator>
		<pubDate>Wed, 05 Mar 2025 17:21:25 +0000</pubDate>
				<category><![CDATA[Actuaría y financiamiento]]></category>
		<category><![CDATA[Glosario]]></category>
		<category><![CDATA[Pensiones]]></category>
		<category><![CDATA[V]]></category>
		<category><![CDATA[Beneficios]]></category>
		<category><![CDATA[Edad de retiro]]></category>
		<category><![CDATA[Jubilaciones]]></category>
		<category><![CDATA[Retiro]]></category>
		<category><![CDATA[Seguridad social]]></category>
		<guid isPermaLink="false">https://bidiss.ciess.org/?p=23855</guid>

					<description><![CDATA[<p>Es el estudio técnico elaborado con métodos propios de la matemática actuarial para valuar probabilísticamente la aplicación de un determinado régimen financiero adoptado.</p>
<p>La entrada <a href="https://bidiss.ciess.org/glosario/valuacion-actuarial/">Valuación actuarial</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="23855" class="elementor elementor-23855" 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">Valuación actuarial</h1>
Es el estudio técnico elaborado con métodos propios de la matemática actuarial para valuar probabilísticamente la aplicación de un determinado régimen financiero adoptado.								</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/ValuacionActuarial.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-45856b7 elementor-widget elementor-widget-button" data-id="45856b7" 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-19363 post type-post status-publish format-standard hentry category-glosario category-i 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/incompatibilidad-en-pensiones/" >
				Incompatibilidad en pensiones			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-21514 post type-post status-publish format-standard hentry category-derechohabiente category-derechos 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/rama-de-seguro/" >
				Rama de seguro			</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-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-18541 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-f 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/fondo-complementario/" >
				Fondo complementario			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-20838 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-de-viudez/" >
				Pensión de viudez			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-20856 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/pensionado/" >
				Pensionado			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-20828 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-de-orfandad/" >
				Pensión de orfandad			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-14222 post type-post status-publish format-standard hentry category-c category-glosario category-pensiones-seguros tag-beneficios tag-edad-de-retiro tag-jubilaciones tag-pensiones tag-retiro tag-seguridad-social tag-seguros">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/capital-de-reserva/" >
				Capital de reserva			</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>
				</div>
		
						</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-1ba1710 e-flex e-con-boxed e-con e-parent" data-id="1ba1710" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-c203811 elementor-widget elementor-widget-text-editor" data-id="c203811" 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-df236a0 e-flex e-con-boxed e-con e-parent" data-id="df236a0" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-7f87ea5 e-con-full e-flex e-con e-child" data-id="7f87ea5" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-c6147ac elementor-widget elementor-widget-heading" data-id="c6147ac" 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-8088087 elementor-grid-1 elementor-posts--thumbnail-left elementor-grid-tablet-1 elementor-grid-mobile-1 elementor-widget elementor-widget-posts" data-id="8088087" 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-1932 post type-post status-publish format-standard has-post-thumbnail hentry category-adulto-mayor category-adultos-mayores category-asistencia-medica category-atencion-en-salud category-breviarios-de-seguridad-social category-edad-avanzada category-editadas-por-el-ciess category-envejecimiento category-envejecimiento-poblacional category-investigacion-salud-el-reto-del-bienestar category-publicaciones category-salud category-salud-el-reto-del-bienestar category-temas tag-adulto-mayor tag-adultos-mayores tag-envejecimiento tag-envejecimiento-poblacional tag-salud tag-salud-bucodental tag-seguridad-social tag-servicios-de-salud tag-vejez">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/el-envejecimiento-de-la-poblacion-y-la-salud-bucodental/" 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-07.png" class="attachment-medium_large size-medium_large wp-image-1934" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Breviarios-Investigacion-07.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Breviarios-Investigacion-07-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Breviarios-Investigacion-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/el-envejecimiento-de-la-poblacion-y-la-salud-bucodental/" >
				El envejecimiento de la población y la salud bucodental			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Reconocer a la salud bucodental como factor trascendente para la calidad de vida de los adultos mayores y revalorada dentro de los modelos de prestación de servicios de la salud		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-1614 post type-post status-publish format-standard has-post-thumbnail hentry category-asistencia-medica category-atencion-en-salud category-atencion-medica category-cuidados-de-salud category-editadas-por-la-secretaria-general category-publicaciones category-salud category-salud-reproductiva category-serie-estudios category-servicios-de-salud category-temas tag-atencion-medica tag-calidad-de-la-atencion tag-etica-medica tag-politicas-sociales tag-salud-sexual-y-reproductiva tag-seguridad-social tag-servicios-de-salud">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/the-reproductive-health-in-the-social-security/" 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-32.png" class="attachment-medium_large size-medium_large wp-image-1616" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-32.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-32-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-32-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/the-reproductive-health-in-the-social-security/" >
				The reproductive health in the social security. An Integral Approach towards the Reform in the Health Sector of Mexico			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>The Mexican Social Security Institute, as a part of the National Health System, endeavors to observe the social security principies, i.e.: universality, solidarity, integrity, equity and efficiency; assisting the beneficiaries		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-2167 post type-post status-publish format-standard has-post-thumbnail hentry category-bienestar category-cadam category-cajs category-covid-19 category-de-las-comisiones-americanas-de-seguridad-social category-pandemia category-proteccion-social category-publicaciones category-salud-publica category-temas">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/pisos-de-proteccion-social-y-poblacion-adulta-mayor-retos-en-la-postpandemia/" 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-13.png" class="attachment-medium_large size-medium_large wp-image-2169" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/NotaTecnica-CASS-13.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/NotaTecnica-CASS-13-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/NotaTecnica-CASS-13-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/pisos-de-proteccion-social-y-poblacion-adulta-mayor-retos-en-la-postpandemia/" >
				Pisos de protección social y población adulta mayor, retos en la postpandemia			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>El presente documento se enfoca en la población adulta mayor y, concretamente, en el mecanismo de los pisos de protección social como piedra angular de la estructura de políticas sociales		</div>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-65474a4 e-con-full e-flex e-con e-child" data-id="65474a4" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-8e5c34d elementor-widget elementor-widget-heading" data-id="8e5c34d" 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-2c3f9d8 elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="2c3f9d8" 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-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>
				<article class="elementor-post elementor-grid-item post-12921 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliotecas-digitales category-monitor-de-recursos-de-informacion 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/biblioteca-digital-de-la-unam/" 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-bidi-unam.png" class="attachment-full size-full wp-image-12927" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-bidi-unam.png 910w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-bidi-unam-300x175.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-bidi-unam-768x448.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-bidi-unam-580x338.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-bidi-unam-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-digital-de-la-unam/" >
				Biblioteca Digital de la UNAM			</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-10730 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-motor-de-busqueda tag-bases-de-datos tag-bibliotecologia tag-informacion-academica tag-motor-de-busqueda tag-sistemas-de-informacion">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/microsoft-academic/" 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-7.png" class="attachment-full size-full wp-image-10731" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-7.png 910w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-7-300x181.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-7-768x463.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-7-580x350.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-7-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/microsoft-academic/" >
				RefSeek			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Bibliotecología, Sistemas de información, Bases de datos, Motor de búsqueda, Información académica.</p>		</div>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-6e85819 e-con-full e-flex e-con e-child" data-id="6e85819" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-71b4f66 elementor-widget elementor-widget-heading" data-id="71b4f66" 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-4267cab elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="4267cab" 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-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>
				<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 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-642ceeb e-flex e-con-boxed e-con e-parent" data-id="642ceeb" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-4c471ea 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="4c471ea" 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-8448034 e-flex e-con-boxed e-con e-parent" data-id="8448034" 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/valuacion-actuarial/">Valuación actuarial</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/ValuacionActuarial.mp3?download=false" length="44684" type="audio/mpeg" />

			</item>
		<item>
		<title>Unidad habitacional</title>
		<link>https://bidiss.ciess.org/glosario/unidad-habitacional/</link>
		
		<dc:creator><![CDATA[Ernesto Ramirez]]></dc:creator>
		<pubDate>Tue, 04 Mar 2025 22:35:33 +0000</pubDate>
				<category><![CDATA[Glosario]]></category>
		<category><![CDATA[U]]></category>
		<category><![CDATA[Vivienda]]></category>
		<category><![CDATA[Afiliación]]></category>
		<category><![CDATA[Beneficios]]></category>
		<category><![CDATA[Cotizaciones]]></category>
		<category><![CDATA[Seguridad social]]></category>
		<category><![CDATA[Seguros]]></category>
		<guid isPermaLink="false">https://bidiss.ciess.org/?p=23715</guid>

					<description><![CDATA[<p>Espacio territorial determinado y delimitado, en donde se asientan un conjunto de viviendas que gozan de una serie de bienes y servicios, como resultado de una prestación social.</p>
<p>La entrada <a href="https://bidiss.ciess.org/glosario/unidad-habitacional/">Unidad habitacional</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="23715" class="elementor elementor-23715" 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">Unidad habitacional</h1>
Espacio territorial determinado y delimitado, en donde se asientan un conjunto de viviendas que gozan de una serie de bienes y servicios, como resultado de una prestación 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/2025/03/UnidadHabitacional.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-8a24bd6 elementor-widget elementor-widget-button" data-id="8a24bd6" 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-21206 post type-post status-publish format-standard hentry category-derechos category-glosario category-p category-prestaciones 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/prestaciones-sociales/" >
				Prestaciones sociales			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-23715 post type-post status-publish format-standard hentry category-glosario category-u category-vivienda-glosario 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/unidad-habitacional/" >
				Unidad habitacional			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-12336 post type-post status-publish format-standard hentry category-a category-glosario category-prestaciones category-seguros category-vivienda-glosario 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/asignacion-para-vivienda/" >
				Asignación para vivienda			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-21109 post type-post status-publish format-standard hentry category-derechos category-glosario category-p category-prestaciones 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/prestaciones-en-especie/" >
				Prestaciones en especie			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-21093 post type-post status-publish format-standard hentry category-derechos category-glosario category-p category-prestaciones 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/prestacion/" >
				Prestación			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-23304 post type-post status-publish format-standard hentry category-derechos category-glosario category-prestaciones category-s 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/subsidio-de-escolaridad/" >
				Subsidio de escolaridad			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-15462 post type-post status-publish format-standard hentry category-c category-glosario category-prestaciones 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/control-de-prestaciones/" >
				Control de prestaciones			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-21099 post type-post status-publish format-standard hentry category-derechos category-glosario category-p category-prestaciones 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/prestacion-economica/" >
				Prestación económica			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-21223 post type-post status-publish format-standard hentry category-derechos category-glosario category-p category-prestaciones 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/prestamo-a-corto-plazo/" >
				Préstamo a corto plazo			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-15626 post type-post status-publish format-standard hentry category-c category-glosario category-prestaciones 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/creditos-para-la-adquisicion-de-casas-o-terrenos/" >
				Créditos (para la adquisición de casas o terrenos)			</a>
		</h5>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-3899576 e-flex e-con-boxed e-con e-parent" data-id="3899576" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-e6625dc elementor-widget elementor-widget-text-editor" data-id="e6625dc" 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-0ba18c3 e-flex e-con-boxed e-con e-parent" data-id="0ba18c3" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-44ec702 e-con-full e-flex e-con e-child" data-id="44ec702" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-6706505 elementor-widget elementor-widget-heading" data-id="6706505" 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-4e73ccd elementor-grid-1 elementor-posts--thumbnail-left elementor-grid-tablet-1 elementor-grid-mobile-1 elementor-widget elementor-widget-posts" data-id="4e73ccd" 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-2638 post type-post status-publish format-standard has-post-thumbnail hentry category-cobertura category-documentos-de-trabajo category-editadas-por-la-secretaria-general category-indicadores category-personal-de-la-salud category-publicaciones category-regimenes-de-seguridad-social category-sistemas-de-informacion category-tecnologias-de-la-informacion-y-comunicacion category-temas tag-cobertura-de-la-seguridad-social tag-encuestas tag-indicadores tag-regimenes-de-seguridad-social tag-seguridad-social tag-sistemas-de-informacion tag-tecnologias-de-la-informacion">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/los-sistemas-de-informacion-sobre-seguridad-social-en-las-americas/" 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/Documentos-Trabajo-05.png" class="attachment-medium_large size-medium_large wp-image-2639" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Documentos-Trabajo-05.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Documentos-Trabajo-05-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Documentos-Trabajo-05-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/los-sistemas-de-informacion-sobre-seguridad-social-en-las-americas/" >
				Los sistemas de información sobre seguridad social en las Américas			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>En el presente documento se mapea la producción de información estadística sobre seguridad social en las Américas desde tres esferas: organismos internacionales, ONE e instituciones de seguridad social de cada		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-7181 post type-post status-publish format-standard has-post-thumbnail hentry category-adulto-mayor category-adultos-mayores category-aspectos-juridicos category-atencion-en-salud category-cobertura category-coediciones-ciss category-editadas-por-la-secretaria-general category-proteccion-social category-publicaciones category-reformas category-servicios-sociales category-temas category-tercera-edad category-vejez tag-acceso-a-la-salud tag-america-latina tag-desastres tag-emergencias tag-medicina-de-desastres tag-medicina-de-emergencias tag-seguridad-social tag-servicio-medico-de-urgencias tag-servicios-de-salud tag-sistemas-de-salud tag-universalidad">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/mecanismos-universales-de-acceso-a-la-salud-con-enfasis-en-situaciones-de-emergencias-y-desastres/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="630" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2024/01/Coediciones-CISS-01.png" class="attachment-medium_large size-medium_large wp-image-7185" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/01/Coediciones-CISS-01.png 630w, https://bidiss.ciess.org/wp-content/uploads/2024/01/Coediciones-CISS-01-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2024/01/Coediciones-CISS-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/mecanismos-universales-de-acceso-a-la-salud-con-enfasis-en-situaciones-de-emergencias-y-desastres/" >
				Mecanismos universales de acceso a la salud con énfasis en situaciones de emergencias y desastres			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>El objetivo del texto es desarrollar puntos clave para analizar la relación entre los sistemas de salud y el acceso efectivo a los servicios en situaciones de emergencias y desastres.		</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>
				</div>
		
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-f69a4fb e-con-full e-flex e-con e-child" data-id="f69a4fb" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-08bc276 elementor-widget elementor-widget-heading" data-id="08bc276" 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-4d005f6 elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="4d005f6" 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-13249 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/que-son-las-normas-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-apa.png" class="attachment-full size-full wp-image-13250" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-apa.png 910w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-apa-300x175.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-apa-768x448.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-apa-580x338.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-apa-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/que-son-las-normas-apa/" >
				¿Qué son las normas APA?			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>El Plagio se refiere a la copia de palabras e ideas de otras personas sin reconocer ni mencionar la fuente de donde se extrajeron, mientras		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-13052 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/sistema-bibliotecario-de-el-colegio-de-la-frontera-norte/" 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-poligonos-colef.png" class="attachment-full size-full wp-image-13053" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-poligonos-colef.png 910w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-poligonos-colef-300x175.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-poligonos-colef-768x448.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-poligonos-colef-580x338.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-poligonos-colef-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/sistema-bibliotecario-de-el-colegio-de-la-frontera-norte/" >
				Sistema Bibliotecario de El Colegio de la Frontera Norte			</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-d5d6932 e-con-full e-flex e-con e-child" data-id="d5d6932" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-12b9151 elementor-widget elementor-widget-heading" data-id="12b9151" 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-ccd8fa1 elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="ccd8fa1" 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 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-19184 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-marco-conceptual tag-marco-normativo tag-marco-teorico tag-pensiones tag-politica-sociales tag-politicas-sociales tag-prestaciones tag-proteccion-social tag-riesgos-de-trabajo 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/conceptos-basicos-de-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/01/Conceptos-Basicos-de-la-Seguridad-Social-1-1.jpg" class="attachment-full size-full wp-image-19187" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2025/01/Conceptos-Basicos-de-la-Seguridad-Social-1-1.jpg 1920w, https://bidiss.ciess.org/wp-content/uploads/2025/01/Conceptos-Basicos-de-la-Seguridad-Social-1-1-300x169.jpg 300w, https://bidiss.ciess.org/wp-content/uploads/2025/01/Conceptos-Basicos-de-la-Seguridad-Social-1-1-1024x576.jpg 1024w, https://bidiss.ciess.org/wp-content/uploads/2025/01/Conceptos-Basicos-de-la-Seguridad-Social-1-1-768x432.jpg 768w, https://bidiss.ciess.org/wp-content/uploads/2025/01/Conceptos-Basicos-de-la-Seguridad-Social-1-1-1536x864.jpg 1536w, https://bidiss.ciess.org/wp-content/uploads/2025/01/Conceptos-Basicos-de-la-Seguridad-Social-1-1-580x326.jpg 580w, https://bidiss.ciess.org/wp-content/uploads/2025/01/Conceptos-Basicos-de-la-Seguridad-Social-1-1-860x484.jpg 860w, https://bidiss.ciess.org/wp-content/uploads/2025/01/Conceptos-Basicos-de-la-Seguridad-Social-1-1-1160x653.jpg 1160w, https://bidiss.ciess.org/wp-content/uploads/2025/01/Conceptos-Basicos-de-la-Seguridad-Social-1-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/conceptos-basicos-de-la-seguridad-social/" >
				Conceptos básicos de la 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-19544 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/sistemas-integrales-de-cuidados/" 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/Seminario-de-Cuidados.jpg" class="attachment-full size-full wp-image-19545" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2025/01/Seminario-de-Cuidados.jpg 1920w, https://bidiss.ciess.org/wp-content/uploads/2025/01/Seminario-de-Cuidados-300x169.jpg 300w, https://bidiss.ciess.org/wp-content/uploads/2025/01/Seminario-de-Cuidados-1024x576.jpg 1024w, https://bidiss.ciess.org/wp-content/uploads/2025/01/Seminario-de-Cuidados-768x432.jpg 768w, https://bidiss.ciess.org/wp-content/uploads/2025/01/Seminario-de-Cuidados-1536x864.jpg 1536w, https://bidiss.ciess.org/wp-content/uploads/2025/01/Seminario-de-Cuidados-580x326.jpg 580w, https://bidiss.ciess.org/wp-content/uploads/2025/01/Seminario-de-Cuidados-860x484.jpg 860w, https://bidiss.ciess.org/wp-content/uploads/2025/01/Seminario-de-Cuidados-1160x653.jpg 1160w, https://bidiss.ciess.org/wp-content/uploads/2025/01/Seminario-de-Cuidados-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/sistemas-integrales-de-cuidados/" >
				Sistemas integrales de cuidados			</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/unidad-habitacional/">Unidad habitacional</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/UnidadHabitacional.mp3?download=false" length="47564" type="audio/mpeg" />

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