<?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>Servicios de salud archivos - Biblioteca Digital de Seguridad Social</title>
	<atom:link href="https://bidiss.ciess.org/tag/servicios-de-salud/feed/" rel="self" type="application/rss+xml" />
	<link>https://bidiss.ciess.org/tag/servicios-de-salud/</link>
	<description>Biblioteca Digital de Seguridad Social completar descripción</description>
	<lastBuildDate>Thu, 19 Jun 2025 17:36:55 +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>Servicios de salud archivos - Biblioteca Digital de Seguridad Social</title>
	<link>https://bidiss.ciess.org/tag/servicios-de-salud/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Prospectiva estratégica</title>
		<link>https://bidiss.ciess.org/bibliografias/prospectiva-estrategica/</link>
		
		<dc:creator><![CDATA[Ernesto Ramirez]]></dc:creator>
		<pubDate>Mon, 12 May 2025 21:32:34 +0000</pubDate>
				<category><![CDATA[Bibliografías especializadas]]></category>
		<category><![CDATA[Administración]]></category>
		<category><![CDATA[Prospectiva]]></category>
		<category><![CDATA[Sector público]]></category>
		<category><![CDATA[Sector salud]]></category>
		<category><![CDATA[Seguridad social]]></category>
		<category><![CDATA[Servicios de salud]]></category>
		<guid isPermaLink="false">https://bidiss.ciess.org/?p=24655</guid>

					<description><![CDATA[<p><img width="860" height="575" src="https://bidiss.ciess.org/wp-content/uploads/2025/05/Aplicacion-de-la-prospectiva-estrategica-en-la-seguridad-social-860x575.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" /></p>
<p>Bibliografías especializadas en el tema de inteligencia artificial en la seguridad social.</p>
<p>La entrada <a href="https://bidiss.ciess.org/bibliografias/prospectiva-estrategica/">Prospectiva estratégica</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="24655" class="elementor elementor-24655" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-2fc04be e-con-full e-flex e-con e-parent" data-id="2fc04be" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-59c5f1c elementor-widget__width-inherit elementor-widget elementor-widget-html" data-id="59c5f1c" 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;
        }

        @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/05/Aplicacion-de-la-prospectiva-estrategica-en-la-seguridad-social.jpg">
            <div class="slide-content">
                <p>Prospectiva estratégica</p>
            </div>
        </a>
        <a href="#" class="swiper-slide">
            <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2025/05/Aplicacion-de-la-prospectiva-estrategica-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-365cb16 e-con-full e-flex e-con e-parent" data-id="365cb16" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
		<div class="elementor-element elementor-element-9c65908 e-con-full e-flex e-con e-child" data-id="9c65908" data-element_type="container" data-e-type="container">
				</div>
		<div class="elementor-element elementor-element-3f33523 e-con-full e-flex e-con e-child" data-id="3f33523" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-f5e4a3a elementor-widget elementor-widget-image" data-id="f5e4a3a" 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_prospectiva_estrategica-r5pwcrfihjtpe89bjx42qt98mpw75vzcj37i69apds.png" title="bibliografias_prospectiva_estrategica" alt="bibliografias_prospectiva_estrategica" loading="lazy" />															</div>
				</div>
				<div class="elementor-element elementor-element-a4cd956 elementor-align-right elementor-widget elementor-widget-button" data-id="a4cd956" 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/05/2025.-Bibliografa-Aplicacin-de-la-prospectiva-estratgica-en-la-SS-1.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-dbda98d e-con-full e-flex e-con e-child" data-id="dbda98d" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-4a47d03 elementor-widget elementor-widget-html" data-id="4a47d03" 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>Si deseas especializarte en este tema, puedes inscribirte al diplomado <strong>"Aplicación de la prospectiva estratégica en la seguridad social"</strong>, que impartiremos en el Centro Interamericano de Estudios de Seguridad Social el próximo 10 de junio.</p>
</body>
</html>				</div>
				</div>
				<div class="elementor-element elementor-element-ec53872 elementor-align-right elementor-widget elementor-widget-button" data-id="ec53872" 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/diplomado-aplicacion-de-la-prospectiva-estrategica-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-a930290 e-con-full e-flex e-con e-child" data-id="a930290" 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">
					<!DOCTYPE html>
<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>
<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/05/bib-pub-01.png" alt="Libro 1">
      <div class="titulo">Pascual, G. (2025). <strong>Estudio y diseño de las organizaciones: Una aproximación reflexiva, crítica y metodológica desde una mirada conceptual sobre un modelo existente orientado al bienestar público</strong>. <i>Cuadernos de Coyuntura, 3(1), 9–22.</i> Universidad de Panamá.</div>
      
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2714" 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/05/bib-pub-02.png" alt="Libro 2">
      <div class="titulo">Erazo, José Javier, Muñoz, Sandy de la A. (2023).<strong> Auditoría del futuro, la prospectiva y la inteligencia artificial para anticipar riesgos en las organizaciones</strong>.  <i>Novasinergia, 6(1), 105-119.</i> Universidad Nacional de Chimborazo.</div>
      
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2157" 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/05/bib-pub-03.png" alt="Libro 3">
      <div class="titulo">Oficina de Planeamiento y Presupuesto (2017). <strong>Introducción a la Prospectiva - Síntesis metodológica.</strong> Presidencia de la República Oriental del Uruguay. Oficina de Planeamiento y Presupuesto.</div>
      
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2777" 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/05/bib-pub-04.png" alt="Libro 4">
      <div class="titulo">Ministerio de Planificación Nacional y Política Económica (2017). <strong>Prospectiva en salud 2045: Prevención y sostenibilidad financiera</strong>. MIDEPLAN.</div>

      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2778" 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/05/bib-pub-05.png" alt="Libro 5">
      <div class="titulo">Beinstein, Jorge (2016). <strong>Manual de Prospectiva: Guía para el diseño e Implementación de estudios prospectivos</strong>. Ministerio de Ciencia y Tecnología de Argentina.</div>
   
        <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2774" 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/05/bib-pub-06.png" alt="Libro 6">
      <div class="titulo">Ramírez, Berenice P.,  Ham Chande, R. (coordinadores) (2012). <strong>Encrucijadas, prospectivas y propuestas sobre la seguridad social en México</strong>. UNAM. El Colegio de la Frontera Norte. 413 p.</div>
      
      <a href="https://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=27469" 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/05/bib-pub-07.png" alt="Libro 1">
      <div class="titulo">Mera, Carlos W. (2012). <strong>Concepto, aplicación y modelo de prospectiva estratégica en la administración de las organizaciones</strong>. <i>Revista Estrategia Organizacional, 1(1), 25-30</i>. Universidad Nacional Abierta y a Distancia UNAD de Colombia.</div>
     
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2771" 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/05/bib-pub-08.png" alt="Libro 2">
      <div class="titulo">Godet, Michel (2007). <strong>Prospectiva Estratégica: problemas y métodos</strong>. Prospektiker.</div>
     
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2773" 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/05/bib-pub-09.png" alt="Libro 3">
      <div class="titulo">Uribe, Carlos A. (2008). <strong>¿Es predecible el futuro? Una mirada desde la propuesta de la prospectiva estratégica</strong>. <i>Academia y Virtualidad, 4(1), 61-72.</i> Universidad Militar Nueva Granada.</div>
     
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2772" 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/05/bib-pub-10.png" alt="Libro 4">
      <div class="titulo">Medina, Javier E., Ortegón, Edgar. (2006). <strong>Manual de prospectiva y decisión estratégica: bases teóricas e instrumentos para América Latina y el Caribe</strong>. Comisión Económica para América Latina y el Caribe.</div>

      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2775" 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/05/bib-pub-11.png" alt="Libro 5">
      <div class="titulo">Fajardo, Guillermo (2001). <strong>El Hospital: Su prospectiva general</strong>. Revista CIESS, (2), 37-46. Centro Interamericano de Estudios de Seguridad Social.</div>
 
        <a href="https://biblioteca.ciess.org/adiss/r125/el_hospital_su_prospectiva_general" 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/05/bib-pub-12.png" alt="Libro 6">
      <div class="titulo">Polanía, J. (2001). <strong>La prospectiva como una herramienta en la planeación estratégica por escenarios</strong>. <i>Entornos, 2(14), 79–83.</i> Universidad Surcolombiana.</div>

      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2770" 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/" class="elementor-post-info__terms-list-item">Administración</a>, <a href="https://bidiss.ciess.org/tag/prospectiva/" class="elementor-post-info__terms-list-item">Prospectiva</a>, <a href="https://bidiss.ciess.org/tag/sector-publico/" class="elementor-post-info__terms-list-item">Sector público</a>, <a href="https://bidiss.ciess.org/tag/sector-salud/" class="elementor-post-info__terms-list-item">Sector salud</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/servicios-de-salud/" class="elementor-post-info__terms-list-item">Servicios de salud</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-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 fetchpriority="high" 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>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/bibliografias/inteligencia-artificial-en-la-seguridad-social/" aria-label="Más información sobre Inteligencia artificial en la seguridad social" tabindex="-1" >
			Leer más »		</a>

				</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 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>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/bibliografias/seguridad-y-salud-en-el-trabajo/" aria-label="Más información sobre Seguridad y salud en el trabajo" tabindex="-1" >
			Leer más »		</a>

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

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

				</div>
				</article>
				</div>
		
						</div>
				</div>
					</div>
				</div>
				</div>
		<p>La entrada <a href="https://bidiss.ciess.org/bibliografias/prospectiva-estrategica/">Prospectiva estratégica</a> se publicó primero en <a href="https://bidiss.ciess.org">Biblioteca Digital de Seguridad Social</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Minusválido</title>
		<link>https://bidiss.ciess.org/glosario/minusvalido/</link>
		
		<dc:creator><![CDATA[Ernesto Ramirez]]></dc:creator>
		<pubDate>Wed, 29 Jan 2025 23:04:18 +0000</pubDate>
				<category><![CDATA[Condición de salud]]></category>
		<category><![CDATA[Glosario]]></category>
		<category><![CDATA[M]]></category>
		<category><![CDATA[Salud]]></category>
		<category><![CDATA[Administración hospitalaria]]></category>
		<category><![CDATA[Atención médica]]></category>
		<category><![CDATA[Seguridad social]]></category>
		<category><![CDATA[Servicios de salud]]></category>
		<guid isPermaLink="false">https://bidiss.ciess.org/?p=20311</guid>

					<description><![CDATA[<p>Es el individuo con reducción de su capacidad para desempeñar las actividades de la vida diaria en forma útil e independiente incluyendo el desempeño de su trabajo, como consecuencia de un impedimento.</p>
<p>La entrada <a href="https://bidiss.ciess.org/glosario/minusvalido/">Minusválido</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="20311" class="elementor elementor-20311" 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">Minusválido</h1>
Es el individuo con reducción de su capacidad para desempeñar las actividades de la vida diaria en forma útil e independiente incluyendo el desempeño de su trabajo, como consecuencia de un impedimento.								</div>
				</div>
				<div class="elementor-element elementor-element-ee8c15a elementor-widget elementor-widget-SimpleAudioPlayer" data-id="ee8c15a" data-element_type="widget" data-e-type="widget" data-widget_type="SimpleAudioPlayer.default">
				<div class="elementor-widget-container">
					
		<div class="skin_simple h5ap_standard_player" data-options='{"controls":["play","progress","current-time","duration","mute","volume","settings"],"seekTime":15}'>
			<audio controls id="bplayer_id" >
				<source src="https://bidiss.ciess.org/wp-content/uploads/2025/01/Minusvalido.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>
		<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-18235 post type-post status-publish format-standard hentry category-condicion-de-salud category-e category-glosario 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/estado-de-salud/" >
				Estado de salud			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-21499 post type-post status-publish format-standard hentry category-condicion-de-salud category-enfermedades category-glosario category-p 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/puerperio/" >
				Puerpério			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-17648 post type-post status-publish format-standard hentry category-condicion-de-salud category-e category-glosario category-salud-y-seguridad 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/enfermedad-de-trabajo/" >
				Enfermedad de trabajo			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-21484 post type-post status-publish format-standard hentry category-condicion-de-salud category-enfermedades category-equipo-y-material-sanitario category-glosario category-p 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/protesis/" >
				Prótesis			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-20450 post type-post status-publish format-standard hentry category-condicion-de-salud category-epidemiologia-salud-glosario category-glosario category-m 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/mortalidad-materna/" >
				Mortalidad materna			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-15901 post type-post status-publish format-standard hentry category-condicion-de-salud category-d category-glosario category-salud-y-seguridad 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/defuncion-fetal/" >
				Defunción fetal			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-19664 post type-post status-publish format-standard hentry category-condicion-de-salud category-enfermedades category-glosario category-i 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/invalido/" >
				Inválido			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-20311 post type-post status-publish format-standard hentry category-condicion-de-salud category-glosario category-m category-salud-glosario tag-administracion-hospitalaria tag-atencion-medica tag-salud tag-seguridad-social tag-servicios-de-salud">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/minusvalido/" >
				Minusválido			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-15888 post type-post status-publish format-standard hentry category-condicion-de-salud category-d category-glosario category-salud-y-seguridad 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/defuncion/" >
				Defunción			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-24068 post type-post status-publish format-standard hentry category-condicion-de-salud category-enfermedades category-glosario category-i 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/invalidez/" >
				Invalidez			</a>
		</h5>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-b49cd0d e-flex e-con-boxed e-con e-parent" data-id="b49cd0d" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-be48a5b elementor-widget elementor-widget-spacer" data-id="be48a5b" 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-8d02a2a e-flex e-con-boxed e-con e-parent" data-id="8d02a2a" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-b09950b elementor-widget elementor-widget-heading" data-id="b09950b" 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"><i class="fa-solid fa-mug-hot"></i> Tal vez pueda interesarte:</h1>				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-d5f81c5 e-flex e-con-boxed e-con e-parent" data-id="d5f81c5" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-9d5203a e-con-full e-flex e-con e-child" data-id="9d5203a" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-64baa05 elementor-widget elementor-widget-heading" data-id="64baa05" 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-acf906a elementor-grid-1 elementor-posts--thumbnail-left elementor-grid-tablet-1 elementor-grid-mobile-1 elementor-widget elementor-widget-posts" data-id="acf906a" 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-2141 post type-post status-publish format-standard has-post-thumbnail hentry category-aspectos-juridicos category-bienestar category-de-las-comisiones-americanas-de-seguridad-social category-derecho-a-la-seguridad-social category-derechos-humanos category-marco-legal-de-la-seguridad-social category-principios-de-la-seguridad-social category-proteccion-social category-publicaciones category-temas">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/la-seguridad-social-como-derecho-humano-un-medio-para-alcanzar-el-bienestar-y-la-dignidad-humana/" 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-00.png" class="attachment-medium_large size-medium_large wp-image-2143" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/NotaTecnica-CASS-00.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/NotaTecnica-CASS-00-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/NotaTecnica-CASS-00-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-como-derecho-humano-un-medio-para-alcanzar-el-bienestar-y-la-dignidad-humana/" >
				La seguridad social como derecho humano. Un medio para alcanzar el bienestar y la dignidad humana			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>El presente documento se divide en dos partes, en la primera se analiza el marco jurídico internacional que justifica la protección de los trabajadores ante una situación de riesgo, como		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-3636 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-2011-ninos-y-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="630" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/Informe-SS-2011.png" class="attachment-medium_large size-medium_large wp-image-3637" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Informe-SS-2011.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Informe-SS-2011-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Informe-SS-2011-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-2011-ninos-y-seguridad-social/" >
				Informe sobre la seguridad social en América 2011: Niños y seguridad social			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Este Informe sobre la Seguridad Social en América trata de la relación entre los ciclos económicos y la seguridad social. No está de más decir que ésta es la principal		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-3192 post type-post status-publish format-standard has-post-thumbnail hentry category-argentina category-editadas-por-la-secretaria-general category-inflacion category-montos-de-pension category-notas-tecnicas category-pensiones category-prevision-social category-proteccion-social category-publicaciones category-sistemas-de-pensiones category-temas tag-argentina tag-inflacion tag-monto-de-pensiones tag-pensiones tag-prevision-social tag-proteccion-social tag-seguridad-social tag-sistemas-de-pensiones">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/analisis-sobre-la-propuesta-de-modificacion-para-el-calculo-del-crecimiento-del-valor-de-las-pensiones-en-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/Nota-Tecnica-15.png" class="attachment-medium_large size-medium_large wp-image-3193" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Nota-Tecnica-15.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Nota-Tecnica-15-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Nota-Tecnica-15-580x838.png 580w" sizes="(max-width: 630px) 100vw, 630px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/analisis-sobre-la-propuesta-de-modificacion-para-el-calculo-del-crecimiento-del-valor-de-las-pensiones-en-argentina/" >
				Análisis sobre la propuesta de modificación para el cálculo del crecimiento del valor de las pensiones en Argentina			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Esta nota se divide en seis apartados. En el primero, explicamos el crecimiento y la volatilidad de la inflación en Argentina en los últimos años. Después, (2) la relación entre		</div>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-f5515e7 e-con-full e-flex e-con e-child" data-id="f5515e7" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-16ded49 elementor-widget elementor-widget-heading" data-id="16ded49" 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-fbd5543 elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="fbd5543" 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-13026 post type-post status-publish format-standard has-post-thumbnail hentry category-datos-estadisticos-monitor-de-recursos-de-informacion category-monitor-de-recursos-de-informacion category-trabajo-y-empleo-monitor-de-recursos-de-informacion tag-datos-demograficos tag-datos-economicos tag-datos-estadisticos tag-desarrollo-social tag-desempleo tag-empleo tag-graficas tag-mercado-de-trabajo tag-pobreza tag-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/cepalstat-informacion-estadistica-de-la-cepal/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="910" height="531" src="https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-cepalstat.png" class="attachment-full size-full wp-image-13027" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-cepalstat.png 910w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-cepalstat-300x175.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-cepalstat-768x448.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-cepalstat-580x338.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-cepalstat-860x502.png 860w" sizes="(max-width: 910px) 100vw, 910px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/cepalstat-informacion-estadistica-de-la-cepal/" >
				CEPALSTAT. Información estadística de la CEPAL			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Con el uso de esta gran herramienta, puede explorar proyecciones globales de la OIT acerca del empleo, crear sus gráficos y descargar sus datos con		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-13727 post type-post status-publish format-standard has-post-thumbnail hentry category-monitor-de-recursos-de-informacion category-uso-de-la-informacion tag-administracion-de-la-informacion tag-bases-de-datos tag-bibliotecologia tag-informacion-documental tag-normas-apa tag-sistemas-de-informacion tag-uso-de-fuentes-documentales tag-uso-de-la-informacion">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/zotero-un-excelente-gestor-de-referencias/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="910" height="531" src="https://bidiss.ciess.org/wp-content/uploads/2024/09/monitor-zotero.png" class="attachment-full size-full wp-image-13729" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/09/monitor-zotero.png 910w, https://bidiss.ciess.org/wp-content/uploads/2024/09/monitor-zotero-300x175.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/09/monitor-zotero-768x448.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/09/monitor-zotero-580x338.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/09/monitor-zotero-860x502.png 860w" sizes="(max-width: 910px) 100vw, 910px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/zotero-un-excelente-gestor-de-referencias/" >
				Zotero, un excelente gestor de referencias			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Cuando desarrollamos un trabajo académico o científico, es fundamental reconocer y citar adecuadamente las fuentes que utilizamos.</p>		</div>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-d6bad67 e-con-full e-flex e-con e-child" data-id="d6bad67" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-24b8f01 elementor-widget elementor-widget-heading" data-id="24b8f01" 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-86eadee elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="86eadee" 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-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-25158 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-administracion-de-la-seguridad-social tag-beneficios tag-cobertura tag-costos tag-financiacion tag-financiamiento tag-financiamiento-de-la-seguridad-social tag-finanzas tag-inversion tag-prestaciones tag-presupuestos tag-seguridad-social tag-sistema-de-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/inversion-de-fondos-de-pensiones-en-la-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="1920" height="1080" src="https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social.jpg" class="attachment-full size-full wp-image-25159" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social.jpg 1920w, https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social-300x169.jpg 300w, https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social-1024x576.jpg 1024w, https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social-768x432.jpg 768w, https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social-1536x864.jpg 1536w, https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social-580x326.jpg 580w, https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social-860x484.jpg 860w, https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social-1160x653.jpg 1160w, https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social-640x360.jpg 640w" sizes="(max-width: 1920px) 100vw, 1920px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/inversion-de-fondos-de-pensiones-en-la-seguridad-social/" >
				Inversión de fondos de pensiones en la seguridad social			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Bibliografía especializada en sistemas de financiación en la seguridad social.</p>
		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-22694 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-analisis-de-datos tag-aspectos-estadisticos tag-bienestar-social tag-modelos-de-regresion tag-regresiones tag-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/aplicacion-de-herramientas-estadisticas-para-el-analisis-de-datos-empiricos-en-la-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="1920" height="1080" src="https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada.jpg" class="attachment-full size-full wp-image-25998" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada.jpg 1920w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-300x169.jpg 300w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-1024x576.jpg 1024w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-768x432.jpg 768w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-1536x864.jpg 1536w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-580x326.jpg 580w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-860x484.jpg 860w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-1160x653.jpg 1160w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-640x360.jpg 640w" sizes="(max-width: 1920px) 100vw, 1920px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/aplicacion-de-herramientas-estadisticas-para-el-analisis-de-datos-empiricos-en-la-seguridad-social/" >
				Aplicación de herramientas estadísticas para el análisis de datos empíricos en la seguridad social			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Bibliografía especializada en abordaje del cuidado de la persona mayor desde la seguridad social</p>
		</div>
				</div>
				</article>
				</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/minusvalido/">Minusválido</a> se publicó primero en <a href="https://bidiss.ciess.org">Biblioteca Digital de Seguridad Social</a>.</p>
]]></content:encoded>
					
		
		<enclosure url="https://bidiss.ciess.org/wp-content/uploads/2025/01/Minusvalido.mp3?download=false" length="49868" type="audio/mpeg" />

			</item>
		<item>
		<title>Lactante</title>
		<link>https://bidiss.ciess.org/glosario/lactante/</link>
		
		<dc:creator><![CDATA[Ernesto Ramirez]]></dc:creator>
		<pubDate>Mon, 27 Jan 2025 17:48:44 +0000</pubDate>
				<category><![CDATA[Condición de salud]]></category>
		<category><![CDATA[Glosario]]></category>
		<category><![CDATA[L]]></category>
		<category><![CDATA[Salud]]></category>
		<category><![CDATA[Administración hospitalaria]]></category>
		<category><![CDATA[Atención médica]]></category>
		<category><![CDATA[Seguridad social]]></category>
		<category><![CDATA[Servicios de salud]]></category>
		<guid isPermaLink="false">https://bidiss.ciess.org/?p=19950</guid>

					<description><![CDATA[<p>Niño cuya edad está comprometida entre 43 días y 18 meses.</p>
<p>La entrada <a href="https://bidiss.ciess.org/glosario/lactante/">Lactante</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="19950" class="elementor elementor-19950" 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">Lactante</h1>
Niño cuya edad está comprometida entre 43 días y 18 meses.								</div>
				</div>
				<div class="elementor-element elementor-element-ee8c15a elementor-widget elementor-widget-SimpleAudioPlayer" data-id="ee8c15a" data-element_type="widget" data-e-type="widget" data-widget_type="SimpleAudioPlayer.default">
				<div class="elementor-widget-container">
					
		<div class="skin_simple h5ap_standard_player" data-options='{"controls":["play","progress","current-time","duration","mute","volume","settings"],"seekTime":15}'>
			<audio controls id="bplayer_id" >
				<source src="https://bidiss.ciess.org/wp-content/uploads/2025/01/Lactante.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>
		<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-24068 post type-post status-publish format-standard hentry category-condicion-de-salud category-enfermedades category-glosario category-i 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/invalidez/" >
				Invalidez			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-21499 post type-post status-publish format-standard hentry category-condicion-de-salud category-enfermedades category-glosario category-p 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/puerperio/" >
				Puerpério			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-21489 post type-post status-publish format-standard hentry category-condicion-de-salud category-enfermedades category-equipo-y-material-sanitario category-glosario category-p 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/protesis-dental/" >
				Prótesis dental			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-21484 post type-post status-publish format-standard hentry category-condicion-de-salud category-enfermedades category-equipo-y-material-sanitario category-glosario category-p 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/protesis/" >
				Prótesis			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-20690 post type-post status-publish format-standard hentry category-condicion-de-salud category-enfermedades category-glosario category-p 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/patologia/" >
				Patología			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-20685 post type-post status-publish format-standard hentry category-condicion-de-salud category-enfermedades category-glosario category-p 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/patogeno/" >
				Patógeno			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-20680 post type-post status-publish format-standard hentry category-condicion-de-salud category-enfermedades category-glosario category-p 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/parto/" >
				Parto			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-20475 post type-post status-publish format-standard hentry category-atencion-en-salud-salud-glosario category-condicion-de-salud category-glosario category-n 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/niveles-de-atencion-medica/" >
				Niveles de atención médica			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-20465 post type-post status-publish format-standard hentry category-condicion-de-salud category-enfermedades category-epidemiologia-salud-glosario category-glosario category-n 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/nivel-de-salud/" >
				Nivel de salud			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-20455 post type-post status-publish format-standard hentry category-condicion-de-salud category-epidemiologia-salud-glosario category-glosario category-m 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/mortalidad-perinatal/" >
				Mortalidad perinatal			</a>
		</h5>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-b49cd0d e-flex e-con-boxed e-con e-parent" data-id="b49cd0d" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-be48a5b elementor-widget elementor-widget-spacer" data-id="be48a5b" 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-8d02a2a e-flex e-con-boxed e-con e-parent" data-id="8d02a2a" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-b09950b elementor-widget elementor-widget-heading" data-id="b09950b" 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"><i class="fa-solid fa-mug-hot"></i> Tal vez pueda interesarte:</h1>				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-d5f81c5 e-flex e-con-boxed e-con e-parent" data-id="d5f81c5" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-9d5203a e-con-full e-flex e-con e-child" data-id="9d5203a" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-64baa05 elementor-widget elementor-widget-heading" data-id="64baa05" 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-acf906a elementor-grid-1 elementor-posts--thumbnail-left elementor-grid-tablet-1 elementor-grid-mobile-1 elementor-widget elementor-widget-posts" data-id="acf906a" 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-3198 post type-post status-publish format-standard has-post-thumbnail hentry category-agenda-2023 category-derecho-a-la-seguridad-social category-derechos-humanos category-editadas-por-la-secretaria-general category-migracion category-notas-tecnicas category-portabilidad-de-derechos category-prevision-social category-proteccion-social category-publicaciones category-temas tag-agenda-2030 tag-derecho-a-la-seguridad-social tag-derechos-humanos tag-migracion tag-portabilidad-de-derechos tag-proteccion-social tag-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/las-personas-migrantes-en-los-objetivos-de-desarrollo-sostenible/" 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-16.png" class="attachment-medium_large size-medium_large wp-image-3199" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Nota-Tecnica-16.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Nota-Tecnica-16-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Nota-Tecnica-16-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/las-personas-migrantes-en-los-objetivos-de-desarrollo-sostenible/" >
				Las personas migrantes en los Objetivos de Desarrollo Sostenible			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>En el marco del Día Internacional del Migrante, en la presente nota técnica se presenta un breve diagnóstico de la situación de las personas migrantes en las Américas en función		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-3233 post type-post status-publish format-standard has-post-thumbnail hentry category-convenios-internacionales category-derecho-a-la-seguridad-social category-derechos-humanos category-editadas-por-la-secretaria-general category-migracion category-migracion-irrecular category-notas-tecnicas category-proteccion-social category-publicaciones category-riesgos-sociales category-temas category-tratados-internacionales tag-america-latina tag-caribe tag-convenios-internacionales tag-derecho-a-la-seguridad-social tag-derechos-humanos tag-migracion tag-personas-migrantes tag-proteccion-social tag-riesgos-sociales tag-seguridad-social tag-tratados-internacionales">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/acceso-a-la-seguridad-social-de-las-personas-migrantes-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/Nota-Tecnica-20.png" class="attachment-medium_large size-medium_large wp-image-3234" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Nota-Tecnica-20.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Nota-Tecnica-20-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Nota-Tecnica-20-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/acceso-a-la-seguridad-social-de-las-personas-migrantes-en-america/" >
				Acceso a la seguridad social de las personas migrantes en América			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>La Conferencia Interamericana de Seguridad Social (CISS), desde sus primeras décadas, ha reconocido la importancia del tema. Por ejemplo, en su Resolución No. 35 Seguridad Social de los Trabajadores Migrantes,		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-2429 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-peru 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-un-ano-de-la-emergencia-el-caso-de-peru/" 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-08.png" class="attachment-medium_large size-medium_large wp-image-2432" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Cuadernos-Covid19-08.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Cuadernos-Covid19-08-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Cuadernos-Covid19-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/la-respuesta-de-los-sistemas-de-seguridad-social-americanos-a-la-pandemia-de-covid-19-balance-a-un-ano-de-la-emergencia-el-caso-de-peru/" >
				La respuesta de los sistemas de seguridad social americanos a la pandemia de covid-19: balance a un año de la emergencia: El caso de Perú			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>La pandemia de covid-19 ha representado la mayor crisis social, económica y sanitaria en la historia reciente de la humanidad y a partir de ello, la sociedad, junto con sus		</div>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-f5515e7 e-con-full e-flex e-con e-child" data-id="f5515e7" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-16ded49 elementor-widget elementor-widget-heading" data-id="16ded49" 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-fbd5543 elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="fbd5543" 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-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-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-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-d6bad67 e-con-full e-flex e-con e-child" data-id="d6bad67" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-24b8f01 elementor-widget elementor-widget-heading" data-id="24b8f01" 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-86eadee elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="86eadee" 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-14571 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-actuaria tag-aspectos-actuariales tag-calculos-actuariales tag-financiamiento-de-la-seguridad-social tag-modelos-matematicos tag-pensiones tag-riesgos-financieros tag-seguros-sociales">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/lenguaje-actuaria-en-la-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="650" height="366" src="https://bidiss.ciess.org/wp-content/uploads/2024/09/20-lenguaje-actuarial.png" class="attachment-full size-full wp-image-14579" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/09/20-lenguaje-actuarial.png 650w, https://bidiss.ciess.org/wp-content/uploads/2024/09/20-lenguaje-actuarial-300x169.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/09/20-lenguaje-actuarial-580x327.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/09/20-lenguaje-actuarial-640x360.png 640w" sizes="(max-width: 650px) 100vw, 650px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/lenguaje-actuaria-en-la-seguridad-social/" >
				Lenguaje actuarial en la seguridad social			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Bibliografía especializada en lenguaje actuarial en la seguridad social.</p>
		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-7964 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-america-latina tag-derechos-humanos tag-equidad tag-genero tag-igualdad-de-genero tag-migracion tag-mujeres tag-pensiones tag-prevision-social tag-seguridad-social tag-violencia-de-genero">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/igualdad-de-genero-y-no-discriminacion/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="1570" height="893" src="https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-igualdad-genero-bidiss.png" class="attachment-full size-full wp-image-7965" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-igualdad-genero-bidiss.png 1570w, https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-igualdad-genero-bidiss-300x171.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-igualdad-genero-bidiss-1024x582.png 1024w, https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-igualdad-genero-bidiss-768x437.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-igualdad-genero-bidiss-1536x874.png 1536w, https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-igualdad-genero-bidiss-580x330.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-igualdad-genero-bidiss-860x489.png 860w, https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-igualdad-genero-bidiss-1160x660.png 1160w" sizes="(max-width: 1570px) 100vw, 1570px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/igualdad-de-genero-y-no-discriminacion/" >
				Igualdad de género y no discriminación			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Bibliografía especializada en el tema de igualdad de género y no discriminación disponible en la Biblioteca Digital de Seguridad Social.</p>
		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-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>
				</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/lactante/">Lactante</a> se publicó primero en <a href="https://bidiss.ciess.org">Biblioteca Digital de Seguridad Social</a>.</p>
]]></content:encoded>
					
		
		<enclosure url="https://bidiss.ciess.org/wp-content/uploads/2025/01/Lactante.mp3?download=false" length="23852" type="audio/mpeg" />

			</item>
		<item>
		<title>Conceptos básicos de la seguridad social</title>
		<link>https://bidiss.ciess.org/bibliografias/conceptos-basicos-de-la-seguridad-social/</link>
		
		<dc:creator><![CDATA[Alan Flores]]></dc:creator>
		<pubDate>Mon, 20 Jan 2025 23:03:50 +0000</pubDate>
				<category><![CDATA[Bibliografías especializadas]]></category>
		<category><![CDATA[Marco conceptual]]></category>
		<category><![CDATA[Marco normativo]]></category>
		<category><![CDATA[Marco teórico]]></category>
		<category><![CDATA[Pensiones]]></category>
		<category><![CDATA[Política sociales]]></category>
		<category><![CDATA[Políticas sociales]]></category>
		<category><![CDATA[Prestaciones]]></category>
		<category><![CDATA[Protección social]]></category>
		<category><![CDATA[Riesgos de trabajo]]></category>
		<category><![CDATA[Riesgos del trabajo]]></category>
		<category><![CDATA[Seguridad social]]></category>
		<category><![CDATA[Seguridad y salud ocupacional]]></category>
		<category><![CDATA[Seguros sociales]]></category>
		<category><![CDATA[Servicios de salud]]></category>
		<category><![CDATA[Sistemas de salud]]></category>
		<guid isPermaLink="false">https://bidiss.ciess.org/?p=19184</guid>

					<description><![CDATA[<p><img width="860" height="575" src="https://bidiss.ciess.org/wp-content/uploads/2025/01/Conceptos-Basicos-de-la-Seguridad-Social-1-1-860x575.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" /></p>
<p>Bibliografía especializada en servicios al cliente en instituciones de seguridad social</p>
<p>La entrada <a href="https://bidiss.ciess.org/bibliografias/conceptos-basicos-de-la-seguridad-social/">Conceptos básicos de 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="19184" class="elementor elementor-19184" 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: #0f383bb0;
            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: #0f383bb0;
        }
        @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/01/Conceptos-Basicos-de-la-Seguridad-Social-1-1.jpg">
            <div class="slide-content">
                <p>Conceptos básicos de la seguridad social</p>
            </div>
        </a>
        <a href="#" class="swiper-slide">
            <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2025/01/Conceptos-Basicos-de-la-Seguridad-Social-1-1.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/bibliografia_seg_soc_integral-qup6s6e7t5lmnoc03jw7tdzzy3od8pdpb9jaucqhog.png" title="bibliografia_seg_soc_integral" alt="bibliografia_seg_soc_integral" 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/2024/09/2024.-Bibliografa-Seguridad-social-integral.-Comprensin-holstica.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>Si deseas especializarte en este tema, puedes inscribirte al curso <strong>"Conceptos básicos de la seguridad social"</strong>, que impartiremos en el Centro Interamericano de Estudios de Seguridad Social. Disponible a partir del mes de julio de 2025</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-conceptos-basicos-de-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">
					<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;
            color: #0f383b;
            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 #0f383b;
            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: #0f383b;
            color: #ffffff;
            text-decoration: none;
        }
        .registro-boton-active:hover {
            color: #3675AB;
            background-color: #ffffff;
            border-color: #3675AB;
        }
        
        .sstodos p {
  font-size: 22px;
  font-weight: 800;
  color: #1E7E80;
 text-align: center; 
 padding-left: 30px;
}
        
        @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/01/pub-01-2.png" alt="Libro 1">
      <div class="titulo">Silva, L. N. (2024). <strong>La relevancia de la ciencia actuarial en la seguridad social</strong>. <i>En: La actuaría en la seguridad social</i>. Conferencia Interamericana de Seguridad Social.</div>
      <a href="https://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=34523" 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/01/pub-02-1.png" alt="Libro 2">
      <div class="titulo"> Mendizábal, G. (2024). <strong>Seguridad social y el ingreso mínimo en México como fundamento para una vida digna</strong>.Revista Latinoamericana de Derecho Social.</div>
      <a href="https://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=31582" 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/01/pub-03-1.png" alt="Libro 3">
      <div class="titulo">Organización Internacional del Trabajo (2023). <strong>Derecho a la seguridad social en las constituciones del mundo. Ampliando el espacio moral y legal para la justicia social</strong>. OIT.</div>
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2239" 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/01/pub-04-1.png" alt="Libro 4">
      <div class="titulo"> Asociación Internacional de la Seguridad Social. (2022). <strong>Prioridades para la seguridad social: Tendencias, desafíos y solucionesa</strong>. AISS.</div>
      <a href="https://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=33333" 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/01/pub-05-1.png" alt="Libro 5">
      <div class="titulo"> Bianciotto, O. (2020). <strong>Bases dogmáticas del sistema de seguridad social argentino</strong>. Revista de la Facultad de Derecho de México, 70(277-1), 163-194.</strong>.</div>
      <a href="https://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=29375" 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/01/pub-06-1.png" alt="Libro 6">
      <div class="titulo"> Arrieta, A. (2016). <strong>Seguro de salud y principio contributivo de la seguridad social en los Estados Unidos de América</strong>. Revista Latinoamericana de Derecho Social.</strong></div>
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=1718" 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/01/pub-07-1.png" alt="Libro 7">
      <div class="titulo">Kurczyn, P., Sánchez, A. (2012). <strong>Condiciones de trabajo y seguridad social</strong>.  UNAM. Instituto de Investigaciones Jurídicas.</div>
      <a href="https://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=31844" 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/01/pub-08-1.png" alt="Libro 8">
      <div class="titulo">Ruezga, A. (2009).<strong>La seguridad social como sistema</strong>. CIESS.
</div>
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=1743" 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/01/pub-09-1.png" alt="Libro 9">
      <div class="titulo"> Fernández, M. A., Marasco, N. I. (2009).<strong >La solidaridad en la seguridad social. Hacia una ciudadanía social. Breviarios de la seguridad social</strong>. CIESS</div>
      <a href="https://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=29239" 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/01/pub-10-1.png" alt="Libro 10">
      <div class="titulo"> Ruezga, A. (2005). <strong>Seguridad social: Una visión latinoamericana.</strong> Centro Interamericano de Estudios de Seguridad Social.</div>
      <a href="https://biblioteca.ciess.org/adiss/r2194/los_sistemas_de_informacin_sobre_seguridad_social_en_las_amricas" 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/01/pub-11-1.png" alt="Libro 11">
      <div class="titulo" <strong>Bohórquez, A. (Coord.). (1999).<strong>Salud en el trabajo</strong>  . Conferencia Interamericana de Seguridad Social.
                </div>
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2517" 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/01/pub-12-1.png" alt="Libro 12">
      <div class="titulo">Henao, F. (1992) <strong>El concepto de seguridad social. </strong>. Revista Facultad Nacional de Salud Pública, 12(1) 10-13. Universidad de Antioquia..</div>
      <a href="https://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=29125" 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/01/pub-13-1.png" alt="Libro 13">
      <div class="titulo">Miranda, G. (1988).<strong> El desarrollo y la seguridad social.</strong> Conmemoración del XXV Aniversario del Centro Interamericano de Estudios de Seguridad Social. CIESS, CCSS.</div>
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=1482" 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/01/pub-14-1.png" alt="Libro 14">
      <div class="titulo">Díaz, F., Garcíacastillo, R., Gutiérrez, S. E., et al. (1984). <strong>Marco conceptual de la seguridad social. </strong>Centro Interamericano de Estudios de Seguridad Social.</div>
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=130" 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/01/pub-15-1.png" alt="Libro 15">
      <div class="titulo">Conferencia Interamericana de Seguridad Social (1960).  <strong>Declaración de principios de la seguridad social americana. </strong>CISS.</div>
      <a href="https://biblioteca.ciess.org/adiss/r47/la_seguridad_social_como_sistema" 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/01/pub-16-1.png" alt="Libro 16">
      <div class="titulo">Gallas, J. (1952). <strong>La seguridad social en las democracias populares.</strong> Seguridad Social, 5(1), 5-50.</div>
      <a href="https://biblioteca.ciess.org/adiss/r48/la_solidaridad_en_la_seguridad_social_hacia_una_ciudadana_social" 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>

    <div class="sstodos"> 
    <p>Coleccion: Seguridad social para todos</p><br>
    </div>
  <div class="bibliografia">
      <div class="ficha">
      <img decoding="async" src=" https://bidiss.ciess.org/wp-content/uploads/2025/01/pub-18-1.png" alt="Libro 17">
      <div class="titulo">Centro Interamericano de Estudios de Seguridad Social. (2011).<strong>Seguridad social para todos.</strong> CIESS.</div>
      <a href="https://biblioteca.ciess.org/adiss/r48/la_solidaridad_en_la_seguridad_social_hacia_una_ciudadana_social" 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/01/pub-19-1.png" alt="Libro 18">
      <div class="titulo"> Centro Interamericano de Estudios de Seguridad Social. (2011). <strong>Persona y sociedad: el papel de la protección social .</strong> CIESS.</div>
      <a href="https://biblioteca.ciess.org/adiss/r48/la_solidaridad_en_la_seguridad_social_hacia_una_ciudadana_social" 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/01/pub-20-1.png" alt="Libro 17">
      <div class="titulo">Centro Interamericano de Estudios de Seguridad Social. (2011).<strong> Responsabilidad del Estado.</strong> CIESS.</div>
      <a href="https://biblioteca.ciess.org/adiss/r48/la_solidaridad_en_la_seguridad_social_hacia_una_ciudadana_social" 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/01/pub-21-1.png" alt="Libro 17">
      <div class="titulo">Centro Interamericano de Estudios de Seguridad Social. (2011). <strong>Trabajo.</strong> CIESS.</div>
      <a href="https://biblioteca.ciess.org/adiss/r48/la_solidaridad_en_la_seguridad_social_hacia_una_ciudadana_social" 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/01/pub-22-1.png" alt="Libro 17">
      <div class="titulo">Centro Interamericano de Estudios de Seguridad Social. (2011). <strong>Valores y principios.</strong> CIESS.</div>
      <a href="https://biblioteca.ciess.org/adiss/r48/la_solidaridad_en_la_seguridad_social_hacia_una_ciudadana_social" 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/01/pub-23-1.png" alt="Libro 17">
      <div class="titulo">Centro Interamericano de Estudios de Seguridad Social. (2011). <strong>Vida comunitaria: derechos y obligaciones de las personas. </strong> CIESS.</div>
      <a href="https://biblioteca.ciess.org/adiss/r48/la_solidaridad_en_la_seguridad_social_hacia_una_ciudadana_social" 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>
				</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/marco-conceptual/" class="elementor-post-info__terms-list-item">Marco conceptual</a>, <a href="https://bidiss.ciess.org/tag/marco-normativo/" class="elementor-post-info__terms-list-item">Marco normativo</a>, <a href="https://bidiss.ciess.org/tag/marco-teorico/" class="elementor-post-info__terms-list-item">Marco teórico</a>, <a href="https://bidiss.ciess.org/tag/pensiones/" class="elementor-post-info__terms-list-item">Pensiones</a>, <a href="https://bidiss.ciess.org/tag/politica-sociales/" class="elementor-post-info__terms-list-item">Política sociales</a>, <a href="https://bidiss.ciess.org/tag/politicas-sociales/" class="elementor-post-info__terms-list-item">Políticas sociales</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/proteccion-social/" class="elementor-post-info__terms-list-item">Protección social</a>, <a href="https://bidiss.ciess.org/tag/riesgos-de-trabajo/" class="elementor-post-info__terms-list-item">Riesgos de trabajo</a>, <a href="https://bidiss.ciess.org/tag/riesgos-del-trabajo/" class="elementor-post-info__terms-list-item">Riesgos del trabajo</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/seguridad-y-salud-ocupacional/" class="elementor-post-info__terms-list-item">Seguridad y salud ocupacional</a>, <a href="https://bidiss.ciess.org/tag/seguros-sociales/" class="elementor-post-info__terms-list-item">Seguros sociales</a>, <a href="https://bidiss.ciess.org/tag/servicios-de-salud/" class="elementor-post-info__terms-list-item">Servicios de salud</a>, <a href="https://bidiss.ciess.org/tag/sistemas-de-salud/" class="elementor-post-info__terms-list-item">Sistemas de salud</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-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 fetchpriority="high" 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>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/bibliografias/inteligencia-artificial-en-la-seguridad-social/" aria-label="Más información sobre Inteligencia artificial en la seguridad social" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-24655 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-administracion tag-prospectiva 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/prospectiva-estrategica/" 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/05/Aplicacion-de-la-prospectiva-estrategica-en-la-seguridad-social.jpg" class="attachment-full size-full wp-image-24656" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2025/05/Aplicacion-de-la-prospectiva-estrategica-en-la-seguridad-social.jpg 1920w, https://bidiss.ciess.org/wp-content/uploads/2025/05/Aplicacion-de-la-prospectiva-estrategica-en-la-seguridad-social-300x169.jpg 300w, https://bidiss.ciess.org/wp-content/uploads/2025/05/Aplicacion-de-la-prospectiva-estrategica-en-la-seguridad-social-1024x576.jpg 1024w, https://bidiss.ciess.org/wp-content/uploads/2025/05/Aplicacion-de-la-prospectiva-estrategica-en-la-seguridad-social-768x432.jpg 768w, https://bidiss.ciess.org/wp-content/uploads/2025/05/Aplicacion-de-la-prospectiva-estrategica-en-la-seguridad-social-1536x864.jpg 1536w, https://bidiss.ciess.org/wp-content/uploads/2025/05/Aplicacion-de-la-prospectiva-estrategica-en-la-seguridad-social-580x326.jpg 580w, https://bidiss.ciess.org/wp-content/uploads/2025/05/Aplicacion-de-la-prospectiva-estrategica-en-la-seguridad-social-860x484.jpg 860w, https://bidiss.ciess.org/wp-content/uploads/2025/05/Aplicacion-de-la-prospectiva-estrategica-en-la-seguridad-social-1160x653.jpg 1160w, https://bidiss.ciess.org/wp-content/uploads/2025/05/Aplicacion-de-la-prospectiva-estrategica-en-la-seguridad-social-640x360.jpg 640w" sizes="(max-width: 1920px) 100vw, 1920px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/prospectiva-estrategica/" >
				Prospectiva estratégica			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/bibliografias/prospectiva-estrategica/" aria-label="Más información sobre Prospectiva estratégica" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-8266 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-actuaria tag-aspectos-actuariales tag-calculos-actuariales tag-financiamiento-de-la-seguridad-social tag-modelos-matematicos tag-pensiones tag-riesgos-financieros tag-seguros-sociales">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/actuaria-para-el-aseguramiento-con-enfasis-en-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="1180" height="664" src="https://bidiss.ciess.org/wp-content/uploads/2024/03/header_mail_actuaria_enfasis_ss-9.png" class="attachment-full size-full wp-image-25421" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/03/header_mail_actuaria_enfasis_ss-9.png 1180w, https://bidiss.ciess.org/wp-content/uploads/2024/03/header_mail_actuaria_enfasis_ss-9-300x169.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/03/header_mail_actuaria_enfasis_ss-9-1024x576.png 1024w, https://bidiss.ciess.org/wp-content/uploads/2024/03/header_mail_actuaria_enfasis_ss-9-768x432.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/03/header_mail_actuaria_enfasis_ss-9-580x326.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/03/header_mail_actuaria_enfasis_ss-9-860x484.png 860w, https://bidiss.ciess.org/wp-content/uploads/2024/03/header_mail_actuaria_enfasis_ss-9-1160x653.png 1160w, https://bidiss.ciess.org/wp-content/uploads/2024/03/header_mail_actuaria_enfasis_ss-9-640x360.png 640w" sizes="(max-width: 1180px) 100vw, 1180px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/actuaria-para-el-aseguramiento-con-enfasis-en-seguridad-social/" >
				Actuaría con énfasis en seguridad social			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/bibliografias/actuaria-para-el-aseguramiento-con-enfasis-en-seguridad-social/" aria-label="Más información sobre Actuaría con énfasis en seguridad social" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-22694 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-analisis-de-datos tag-aspectos-estadisticos tag-bienestar-social tag-modelos-de-regresion tag-regresiones tag-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/aplicacion-de-herramientas-estadisticas-para-el-analisis-de-datos-empiricos-en-la-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="1920" height="1080" src="https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada.jpg" class="attachment-full size-full wp-image-25998" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada.jpg 1920w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-300x169.jpg 300w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-1024x576.jpg 1024w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-768x432.jpg 768w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-1536x864.jpg 1536w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-580x326.jpg 580w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-860x484.jpg 860w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-1160x653.jpg 1160w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-640x360.jpg 640w" sizes="(max-width: 1920px) 100vw, 1920px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/aplicacion-de-herramientas-estadisticas-para-el-analisis-de-datos-empiricos-en-la-seguridad-social/" >
				Aplicación de herramientas estadísticas para el análisis de datos empíricos en la seguridad social			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/bibliografias/aplicacion-de-herramientas-estadisticas-para-el-analisis-de-datos-empiricos-en-la-seguridad-social/" aria-label="Más información sobre Aplicación de herramientas estadísticas para el análisis de datos empíricos en la seguridad social" tabindex="-1" >
			Leer más »		</a>

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

					<description><![CDATA[<p><img width="860" height="575" src="https://bidiss.ciess.org/wp-content/uploads/2025/06/Seguridad-Social-integral-1-860x575.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" /></p>
<p>Bibliografía especializada en servicios al cliente en instituciones de seguridad social</p>
<p>La entrada <a href="https://bidiss.ciess.org/bibliografias/seguridad-social-integral/">Seguridad social integral</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="16520" class="elementor elementor-16520" 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: #0f383bb0;
            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: #0f383bb0;
        }
        @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/06/Seguridad-Social-integral-1.jpg">
            <div class="slide-content">
                <p>Seguridad social integral</p>
            </div>
        </a>
        <a href="#" class="swiper-slide">
            <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2025/06/Seguridad-Social-integral-1.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_ssi_holistica-r7i9i4g0ddwk31vxr173c8crm6c5804hop078vjkzk.png" title="bibliografias_ssi_holistica" alt="bibliografias_ssi_holistica" 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/06/2025.-Bibliografa-Seguridad-social-integral.-Comprensin-holtisca.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>Especialízate en este tema. Inscríbete al diplomado <strong>"Seguridad social integral. Una comprensión holística de la protección social"</strong>, que impartiremos en el Centro Interamericano de Estudios de Seguridad Social del 7 de julio al 24 de noviembre de 2025.</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/diplomado-seguridad-social-integral-una-comprension-holistica-de-la-proteccion-a-las-personas-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">
					<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;
            color: #0f383b;
            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 #0f383b;
            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: #0f383b;
            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/2024/09/pub-01a.png" alt="Libro 1">
      <div class="titulo">Ramírez, M. A., Cuchcatla, C. (2024). <strong>Análisis comparado de los sistemas de seguridad social del continente americano: el Índice de Universalización de la Seguridad Social</strong>. Conferencia Interamericana de Seguridad Social.</div>
      <a href="https://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=33159" 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/06/img-01.png" alt="Libro 2">
      <div class="titulo">Méndez, J. D. (2024). <strong>Trabajo seguro y saludable</strong>. <i>Breviarios CASS</i>. Conferencia Interamericana de Seguridad Social. Comisión Americana de Prevención de Riesgos en el Trabajo.</div>
      <a href="https://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=34528" 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/06/img-02.png" alt="Libro 3">
      <div class="titulo">Luis Alberto Torres y Sandro José Jácome [editores] (2024). <strong>Pensiones en el contexto latinoamericano: Una exploración regional del derecho pensional</strong>. Sociedad Colombiana de Derecho del Trabajo y de la Seguridad Social.</div>
      <a href="https://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=34742" 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/06/img-03.png" alt="Libro 4">
      <div class="titulo">OPS (2024). <strong>Avances hacia la salud universal en la Región de las Américas: abordar las necesidades insatisfechas de atención de salud, las brechas en la cobertura y la falta de protección financiera mediante la atención primaria de salud</strong>. OPS</div>
      <a href="https://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=34713" 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/06/img-04.png" alt="Libro 5">
      <div class="titulo">Alonso, M. del P., Buzzi, A. M., Cardona, Luz A., [et al.] (2024). <strong>La actuaría en la seguridad social</strong>. Conferencia Interamericana de Seguridad Social.</div>
      <a href="https://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=34523" 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/06/img-05.png" alt="Libro 6">
      <div class="titulo">Francisco Hernández, José Noé Rizo [coordinadores]. (2024). <strong>Antología de la calidad de la atención a la salud en México</strong>. CISS. UNAM.</div>
      <a href="https://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=34656" 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/09/pub-02a.png" alt="Libro 7">
      <div class="titulo">Lara, C. (2023). <strong>Panorama y desafíos de la seguridad social en América Latina</strong>. Consejo Latinoamericano de Ciencias Sociales.</div>
      <a href="https://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=31582" 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/06/img-06.png" alt="Libro 8">
      <div class="titulo">Organización Panamericana de la Salud (2023). Evaluación del desempeño de los sistemas de salud: Un marco para el análisis de políticas. Organización Panamericana de la Salud.</div>
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2229" 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/09/pub-03a.png" alt="Libro 9">
      <div class="titulo">Organización Internacional del Trabajo (2023). <strong>Derecho a la seguridad social en las constituciones del mundo. Ampliando el espacio moral y legal para la justicia social</strong>. OIT.</div>
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2239" 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/06/img-07.png" alt="Libro 10">
      <div class="titulo">Calligaro, F. Cetrángolo, O. (2023). <strong>El financiamiento de la protección social universal: la relevancia y el impacto de las cotizaciones a la seguridad social sobre el mercado laboral</strong>. OIT.</div>
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2240" 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/06/img-08.png" alt="Libro 11">
      <div class="titulo">Asociación Internacional de la Seguridad Social (2023).<strong> Desarrollos y tendencias en la seguridad social – Américas 2023</strong>. AISS</div>
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2050" 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/09/pub-04a.png" alt="Libro 12">
      <div class="titulo">Badilla, J. M. (2023). <strong>Fortalecimiento de los sistemas de pensiones con la seguridad social y la sostenibilidad en el centro: elementos para la discusión de reformas previsionales en América Latina a partir de la experiencia</strong>. CEPAL</div>
      <a href="https://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=33333" 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/06/img-18.png" alt="Libro 13">
      <div class="titulo">García, J., Hernández, A., Terán, D. (2022). <strong>La seguridad social como derecho humano, un medio para alcanzar el bienestar y la dignidad humana</strong>. Centro Interamericano de Estudios de Seguridad Social.</div>
      <a href="https://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=29375" 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/09/pub-06a.png" alt="Libro 14">
      <div class="titulo">OIT, (2021). <strong>Mecanismos de protección frente al desempleo: Aportes de la academia y proceso de diálogo social. Principales elementos para la discusión</strong>. Organización Internacional del Trabajo.</div>
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=1718" 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/09/pub-07a.png" alt="Libro 15">
      <div class="titulo">Organización Internacional del Trabajo (2021). <strong>Informe Mundial sobre la Protección Social 2020–2022: la protección social en la encrucijada: en busca de un futuro mejor</strong>. OIT.</div>
      <a href="https://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=31844" 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/09/pub-08a.png" alt="Libro 16">
      <div class="titulo">Organización Internacional del Trabajo (2021). <strong>Guía rápida sobre fuentes y usos de estadísticas sobre seguridad y salud en el trabajo</strong>. OIT.
</div>
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=1743" 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/06/img-09.png" alt="Libro 17">
      <div class="titulo">Mesa-Lago, C. (2020). <strong>Evaluación de cuatro décadas de privatización de pensiones en América Latina (1980-2020): Promesas y realidades</strong>. Fundación Friedrich Ebert.</div>
      <a href="https://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=28927" 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/06/img-10.png" alt="Libro 18">
      <div class="titulo">Contreras, C. (2020). <strong>Modelo deseable para un sistema de pensiones igualitario, justo y sostenible</strong>. <i>Cuadernos de políticas para el bienestar; 10</i>. CISS.</div>
      <a href="https://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=28901" 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/09/pub-09a.png" alt="Libro 19">
      <div class="titulo">Báscolo, E. (2020).<strong> Seguridad social en Centroamérica y República Dominicana: situación actual y desafíos</strong>. Consejo de Instituciones de Seguridad Social de Centroamérica y República Dominicana.</div>
      <a href="https://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=29239" 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/09/pub-10a.png" alt="Libro 20">
      <div class="titulo">Cuchcatla, C., Escalante, N., Rodríguez, Y. (2020). <strong>Los sistemas de información sobre seguridad social en las Américas</strong>. Documentos de Trabajo; 5. Conferencia Interamericana de Seguridad Social.</div>
      <a href="https://biblioteca.ciess.org/adiss/r2194/los_sistemas_de_informacin_sobre_seguridad_social_en_las_amricas" 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/09/pub-11a.png" alt="Libro 21">
      <div class="titulo">Alves, G., Álvarez, F., Brassiolo, P. (2020). <strong>Los sistemas de pensiones y salud en América Latina: los desafíos del envejecimiento, el cambio tecnológico y la informalidad</strong>. Banco de Desarrollo de América Latina.</div>
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2517" 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/06/img-11.png" alt="Libro 22">
      <div class="titulo">Abramo, L., Cecchini, S., Morales, B. (2019). <strong>Programas sociales, superación de la pobreza e inclusión laboral. Aprendizajes desde América Latina y el Caribe</strong>. CEPAL</div>
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=1471" 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/09/pub-12a.png" alt="Libro 23">
      <div class="titulo">Panizo, J. A. (2018). <strong>La Seguridad Social en las Constituciones Iberoamericanas</strong>. Organización Iberoamericana de Seguridad Social (OISS) Agencia Española de Cooperación Internacional para el Desarrollo (AECID).</div>
      <a href="https://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=29125" 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/09/pub-13a.png" alt="Libro 24">
      <div class="titulo">Carlens, G. (2016).<strong> Herramienta de idoneidad de las prestaciones de desempleo: Manual de usuario</strong>. Asociación Internacional de la Seguridad Social.</div>
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=1482" 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/06/img-12.png" alt="Libro 25">
      <div class="titulo">Horis Del Prete, S. (2016). <strong>Sistemas de salud comparados. Entre reformas y encrucijadas</strong>. Centro Interamericano de Estudios de Seguridad Social.</div>
      <a href="https://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=28068" 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/06/img-13.png" alt="Libro 26">
      <div class="titulo">Oficina Internacional del Trabajo (2014). <strong>La prevención del estrés en el trabajo: lista de puntos de comprobación</strong>. OIT.</div>
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=1275" 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/06/img-14.png" alt="Libro 27">
      <div class="titulo">Giacometti, C., Pautassi, L. (2014). <strong>Infancia y (des)protección social: un análisis comparado en cinco países latinoamericanos</strong>. Comisión Económica para América Latina y el Caribe.</div>
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=340" 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/06/img-15.png" alt="Libro 28">
      <div class="titulo">Konkolewsky, H. (2012). <strong>Los actuarios, actores clave para sistemas de seguridad social sostenibles</strong>. <i>Perspectivas de Política Social, (24)</i>. AISS</div>
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=510" 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/09/pub-14a.png" alt="Libro 29">
      <div class="titulo">Organización Internacional del Trabajo (2010). <strong>Seguridad social para todos. Establecimiento de pisos de protección social y de sistemas integrales de seguridad social</strong>. OIT.</div>
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=130" 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/09/pub-15a.png" alt="Libro 30">
      <div class="titulo">Ruezga, A. (2009). <strong>La seguridad social como sistema</strong>. Breviarios de Seguridad Social; Debate. Centro Interamericano de Estudios de Seguridad Social.</div>
      <a href="https://biblioteca.ciess.org/adiss/r47/la_seguridad_social_como_sistema" 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/09/pub-16a.png" alt="Libro 31">
      <div class="titulo">Fernández, M. A., Marasco, N. I (2009). <strong>La solidaridad en la seguridad social. Hacia una ciudadanía social</strong>. Breviarios de Seguridad Social; Debate. Centro Interamericano de Estudios de Seguridad Social.</div>
      <a href="https://biblioteca.ciess.org/adiss/r48/la_solidaridad_en_la_seguridad_social_hacia_una_ciudadana_social" 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/06/img-16.png" alt="Libro 32">
      <div class="titulo">Comisión Económica para América Latina y el Caribe (2006). <strong>La protección social de cara al futuro: Acceso, financiamiento y solidaridad</strong>. CEPAL.</div>
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=327" 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/06/img-17.png" alt="Libro 32">
      <div class="titulo">Ruezga, A. (2005). <strong>Seguridad social: Una visión latinoamericana</strong>. Centro Interamericano de Estudios de Seguridad Social.</div>
      <a href="https://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=26806" 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/pensiones/" class="elementor-post-info__terms-list-item">Pensiones</a>, <a href="https://bidiss.ciess.org/tag/politicas-sociales/" class="elementor-post-info__terms-list-item">Políticas sociales</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/proteccion-social/" class="elementor-post-info__terms-list-item">Protección social</a>, <a href="https://bidiss.ciess.org/tag/riesgos-del-trabajo/" class="elementor-post-info__terms-list-item">Riesgos del trabajo</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/seguridad-y-salud-ocupacional/" class="elementor-post-info__terms-list-item">Seguridad y salud ocupacional</a>, <a href="https://bidiss.ciess.org/tag/seguros-sociales/" class="elementor-post-info__terms-list-item">Seguros sociales</a>, <a href="https://bidiss.ciess.org/tag/servicios-de-salud/" class="elementor-post-info__terms-list-item">Servicios de salud</a>, <a href="https://bidiss.ciess.org/tag/sistemas-de-salud/" class="elementor-post-info__terms-list-item">Sistemas de salud</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-16852 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-adulto-mayor tag-bienestar-social tag-cobertura tag-derecho-a-la-seguridad-social tag-envejecimiento-poblacional tag-pobreza tag-proteccion-social tag-seguridad-social tag-vejez">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/abordaje-del-cuidado-de-la-persona-mayor-desde-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="650" height="366" src="https://bidiss.ciess.org/wp-content/uploads/2024/09/17-abordaje-cuidado-persona-mayor.png" class="attachment-full size-full wp-image-16853" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/09/17-abordaje-cuidado-persona-mayor.png 650w, https://bidiss.ciess.org/wp-content/uploads/2024/09/17-abordaje-cuidado-persona-mayor-300x169.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/09/17-abordaje-cuidado-persona-mayor-580x327.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/09/17-abordaje-cuidado-persona-mayor-640x360.png 640w" sizes="(max-width: 650px) 100vw, 650px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/abordaje-del-cuidado-de-la-persona-mayor-desde-seguridad-social/" >
				Abordaje del cuidado de la persona mayor desde seguridad social			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/bibliografias/abordaje-del-cuidado-de-la-persona-mayor-desde-seguridad-social/" aria-label="Más información sobre Abordaje del cuidado de la persona mayor desde seguridad social" tabindex="-1" >
			Leer más »		</a>

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

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-16144 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-atencion-al-cliente tag-calidad-de-los-servicios tag-seguridad-social tag-seguros-sociales tag-servicios-de-salud">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/servicio-al-cliente-en-instituciones-de-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="650" height="366" src="https://bidiss.ciess.org/wp-content/uploads/2024/09/09-servicio-cliente-intstituciones.png" class="attachment-full size-full wp-image-16145" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/09/09-servicio-cliente-intstituciones.png 650w, https://bidiss.ciess.org/wp-content/uploads/2024/09/09-servicio-cliente-intstituciones-300x169.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/09/09-servicio-cliente-intstituciones-580x327.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/09/09-servicio-cliente-intstituciones-640x360.png 640w" sizes="(max-width: 650px) 100vw, 650px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/servicio-al-cliente-en-instituciones-de-seguridad-social/" >
				Servicio al cliente en instituciones de seguridad social			</a>
		</h3>
		
		<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-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>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/bibliografias/sistemas-integrales-de-cuidados/" aria-label="Más información sobre Sistemas integrales de cuidados" 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/seguridad-social-integral/">Seguridad social integral</a> se publicó primero en <a href="https://bidiss.ciess.org">Biblioteca Digital de Seguridad Social</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Servicio al cliente en instituciones de seguridad social</title>
		<link>https://bidiss.ciess.org/bibliografias/servicio-al-cliente-en-instituciones-de-seguridad-social/</link>
		
		<dc:creator><![CDATA[Ernesto Ramirez]]></dc:creator>
		<pubDate>Mon, 23 Sep 2024 22:54:15 +0000</pubDate>
				<category><![CDATA[Bibliografías especializadas]]></category>
		<category><![CDATA[Atención al cliente]]></category>
		<category><![CDATA[Calidad de los servicios]]></category>
		<category><![CDATA[Seguridad social]]></category>
		<category><![CDATA[Seguros sociales]]></category>
		<category><![CDATA[Servicios de salud]]></category>
		<guid isPermaLink="false">https://bidiss.ciess.org/?p=16144</guid>

					<description><![CDATA[<p><img width="650" height="366" src="https://bidiss.ciess.org/wp-content/uploads/2024/09/09-servicio-cliente-intstituciones.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" 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" /></p>
<p>Bibliografía especializada en servicios al cliente en instituciones de seguridad social</p>
<p>La entrada <a href="https://bidiss.ciess.org/bibliografias/servicio-al-cliente-en-instituciones-de-seguridad-social/">Servicio al cliente en instituciones de 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="16144" class="elementor elementor-16144" 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: #0f383bb0;
            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: #0f383bb0;
        }
        @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/2024/09/09-servicio-cliente-intstituciones.png">
            <div class="slide-content">
                <p>Servicio al cliente en instituciones de seguridad social</p>
            </div>
        </a>
        <a href="#" class="swiper-slide">
            <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2024/09/09-servicio-cliente-intstituciones.png">
            <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/header_bibliografia_servicio_cliente-qul4yljauvblrxn1ye5ee3o5ce6ojkwww9bydoc83k.png" title="header_bibliografia_servicio_cliente" alt="header_bibliografia_servicio_cliente" 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/2024/09/2024.-Bibliografa-Servicio-cliente-en-instituciones-de-SS.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>Si deseas especializarte en este tema, puedes inscribirte al curso <strong>"Servicio al Cliente en Instituciones de Seguridad Social"</strong>, que impartiremos en el Centro Interamericano de Estudios de Seguridad Social del 17 de octubre al 28 de noviembre de 2024.</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-servicio-al-cliente-en-instituciones-de-seguridad-social-2024/" 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;
            color: #0f383b;
            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 #0f383b;
            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: #0f383b;
            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/2024/09/img-16.png" alt="Libro 1">
      <div class="titulo">Organización Iberoamericana de Seguridad Social (2024). <strong>Protocolo Iberoamericano para la Buena Gestión en la Seguridad Social. Taller para Buena Gestión en la Seguridad Social (Brasilia 2023)</strong>. OISS.</div>
      <a href="https://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=33550" 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/09/img-01.png" alt="Libro 1">
      <div class="titulo">Oviedo, J. I., Vargas, L. M., y Gómez, J. M. (2024). <strong>Hacia la comprensión de la competencia digital organizacional</strong>. Revista Venezolana de Gerencia, 29(Especial 11), 356-372</div>
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2472" 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/09/img-02.png" alt="Libro 2">
      <div class="titulo">Legorreta, M., Trejo, U. (2024). <strong>Cultura organizacional: la influencia del liderazgo en la mejora de los procesos institucionales de salud</strong>. Revista Médica del Instituto Mexicano del Seguro Social, 62(5):e6145</div>
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2500" 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/09/img-03.png" alt="Libro 3">
      <div class="titulo">Rojas, C., Reyes, J. E. (2024). <strong>Estrategias para mejorar la competitividad a través de la gestión del talento humano en organizaciones públicas</strong>. Ciencia Latina Revista Científica Multidisciplinar, 8(4), 6496-6503.</div>
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2499" 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/09/img-04.png" alt="Libro 4">
      <div class="titulo">Hermenet Chirú , V. D. (2023). <strong>Evaluación de la percepción de los usuarios sobre la calidad de la atención en la solicitud de citas en la Caja de Seguro Social, Panamá, 2023</strong>, REICIT, 3(1), pp. 95–112</div>
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2508" 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/09/img-05.png" alt="Libro 5">
      <div class="titulo">Jaime Aybar , I. G., & Yordan Américo, B. P. (2023). <strong>Gestión del talento humano y competencias laborales: fundamentos y análisis para el área administrativa del seguro social de salud (EsSalud) – Perú</strong>. Ciencia Latina Revista Científica Multidisciplinar, 7(4), 2987-3009.</div>
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2507" 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/09/img-07.png" alt="Libro 7">
      <div class="titulo">González, R., Ortega, G., Urquidi, Ma. (2023). <strong>Trabajo sin papel: resultados de la transformación digital del Ministerio de Trabajo, Empleo y Seguridad Social del Paraguay</strong>. Banco Interamericano de Desarrollo</div>
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2505" 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/09/img-08.png" alt="Libro 8">
      <div class="titulo">Organización Panamericana de la Salud (2022). <strong>Servicios de salud de calidad: guía de planificación</strong>. OPS/OMS</div>
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2503" 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/09/img-06.png" alt="Libro 6">
      <div class="titulo">Izquierdo, J. R. (2021). <strong>La calidad de servicio en la administración pública</strong>. Horizonte empresarial, 8(1), 425-437</div>
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2506" 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/09/img-15.png" alt="Libro 9">
      <div class="titulo">Terán, N. T., Gonzáles, J., Ramirez, R. & Palomino, G. del P. (2021). <strong>Calidad de servicio en las organizaciones de Latinoamérica</strong>. Ciencia Latina Revista Científica Multidisciplinar, 5(1), 1184-1197.</div>
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2509" 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/09/img-09.png" alt="Libro 10">
      <div class="titulo">Organización Mundial de la Salud (2020). <strong>Prestación de servicios de salud de calidad: un imperativo global para la cobertura sanitaria universal</strong>. Banco Mundial, Organización Mundial de la Salud, Organización para la Cooperación y Desarrollo Económico</div>
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2238" 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/09/img-10.png" alt="Libro 11">
      <div class="titulo">Espinoza, M. (2016).<strong> Propuestas de un Sistema de Gestión de Calidad en el Régimen de Invalidez, Vejez y Muerte, según la Norma ISO 9001:2008, en el marco de la seguridad social costarricense</strong>. Tesis (Maestro en Administración). </div>
      <a href="https://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=28047" 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/09/img-11.png" alt="Libro 12">
      <div class="titulo">Álvarez, J. A., Castro, V., Correa, M. (2014). <strong>El Sistema Integral de Calidad en Salud. Una mirada crítica</strong>. Instituto Nacional de salud Pública</div>
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=1131" 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/09/img-12.png" alt="Libro 13">
      <div class="titulo">Cote, L., Tena, C., Madrazo, M. (2013). <strong>Buenas prácticas en calidad y seguridad en la atención médica del paciente</strong>. Alfil</div>
      <a href="https://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=28878" 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/09/img-13.png" alt="Libro 14">
      <div class="titulo">Secretaría de Salud (2012). <strong>La calidad de la atención a la salud en México a través de sus instituciones</strong>. 2a. ed. Secretaría de Salud</div>
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=1319" 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/09/img-14.png" alt="Libro 15">
      <div class="titulo">Sotomayor, A. (2000). <strong>Calidad, elemento esencial de la seguridad social</strong>. Conferencia Interamericana de Seguridad Social</div>
      <a href="https://biblioteca.ciess.org/adiss/r538/calidad_elemento_esencial_de_la_seguridad_social" 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/atencion-al-cliente/" class="elementor-post-info__terms-list-item">Atención al cliente</a>, <a href="https://bidiss.ciess.org/tag/calidad-de-los-servicios/" class="elementor-post-info__terms-list-item">Calidad de los servicios</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/seguros-sociales/" class="elementor-post-info__terms-list-item">Seguros sociales</a>, <a href="https://bidiss.ciess.org/tag/servicios-de-salud/" class="elementor-post-info__terms-list-item">Servicios de salud</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-8643 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-administracion-por-riesgos tag-administracion-y-gestion tag-atencion-a-la-salud tag-atencion-primaria-de-la-salud tag-gestion-publica tag-salud-publica tag-seguridad-social tag-sistemas-de-salud tag-sistemas-nacionales-de-salud">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/administracion-por-riesgos-y-su-gestion-en-las-instituciones-de-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="1921" height="1080" src="https://bidiss.ciess.org/wp-content/uploads/2024/04/Administracion-riesgos-gestion.png" class="attachment-full size-full wp-image-8647" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/04/Administracion-riesgos-gestion.png 1921w, https://bidiss.ciess.org/wp-content/uploads/2024/04/Administracion-riesgos-gestion-300x169.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/04/Administracion-riesgos-gestion-1024x576.png 1024w, https://bidiss.ciess.org/wp-content/uploads/2024/04/Administracion-riesgos-gestion-768x432.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/04/Administracion-riesgos-gestion-1536x864.png 1536w, https://bidiss.ciess.org/wp-content/uploads/2024/04/Administracion-riesgos-gestion-580x326.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/04/Administracion-riesgos-gestion-860x483.png 860w, https://bidiss.ciess.org/wp-content/uploads/2024/04/Administracion-riesgos-gestion-1160x652.png 1160w, https://bidiss.ciess.org/wp-content/uploads/2024/04/Administracion-riesgos-gestion-640x360.png 640w" sizes="(max-width: 1921px) 100vw, 1921px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/administracion-por-riesgos-y-su-gestion-en-las-instituciones-de-seguridad-social/" >
				Administración por riesgos y su gestión en las instituciones de seguridad social			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/bibliografias/administracion-por-riesgos-y-su-gestion-en-las-instituciones-de-seguridad-social/" aria-label="Más información sobre Administración por riesgos y su gestión en las instituciones de seguridad social" tabindex="-1" >
			Leer más »		</a>

				</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>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/bibliografias/sistemas-integrales-de-cuidados/" aria-label="Más información sobre Sistemas integrales de cuidados" tabindex="-1" >
			Leer más »		</a>

				</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 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>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/bibliografias/seguridad-y-salud-en-el-trabajo/" aria-label="Más información sobre Seguridad y salud en el trabajo" tabindex="-1" >
			Leer más »		</a>

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

				</div>
				</article>
				</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/servicio-al-cliente-en-instituciones-de-seguridad-social/">Servicio al cliente en instituciones de 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>Colocación</title>
		<link>https://bidiss.ciess.org/glosario/colocacion/</link>
		
		<dc:creator><![CDATA[Ernesto Ramirez]]></dc:creator>
		<pubDate>Thu, 12 Sep 2024 16:45:35 +0000</pubDate>
				<category><![CDATA[C]]></category>
		<category><![CDATA[Contribuciones]]></category>
		<category><![CDATA[Glosario]]></category>
		<category><![CDATA[Instalaciones hospitalarias]]></category>
		<category><![CDATA[Seguros]]></category>
		<category><![CDATA[Aseguramiento]]></category>
		<category><![CDATA[Beneficiarios]]></category>
		<category><![CDATA[Derechohabientes]]></category>
		<category><![CDATA[Seguridad social]]></category>
		<category><![CDATA[Servicios de salud]]></category>
		<guid isPermaLink="false">https://bidiss.ciess.org/?p=14994</guid>

					<description><![CDATA[<p>Se refiere a la inversión de dinero para fines productivos.</p>
<p>Aunque también se refiere a la posición de una paciente para efectos de cuidado y tratamiento.</p>
<p>La entrada <a href="https://bidiss.ciess.org/glosario/colocacion/">Colocación</a> se publicó primero en <a href="https://bidiss.ciess.org">Biblioteca Digital de Seguridad Social</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="14994" class="elementor elementor-14994" 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">Colocación</h1>
Se refiere a la inversión de dinero para fines productivos. También se refiere a la posición de una paciente para efectos de cuidado y tratamiento.								</div>
				</div>
				<div class="elementor-element elementor-element-ee8c15a elementor-widget elementor-widget-SimpleAudioPlayer" data-id="ee8c15a" data-element_type="widget" data-e-type="widget" data-widget_type="SimpleAudioPlayer.default">
				<div class="elementor-widget-container">
					
		<div class="skin_simple h5ap_standard_player" data-options='{"controls":["play","progress","current-time","duration","mute","volume","settings"],"seekTime":15}'>
			<audio controls id="bplayer_id" >
				<source src="https://bidiss.ciess.org/wp-content/uploads/2024/09/Colocacion.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-c093dbd elementor-widget elementor-widget-button" data-id="c093dbd" 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-23127 post type-post status-publish format-standard hentry category-glosario category-pensiones-seguros category-s tag-beneficios tag-edad-de-retiro tag-jubilaciones tag-pensiones tag-retiro tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/sistema-de-jubilaciones-y-pensiones/" >
				Sistema de jubilaciones y pensiones			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-23855 post type-post status-publish format-standard hentry category-actuaria-y-financiamiento-glosario category-glosario category-pensiones-seguros category-v tag-beneficios tag-edad-de-retiro tag-jubilaciones tag-pensiones tag-retiro tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/valuacion-actuarial/" >
				Valuación actuarial			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-20848 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-temporal/" >
				Pensión temporal			</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-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-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-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-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-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-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>
				</div>
		
						</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-6e98aee e-flex e-con-boxed e-con e-parent" data-id="6e98aee" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-cc0cb18 elementor-widget elementor-widget-text-editor" data-id="cc0cb18" 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-ca6b581 e-flex e-con-boxed e-con e-parent" data-id="ca6b581" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-76b98da e-con-full e-flex e-con e-child" data-id="76b98da" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-6f1da5a elementor-widget elementor-widget-heading" data-id="6f1da5a" 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-46ab9ab elementor-grid-1 elementor-posts--thumbnail-left elementor-grid-tablet-1 elementor-grid-mobile-1 elementor-widget elementor-widget-posts" data-id="46ab9ab" 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-1570 post type-post status-publish format-standard has-post-thumbnail hentry category-aspectos-juridicos category-derecho-a-la-seguridad-social category-editadas-por-la-secretaria-general category-marco-legal-de-la-seguridad-social category-principios-de-la-seguridad-social category-publicaciones category-relaciones-internacionales category-serie-estudios category-temas tag-aiss tag-asistencia-medica tag-derechos-humanos tag-edad-avanzada tag-enfermedades-profesionales tag-jubilaciones tag-migrantes tag-mutualismo tag-normas-internacionales tag-oiss tag-organismos-internacionales tag-pensiones tag-proteccion-social tag-salud-publica tag-seguridad-social tag-vejez">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/normas-y-acuerdos-internacionales-en-materia-de-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="630" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2023/09/SerieEstudios-27.png" class="attachment-medium_large size-medium_large wp-image-1573" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/09/SerieEstudios-27.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/09/SerieEstudios-27-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/09/SerieEstudios-27-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/normas-y-acuerdos-internacionales-en-materia-de-seguridad-social/" >
				Normas y acuerdos internacionales en materia de seguridad social			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Con el ánimo de presentaren un solo instrumento toda aquella normatividad emitida en el ámbito general y regional en los últimos años, el Instituto de Seguridad y Servicios Sociales de		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-3192 post type-post status-publish format-standard has-post-thumbnail hentry category-argentina category-editadas-por-la-secretaria-general category-inflacion category-montos-de-pension category-notas-tecnicas category-pensiones category-prevision-social category-proteccion-social category-publicaciones category-sistemas-de-pensiones category-temas tag-argentina tag-inflacion tag-monto-de-pensiones tag-pensiones tag-prevision-social tag-proteccion-social tag-seguridad-social tag-sistemas-de-pensiones">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/analisis-sobre-la-propuesta-de-modificacion-para-el-calculo-del-crecimiento-del-valor-de-las-pensiones-en-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/Nota-Tecnica-15.png" class="attachment-medium_large size-medium_large wp-image-3193" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Nota-Tecnica-15.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Nota-Tecnica-15-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Nota-Tecnica-15-580x838.png 580w" sizes="(max-width: 630px) 100vw, 630px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/analisis-sobre-la-propuesta-de-modificacion-para-el-calculo-del-crecimiento-del-valor-de-las-pensiones-en-argentina/" >
				Análisis sobre la propuesta de modificación para el cálculo del crecimiento del valor de las pensiones en Argentina			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Esta nota se divide en seis apartados. En el primero, explicamos el crecimiento y la volatilidad de la inflación en Argentina en los últimos años. Después, (2) la relación entre		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-1660 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-aspectos-economicos tag-aspectos-juridicos tag-aspectos-laborales tag-caricom tag-convenios-internacionales tag-espana tag-globalizacion tag-legislacion tag-libre-comercio tag-mercado-laboral tag-mercosur tag-proteccion-social tag-seguridad-social tag-tlcan tag-tratados-internacionales tag-ue tag-union-europea">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/los-retos-de-la-seguridad-social-ante-los-procesos-de-integracion-regional/" 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-39.png" class="attachment-medium_large size-medium_large wp-image-1662" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-39.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-39-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-39-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-retos-de-la-seguridad-social-ante-los-procesos-de-integracion-regional/" >
				Los retos de la seguridad social ante los procesos de integración regional			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>La conformación de bloques regionales de comercio, el proceso de integración a diferentes niveles, ha sido desde los inicios de la década anterior la vía para lograr mayor competitividad a		</div>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-05ad7c5 e-con-full e-flex e-con e-child" data-id="05ad7c5" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-4adf181 elementor-widget elementor-widget-heading" data-id="4adf181" 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-4269101 elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="4269101" 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-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-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-2dedf24 e-con-full e-flex e-con e-child" data-id="2dedf24" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-4cbf204 elementor-widget elementor-widget-heading" data-id="4cbf204" 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-060ea0c elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="060ea0c" 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-8838 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-administracion tag-administracion-de-la-seguridad-social tag-administracion-de-servicios tag-administracion-publica tag-calidad-de-servicios tag-cultura-organizacional tag-gerencia tag-habilidades-gerenciales tag-liderazgo tag-politicas-publicas tag-recursos-humanos tag-satisfaccion-laboral tag-sistema-de-salud">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/alta-direccion-en-instituciones-de-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="650" height="366" src="https://bidiss.ciess.org/wp-content/uploads/2024/05/12-alta-direccion-instituciones-seguridad-social.png" class="attachment-full size-full wp-image-8839" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/05/12-alta-direccion-instituciones-seguridad-social.png 650w, https://bidiss.ciess.org/wp-content/uploads/2024/05/12-alta-direccion-instituciones-seguridad-social-300x169.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/05/12-alta-direccion-instituciones-seguridad-social-580x327.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/05/12-alta-direccion-instituciones-seguridad-social-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/alta-direccion-en-instituciones-de-seguridad-social/" >
				Alta dirección en instituciones de seguridad social			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Bibliografía especializada en alta dirección en las instituciones de seguridad social.</p>
		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-22694 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-analisis-de-datos tag-aspectos-estadisticos tag-bienestar-social tag-modelos-de-regresion tag-regresiones tag-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/aplicacion-de-herramientas-estadisticas-para-el-analisis-de-datos-empiricos-en-la-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="1920" height="1080" src="https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada.jpg" class="attachment-full size-full wp-image-25998" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada.jpg 1920w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-300x169.jpg 300w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-1024x576.jpg 1024w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-768x432.jpg 768w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-1536x864.jpg 1536w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-580x326.jpg 580w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-860x484.jpg 860w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-1160x653.jpg 1160w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-640x360.jpg 640w" sizes="(max-width: 1920px) 100vw, 1920px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/aplicacion-de-herramientas-estadisticas-para-el-analisis-de-datos-empiricos-en-la-seguridad-social/" >
				Aplicación de herramientas estadísticas para el análisis de datos empíricos en la seguridad social			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Bibliografía especializada en abordaje del cuidado de la persona mayor desde la seguridad social</p>
		</div>
				</div>
				</article>
				</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/colocacion/">Colocación</a> se publicó primero en <a href="https://bidiss.ciess.org">Biblioteca Digital de Seguridad Social</a>.</p>
]]></content:encoded>
					
		
		<enclosure url="https://bidiss.ciess.org/wp-content/uploads/2024/09/Colocacion.mp3?download=false" length="38252" type="audio/mpeg" />

			</item>
		<item>
		<title>Coeficiente de renovación o giro de camas</title>
		<link>https://bidiss.ciess.org/glosario/coeficiente-de-renovacion-o-giro-de-camas/</link>
		
		<dc:creator><![CDATA[Ernesto Ramirez]]></dc:creator>
		<pubDate>Thu, 12 Sep 2024 16:40:18 +0000</pubDate>
				<category><![CDATA[C]]></category>
		<category><![CDATA[Glosario]]></category>
		<category><![CDATA[Instalaciones hospitalarias]]></category>
		<category><![CDATA[Aseguramiento]]></category>
		<category><![CDATA[Beneficiarios]]></category>
		<category><![CDATA[Derechohabientes]]></category>
		<category><![CDATA[Seguridad social]]></category>
		<category><![CDATA[Seguros]]></category>
		<category><![CDATA[Servicios de salud]]></category>
		<guid isPermaLink="false">https://bidiss.ciess.org/?p=14989</guid>

					<description><![CDATA[<p>Indica la cantidad de egresos producidos por una cama hospitalaria, en un período determinado.<br />
Se obtiene de la relación entre el número de egresos durante un período determinado y la dotación de camas de dicho período.</p>
<p>La entrada <a href="https://bidiss.ciess.org/glosario/coeficiente-de-renovacion-o-giro-de-camas/">Coeficiente de renovación o giro de camas</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="14989" class="elementor elementor-14989" 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">Coeficiente de renovación o giro de camas</h1>
Indica la cantidad de egresos producidos por una cama hospitalaria, en un período determinado.
Se obtiene de la relación entre el número de egresos durante un período determinado y la dotación de camas de dicho período.								</div>
				</div>
				<div class="elementor-element elementor-element-ee8c15a elementor-widget elementor-widget-SimpleAudioPlayer" data-id="ee8c15a" data-element_type="widget" data-e-type="widget" data-widget_type="SimpleAudioPlayer.default">
				<div class="elementor-widget-container">
					
		<div class="skin_simple h5ap_standard_player" data-options='{"controls":["play","progress","current-time","duration","mute","volume","settings"],"seekTime":15}'>
			<audio controls id="bplayer_id" >
				<source src="https://bidiss.ciess.org/wp-content/uploads/2024/09/CoeficienteDeRenovacion.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-c093dbd elementor-widget elementor-widget-button" data-id="c093dbd" 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-14178 post type-post status-publish format-standard hentry category-c category-glosario category-instalaciones-hospitalarias tag-aseguramiento tag-beneficiarios tag-derechohabientes tag-instalaciones-hospitalarias tag-seguridad-social tag-seguros tag-servicios-de-salud">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/camas-capacidad-de/" >
				Camas, capacidad de			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-14994 post type-post status-publish format-standard hentry category-c category-contribuciones category-glosario category-instalaciones-hospitalarias category-seguros tag-aseguramiento tag-beneficiarios tag-derechohabientes tag-instalaciones-hospitalarias tag-seguridad-social tag-seguros tag-servicios-de-salud">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/colocacion/" >
				Colocación			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-23733 post type-post status-publish format-standard hentry category-glosario category-instalaciones-hospitalarias category-u tag-glosario-de-seguridad-social-america-latina-salud tag-instalaciones-hospitalarias tag-instalaciones-sanitarias tag-salud tag-salud-publica tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/unidad-movil/" >
				Unidad móvil			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-14989 post type-post status-publish format-standard hentry category-c category-glosario category-instalaciones-hospitalarias tag-aseguramiento tag-beneficiarios tag-derechohabientes tag-instalaciones-hospitalarias tag-seguridad-social tag-seguros tag-servicios-de-salud">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/coeficiente-de-renovacion-o-giro-de-camas/" >
				Coeficiente de renovación o giro de camas			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-14891 post type-post status-publish format-standard hentry category-c category-glosario category-instalaciones-hospitalarias category-salud-glosario tag-glosario-de-seguridad-social-america-latina-salud tag-instalaciones-hospitalarias tag-instalaciones-sanitarias tag-salud tag-salud-publica tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/clinica-de-adscripcion/" >
				Clínica de adscripción			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-14707 post type-post status-publish format-standard hentry category-c category-glosario category-instalaciones-hospitalarias category-salud-glosario tag-glosario-de-seguridad-social-america-latina-salud tag-instalaciones-hospitalarias tag-instalaciones-sanitarias tag-salud tag-salud-publica tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/centro-de-salud/" >
				Centro de salud			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-23728 post type-post status-publish format-standard hentry category-glosario category-instalaciones-hospitalarias category-u tag-glosario-de-seguridad-social-america-latina-salud tag-instalaciones-hospitalarias tag-instalaciones-sanitarias tag-salud tag-salud-publica tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/unidad-medica-rural/" >
				Unidad médica rural			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-18516 post type-post status-publish format-standard hentry category-f category-glosario category-instalaciones-hospitalarias category-salud-glosario tag-glosario-de-seguridad-social-america-latina-salud tag-instalaciones-hospitalarias tag-instalaciones-sanitarias tag-salud tag-salud-publica tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/farmacia/" >
				Farmacia			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-10535 post type-post status-publish format-standard hentry category-glosario category-instalaciones-hospitalarias category-z tag-glosario-de-seguridad-social-america-latina-salud tag-instalaciones-hospitalarias tag-instalaciones-sanitarias tag-salud tag-salud-publica tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/zona-de-servicios-medicos/" >
				Zona de servicios médicos			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-18727 post type-post status-publish format-standard hentry category-g category-glosario category-instalaciones-hospitalarias category-salud-glosario tag-glosario-de-seguridad-social-america-latina-salud tag-instalaciones-hospitalarias tag-instalaciones-sanitarias tag-salud tag-salud-publica tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/guarderia/" >
				Guardería			</a>
		</h5>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-6e98aee e-flex e-con-boxed e-con e-parent" data-id="6e98aee" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-cc0cb18 elementor-widget elementor-widget-text-editor" data-id="cc0cb18" 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-ca6b581 e-flex e-con-boxed e-con e-parent" data-id="ca6b581" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-76b98da e-con-full e-flex e-con e-child" data-id="76b98da" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-6f1da5a elementor-widget elementor-widget-heading" data-id="6f1da5a" 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-46ab9ab elementor-grid-1 elementor-posts--thumbnail-left elementor-grid-tablet-1 elementor-grid-mobile-1 elementor-widget elementor-widget-posts" data-id="46ab9ab" 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-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-4128 post type-post status-publish format-standard has-post-thumbnail hentry category-aspectos-juridicos category-editadas-por-la-secretaria-general category-pensiones category-portabilidad-de-derechos category-proteccion-social category-publicaciones category-serie-estudios category-sistemas-de-pensiones category-temas tag-america-latina tag-aspectos-juridicos tag-pensiones tag-planes-de-pensiones tag-portabilidad-de-derechos tag-proteccion-social tag-seguridad-social tag-sistemas-de-pensiones">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/reunion-tecnica-de-la-cajs-11-de-abril-de-2002/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="630" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-58.png" class="attachment-medium_large size-medium_large wp-image-4129" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-58.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-58-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-58-580x838.png 580w" sizes="(max-width: 630px) 100vw, 630px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/reunion-tecnica-de-la-cajs-11-de-abril-de-2002/" >
				Reunión técnica de la CAJS: 11 de abril de 2002			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Ponencias presentadas durante la Reunión Técnica de la Comisión Americana Jurídico Social y la III Reunión Internacional del Grupo de Estudios sobre la Mujer, celebradas el 28 y 29 de		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-2401 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-el-salvador tag-mercado-laboral 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-el-salvador/" 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-05.png" class="attachment-medium_large size-medium_large wp-image-2403" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Cuadernos-Covid19-05.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Cuadernos-Covid19-05-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Cuadernos-Covid19-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/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-el-salvador/" >
				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 El Salvador.			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Este documento revisa la evolución de la pandemia covid-19 en El<br /> Salvador y las medidas que el país tomó para gestionar la emergencia<br /> sanitaria y económica. A lo		</div>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-05ad7c5 e-con-full e-flex e-con e-child" data-id="05ad7c5" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-4adf181 elementor-widget elementor-widget-heading" data-id="4adf181" 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-4269101 elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="4269101" 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-12958 post type-post status-publish format-standard has-post-thumbnail hentry category-monitor-de-recursos-de-informacion category-repositorios tag-aspectos-economicos tag-bases-de-datos tag-bibliotecologia tag-financiamiento tag-inversion tag-motor-de-busqueda tag-politicas-de-salud tag-politicas-sociales tag-proteccion-social tag-repositorio 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-del-banco-mundial-documentos-e-informes/" 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-bm.png" class="attachment-full size-full wp-image-12959" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-repositorio-bm.png 910w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-repositorio-bm-300x175.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-repositorio-bm-768x448.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-repositorio-bm-580x338.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-repositorio-bm-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-del-banco-mundial-documentos-e-informes/" >
				Repositorio Digital del Banco Mundial. Documentos e informes			</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-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-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-2dedf24 e-con-full e-flex e-con e-child" data-id="2dedf24" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-4cbf204 elementor-widget elementor-widget-heading" data-id="4cbf204" 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-060ea0c elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="060ea0c" data-element_type="widget" data-e-type="widget" data-settings="{&quot;classic_columns&quot;:&quot;1&quot;,&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
							<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-9300 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-bienestar-social tag-cobertura tag-comportamiento-demografico tag-demografia tag-epidemiologia tag-salud-publica tag-seguridad-social tag-sistemas-de-salud">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/epidemiologia-y-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="650" height="366" src="https://bidiss.ciess.org/wp-content/uploads/2024/06/19-cambios-epidemiologicos.png" class="attachment-full size-full wp-image-9301" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/06/19-cambios-epidemiologicos.png 650w, https://bidiss.ciess.org/wp-content/uploads/2024/06/19-cambios-epidemiologicos-300x169.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/06/19-cambios-epidemiologicos-580x327.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/06/19-cambios-epidemiologicos-640x360.png 640w" sizes="(max-width: 650px) 100vw, 650px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/epidemiologia-y-seguridad-social/" >
				Epidemiología y seguridad social			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Bibliografía especializada en epidemiología y seguridad social</p>
		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-8881 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-bienestar-social tag-derechos-humanos tag-derechos-sociales tag-desarrollo-humano tag-discriminacion tag-equidad tag-pobreza tag-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/derechos-humanos-y-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="1920" height="1080" src="https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos.jpg" class="attachment-full size-full wp-image-8882" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos.jpg 1920w, https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos-300x169.jpg 300w, https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos-1024x576.jpg 1024w, https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos-768x432.jpg 768w, https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos-1536x864.jpg 1536w, https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos-580x326.jpg 580w, https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos-860x484.jpg 860w, https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos-1160x653.jpg 1160w, https://bidiss.ciess.org/wp-content/uploads/2024/05/Derechos_humanos-640x360.jpg 640w" sizes="(max-width: 1920px) 100vw, 1920px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/derechos-humanos-y-seguridad-social/" >
				Derechos humanos y seguridad social			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Bibliografía especializada en derechos humanos y seguridad social como derecho humano.</p>
		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-22694 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-analisis-de-datos tag-aspectos-estadisticos tag-bienestar-social tag-modelos-de-regresion tag-regresiones tag-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/aplicacion-de-herramientas-estadisticas-para-el-analisis-de-datos-empiricos-en-la-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="1920" height="1080" src="https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada.jpg" class="attachment-full size-full wp-image-25998" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada.jpg 1920w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-300x169.jpg 300w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-1024x576.jpg 1024w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-768x432.jpg 768w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-1536x864.jpg 1536w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-580x326.jpg 580w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-860x484.jpg 860w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-1160x653.jpg 1160w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-640x360.jpg 640w" sizes="(max-width: 1920px) 100vw, 1920px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/aplicacion-de-herramientas-estadisticas-para-el-analisis-de-datos-empiricos-en-la-seguridad-social/" >
				Aplicación de herramientas estadísticas para el análisis de datos empíricos en la seguridad social			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Bibliografía especializada en abordaje del cuidado de la persona mayor desde la seguridad social</p>
		</div>
				</div>
				</article>
				</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/coeficiente-de-renovacion-o-giro-de-camas/">Coeficiente de renovación o giro de camas</a> se publicó primero en <a href="https://bidiss.ciess.org">Biblioteca Digital de Seguridad Social</a>.</p>
]]></content:encoded>
					
		
		<enclosure url="https://bidiss.ciess.org/wp-content/uploads/2024/09/CoeficienteDeRenovacion.mp3?download=false" length="65420" type="audio/mpeg" />

			</item>
		<item>
		<title>Camas &#8211; dotación o camas disponibles</title>
		<link>https://bidiss.ciess.org/glosario/camas-dotacion-o-camas-disponibles/</link>
		
		<dc:creator><![CDATA[Ernesto Ramirez]]></dc:creator>
		<pubDate>Thu, 05 Sep 2024 17:21:12 +0000</pubDate>
				<category><![CDATA[C]]></category>
		<category><![CDATA[Glosario]]></category>
		<category><![CDATA[Instalaciones hospitalarias]]></category>
		<category><![CDATA[Aseguramiento]]></category>
		<category><![CDATA[Beneficiarios]]></category>
		<category><![CDATA[Derechohabientes]]></category>
		<category><![CDATA[Seguridad social]]></category>
		<category><![CDATA[Seguros]]></category>
		<category><![CDATA[Servicios de salud]]></category>
		<guid isPermaLink="false">https://bidiss.ciess.org/?p=14183</guid>

					<description><![CDATA[<p>Son aquellas camas existentes en los distintos servicios o salas de instalación, en condiciones de uso para atención de los pacientes hospitalizados. Su total se obtiene sumando las camas ocupadas y las desocupadas, pero aptas para ser ocupadas por los pacientes.</p>
<p>La entrada <a href="https://bidiss.ciess.org/glosario/camas-dotacion-o-camas-disponibles/">Camas &#8211; dotación o camas disponibles</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="14183" class="elementor elementor-14183" 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">Camas &#8211; dotación o camas disponibles</h1>
Son aquellas camas existentes en los distintos servicios o salas de instalación, en condiciones de uso para atención de los pacientes hospitalizados. Su total se obtiene sumando las camas ocupadas y las desocupadas, pero aptas para ser ocupadas por los pacientes.								</div>
				</div>
				<div class="elementor-element elementor-element-ee8c15a elementor-widget elementor-widget-SimpleAudioPlayer" data-id="ee8c15a" data-element_type="widget" data-e-type="widget" data-widget_type="SimpleAudioPlayer.default">
				<div class="elementor-widget-container">
					
		<div class="skin_simple h5ap_standard_player" data-options='{"controls":["play","progress","current-time","duration","mute","volume","settings"],"seekTime":15}'>
			<audio controls id="bplayer_id" >
				<source src="https://bidiss.ciess.org/wp-content/uploads/2024/09/CamasDotacion.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-c093dbd elementor-widget elementor-widget-button" data-id="c093dbd" 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-23738 post type-post status-publish format-standard hentry category-glosario category-instalaciones-hospitalarias category-u tag-glosario-de-seguridad-social-america-latina-salud tag-instalaciones-hospitalarias tag-instalaciones-sanitarias tag-salud tag-salud-publica tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/unidades-fabriles/" >
				Unidades fabriles			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-23733 post type-post status-publish format-standard hentry category-glosario category-instalaciones-hospitalarias category-u tag-glosario-de-seguridad-social-america-latina-salud tag-instalaciones-hospitalarias tag-instalaciones-sanitarias tag-salud tag-salud-publica tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/unidad-movil/" >
				Unidad móvil			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-23728 post type-post status-publish format-standard hentry category-glosario category-instalaciones-hospitalarias category-u tag-glosario-de-seguridad-social-america-latina-salud tag-instalaciones-hospitalarias tag-instalaciones-sanitarias tag-salud tag-salud-publica tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/unidad-medica-rural/" >
				Unidad médica rural			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-23723 post type-post status-publish format-standard hentry category-glosario category-instalaciones-hospitalarias category-u tag-glosario-de-seguridad-social-america-latina-salud tag-instalaciones-hospitalarias tag-instalaciones-sanitarias tag-salud tag-salud-publica tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/unidad-medica/" >
				Unidad médica			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-23710 post type-post status-publish format-standard hentry category-glosario category-instalaciones-hospitalarias category-u tag-glosario-de-seguridad-social-america-latina-salud tag-instalaciones-hospitalarias tag-instalaciones-sanitarias tag-salud tag-salud-publica tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/unidad-de-medicina-familiar-con-hospitalizacion/" >
				Unidad de medicina familiar con hospitalización			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-23705 post type-post status-publish format-standard hentry category-glosario category-instalaciones-hospitalarias category-u tag-glosario-de-seguridad-social-america-latina-salud tag-instalaciones-hospitalarias tag-instalaciones-sanitarias tag-salud tag-salud-publica tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/unidad-de-medicina-familiar/" >
				Unidad de medicina familiar			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-22968 post type-post status-publish format-standard hentry category-glosario category-instalaciones-hospitalarias category-s tag-glosario-de-seguridad-social-america-latina-salud tag-instalaciones-hospitalarias tag-instalaciones-sanitarias tag-salud tag-salud-publica tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/servicio-de-urgencias/" >
				Servicio de urgencias			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-22963 post type-post status-publish format-standard hentry category-glosario category-instalaciones-hospitalarias category-s tag-glosario-de-seguridad-social-america-latina-salud tag-instalaciones-hospitalarias tag-instalaciones-sanitarias tag-salud tag-salud-publica tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/servicio-de-medicina-preventiva/" >
				Servicio de medicina preventiva			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-22958 post type-post status-publish format-standard hentry category-glosario category-instalaciones-hospitalarias category-s tag-glosario-de-seguridad-social-america-latina-salud tag-instalaciones-hospitalarias tag-instalaciones-sanitarias tag-salud tag-salud-publica tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/servicio-auxiliar-de-diagnostico/" >
				Servicio auxiliar de diagnóstico			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-22526 post type-post status-publish format-standard hentry category-glosario category-instalaciones-hospitalarias category-s tag-glosario-de-seguridad-social-america-latina-salud tag-instalaciones-hospitalarias tag-instalaciones-sanitarias tag-salud tag-salud-publica tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/sala-de-recuperacion/" >
				Sala de recuperación			</a>
		</h5>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-6e98aee e-flex e-con-boxed e-con e-parent" data-id="6e98aee" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-cc0cb18 elementor-widget elementor-widget-text-editor" data-id="cc0cb18" 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-ca6b581 e-flex e-con-boxed e-con e-parent" data-id="ca6b581" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-76b98da e-con-full e-flex e-con e-child" data-id="76b98da" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-6f1da5a elementor-widget elementor-widget-heading" data-id="6f1da5a" 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-46ab9ab elementor-grid-1 elementor-posts--thumbnail-left elementor-grid-tablet-1 elementor-grid-mobile-1 elementor-widget elementor-widget-posts" data-id="46ab9ab" 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-1645 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-america-latina tag-aspectos-juridicos tag-bolivia tag-colombia tag-convenios-internacionales tag-derecho-de-la-seguridad-social tag-ecuador tag-financiamiento-de-la-seguridad-social tag-legislacion tag-peru tag-prestaciones tag-seguridad-social tag-venezuela">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/estructura-juridica-de-la-seguridad-social-y-sus-instituciones-en-america-subregion-i-andina/" 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-37.png" class="attachment-medium_large size-medium_large wp-image-1647" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-37.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-37-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-37-580x838.png 580w" sizes="(max-width: 630px) 100vw, 630px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/estructura-juridica-de-la-seguridad-social-y-sus-instituciones-en-america-subregion-i-andina/" >
				Estructura jurídica de la seguridad social y sus instituciones en América «Subregión I-Andina»			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>La presente investigación no pretende constituir un estudio exhaustivo sobre el origen y evolución de cada uno de los regímenes en lo particular, así como tampoco de las causas que		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-3643 post type-post status-publish format-standard has-post-thumbnail hentry category-administracion category-cobertura category-desarrollo-institucional category-desarrollo-social category-editadas-por-la-secretaria-general category-financiacion-de-la-seguridad-social category-historia-de-la-seguridad-social category-informes-sobre-la-seguridad-social-en-america category-pensiones category-politica-social category-prestaciones-en-salud category-prestaciones-familiares category-prestaciones-sociales category-proteccion-de-la-salud category-proteccion-social category-publicaciones category-regimenes-de-seguridad-social category-servicios-de-salud category-temas tag-administracion-de-la-seguridad-social tag-america-latina tag-bienestar-infantil tag-infancia tag-jovenes tag-mercado-laboral tag-panorama-de-la-seguridad-social tag-programas-de-seguridad-social tag-proteccion-social tag-seguridad-social tag-sistemas-de-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/informe-sobre-la-seguridad-social-en-america-2012-justicia-trabajo-retiro-y-proteccion-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="630" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/Informe-SS-2012.png" class="attachment-medium_large size-medium_large wp-image-3653" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Informe-SS-2012.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Informe-SS-2012-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Informe-SS-2012-580x838.png 580w" sizes="(max-width: 630px) 100vw, 630px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/informe-sobre-la-seguridad-social-en-america-2012-justicia-trabajo-retiro-y-proteccion-social/" >
				Informe sobre la seguridad social en América 2012: Justicia, trabajo, retiro y protección social			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Este Informe sobre la Seguridad Social en América trata de la relación entre los ciclos económicos y la seguridad social. No está de más decir que ésta es la principal		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-774 post type-post status-publish format-standard has-post-thumbnail hentry category-asistencia-medica category-calidad category-editadas-por-la-secretaria-general category-etica-medica category-publicaciones category-salud-publica category-serie-estudios category-temas tag-atencion-en-salud tag-atencion-medica tag-atencion-primaria-en-salud tag-educacion-medica tag-expediente-clinico tag-indicadores-de-calidad tag-investigacion-medica">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/calidad-en-la-atencion-medica/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="607" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2023/09/SerieEstudios-2.jpg" class="attachment-medium_large size-medium_large wp-image-777" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/09/SerieEstudios-2.jpg 607w, https://bidiss.ciess.org/wp-content/uploads/2023/09/SerieEstudios-2-200x300.jpg 200w, https://bidiss.ciess.org/wp-content/uploads/2023/09/SerieEstudios-2-580x870.jpg 580w" sizes="(max-width: 607px) 100vw, 607px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/calidad-en-la-atencion-medica/" >
				Calidad de la atención médica			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>En este libro se presenta una guía metodológica para evaluar la calidad de los servicios que proporcionan las unidades médicas, con objeto de detectar los problemas que inciden en la		</div>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-05ad7c5 e-con-full e-flex e-con e-child" data-id="05ad7c5" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-4adf181 elementor-widget elementor-widget-heading" data-id="4adf181" 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-4269101 elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="4269101" data-element_type="widget" data-e-type="widget" data-settings="{&quot;classic_columns&quot;:&quot;1&quot;,&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
							<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-13225 post type-post status-publish format-standard has-post-thumbnail hentry category-monitor-de-recursos-de-informacion category-uso-de-la-informacion tag-actualizacion tag-administracion-de-la-informacion tag-bases-de-datos tag-bibliotecologia tag-fuentes-rss tag-informacion-documental tag-noticias tag-sistemas-de-informacion">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/feedly-una-herramienta-para-organizar-nuestros-rss/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="910" height="531" src="https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-feedly.png" class="attachment-full size-full wp-image-13230" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-feedly.png 910w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-feedly-300x175.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-feedly-768x448.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-feedly-580x338.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-feedly-860x502.png 860w" sizes="(max-width: 910px) 100vw, 910px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/feedly-una-herramienta-para-organizar-nuestros-rss/" >
				Feedly, una herramienta para organizar nuestros RSS			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Ante el cierre del servicio Google Reader, ese servicio que nos permitía revisar los feeds de las novedades de los sitios web a los que		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-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-13061 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliotecas-digitales category-monitor-de-recursos-de-informacion tag-aspectos-sociales tag-bases-de-datos tag-bibliotecologia tag-contribuciones tag-derechos-humanos tag-medio-ambiente tag-migracion tag-motor-de-busqueda tag-pensiones tag-programas-sociales tag-proteccion-social tag-repositorio tag-sistemas-de-informacion">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/biblioteca-del-colegio-de-mexico-daniel-cosio-villegas/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="910" height="531" src="https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-cm.png" class="attachment-full size-full wp-image-13062" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-cm.png 910w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-cm-300x175.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-cm-768x448.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-cm-580x338.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-cm-860x502.png 860w" sizes="(max-width: 910px) 100vw, 910px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/biblioteca-del-colegio-de-mexico-daniel-cosio-villegas/" >
				Biblioteca del Colegio de México «Daniel Cosío Villegas»			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Repositorio institucional de la Organización Panamericana de la Salud/Organización Mundial de Salud (OPS/OMS) que se ha consolidado como su biblioteca digital, ya que reúne los		</div>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-2dedf24 e-con-full e-flex e-con e-child" data-id="2dedf24" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-4cbf204 elementor-widget elementor-widget-heading" data-id="4cbf204" 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-060ea0c elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="060ea0c" 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-8612 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-atencion-a-la-salud tag-atencion-primaria-de-la-salud tag-gestion-publica tag-salud-publica tag-seguridad-social tag-sistemas-de-salud tag-sistemas-nacionales-de-salud">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/seguridad-social-en-salud-y-su-gestion-publica/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="1225" height="689" src="https://bidiss.ciess.org/wp-content/uploads/2024/04/header_mail_seguridad_social_salud_gestion_publica-web.png" class="attachment-full size-full wp-image-8616" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/04/header_mail_seguridad_social_salud_gestion_publica-web.png 1225w, https://bidiss.ciess.org/wp-content/uploads/2024/04/header_mail_seguridad_social_salud_gestion_publica-web-300x169.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/04/header_mail_seguridad_social_salud_gestion_publica-web-1024x576.png 1024w, https://bidiss.ciess.org/wp-content/uploads/2024/04/header_mail_seguridad_social_salud_gestion_publica-web-768x432.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/04/header_mail_seguridad_social_salud_gestion_publica-web-580x326.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/04/header_mail_seguridad_social_salud_gestion_publica-web-860x484.png 860w, https://bidiss.ciess.org/wp-content/uploads/2024/04/header_mail_seguridad_social_salud_gestion_publica-web-1160x652.png 1160w, https://bidiss.ciess.org/wp-content/uploads/2024/04/header_mail_seguridad_social_salud_gestion_publica-web-640x360.png 640w" sizes="(max-width: 1225px) 100vw, 1225px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/seguridad-social-en-salud-y-su-gestion-publica/" >
				Seguridad social en salud y su gestión pública			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Bibliografía especializada en Seguridad social en salud y su gestión pública.</p>
		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-22694 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-analisis-de-datos tag-aspectos-estadisticos tag-bienestar-social tag-modelos-de-regresion tag-regresiones tag-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/aplicacion-de-herramientas-estadisticas-para-el-analisis-de-datos-empiricos-en-la-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="1920" height="1080" src="https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada.jpg" class="attachment-full size-full wp-image-25998" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada.jpg 1920w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-300x169.jpg 300w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-1024x576.jpg 1024w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-768x432.jpg 768w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-1536x864.jpg 1536w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-580x326.jpg 580w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-860x484.jpg 860w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-1160x653.jpg 1160w, https://bidiss.ciess.org/wp-content/uploads/2026/01/1.Estadistica-aplicada-640x360.jpg 640w" sizes="(max-width: 1920px) 100vw, 1920px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/aplicacion-de-herramientas-estadisticas-para-el-analisis-de-datos-empiricos-en-la-seguridad-social/" >
				Aplicación de herramientas estadísticas para el análisis de datos empíricos en la seguridad social			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Bibliografía especializada en abordaje del cuidado de la persona mayor desde la seguridad social</p>
		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-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>
				</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/camas-dotacion-o-camas-disponibles/">Camas &#8211; dotación o camas disponibles</a> se publicó primero en <a href="https://bidiss.ciess.org">Biblioteca Digital de Seguridad Social</a>.</p>
]]></content:encoded>
					
		
		<enclosure url="https://bidiss.ciess.org/wp-content/uploads/2024/09/CamasDotacion.mp3?download=false" length="72140" type="audio/mpeg" />

			</item>
		<item>
		<title>Camas, capacidad de</title>
		<link>https://bidiss.ciess.org/glosario/camas-capacidad-de/</link>
		
		<dc:creator><![CDATA[Ernesto Ramirez]]></dc:creator>
		<pubDate>Thu, 05 Sep 2024 17:13:58 +0000</pubDate>
				<category><![CDATA[C]]></category>
		<category><![CDATA[Glosario]]></category>
		<category><![CDATA[Instalaciones hospitalarias]]></category>
		<category><![CDATA[Aseguramiento]]></category>
		<category><![CDATA[Beneficiarios]]></category>
		<category><![CDATA[Derechohabientes]]></category>
		<category><![CDATA[Seguridad social]]></category>
		<category><![CDATA[Seguros]]></category>
		<category><![CDATA[Servicios de salud]]></category>
		<guid isPermaLink="false">https://bidiss.ciess.org/?p=14178</guid>

					<description><![CDATA[<p>Número total de camas censables de un hospital que están permanentemente dispuestas para uso de los pacientes internados.</p>
<p>La entrada <a href="https://bidiss.ciess.org/glosario/camas-capacidad-de/">Camas, capacidad de</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="14178" class="elementor elementor-14178" 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">Camas, capacidad de</h1>
Número total de camas censables de un hospital que están permanentemente dispuestas para uso de los pacientes internados.								</div>
				</div>
				<div class="elementor-element elementor-element-ee8c15a elementor-widget elementor-widget-SimpleAudioPlayer" data-id="ee8c15a" data-element_type="widget" data-e-type="widget" data-widget_type="SimpleAudioPlayer.default">
				<div class="elementor-widget-container">
					
		<div class="skin_simple h5ap_standard_player" data-options='{"controls":["play","progress","current-time","duration","mute","volume","settings"],"seekTime":15}'>
			<audio controls id="bplayer_id" >
				<source src="https://bidiss.ciess.org/wp-content/uploads/2024/09/Camas.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-c093dbd elementor-widget elementor-widget-button" data-id="c093dbd" 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-23738 post type-post status-publish format-standard hentry category-glosario category-instalaciones-hospitalarias category-u tag-glosario-de-seguridad-social-america-latina-salud tag-instalaciones-hospitalarias tag-instalaciones-sanitarias tag-salud tag-salud-publica tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/unidades-fabriles/" >
				Unidades fabriles			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-23733 post type-post status-publish format-standard hentry category-glosario category-instalaciones-hospitalarias category-u tag-glosario-de-seguridad-social-america-latina-salud tag-instalaciones-hospitalarias tag-instalaciones-sanitarias tag-salud tag-salud-publica tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/unidad-movil/" >
				Unidad móvil			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-23728 post type-post status-publish format-standard hentry category-glosario category-instalaciones-hospitalarias category-u tag-glosario-de-seguridad-social-america-latina-salud tag-instalaciones-hospitalarias tag-instalaciones-sanitarias tag-salud tag-salud-publica tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/unidad-medica-rural/" >
				Unidad médica rural			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-23723 post type-post status-publish format-standard hentry category-glosario category-instalaciones-hospitalarias category-u tag-glosario-de-seguridad-social-america-latina-salud tag-instalaciones-hospitalarias tag-instalaciones-sanitarias tag-salud tag-salud-publica tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/unidad-medica/" >
				Unidad médica			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-23710 post type-post status-publish format-standard hentry category-glosario category-instalaciones-hospitalarias category-u tag-glosario-de-seguridad-social-america-latina-salud tag-instalaciones-hospitalarias tag-instalaciones-sanitarias tag-salud tag-salud-publica tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/unidad-de-medicina-familiar-con-hospitalizacion/" >
				Unidad de medicina familiar con hospitalización			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-23705 post type-post status-publish format-standard hentry category-glosario category-instalaciones-hospitalarias category-u tag-glosario-de-seguridad-social-america-latina-salud tag-instalaciones-hospitalarias tag-instalaciones-sanitarias tag-salud tag-salud-publica tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/unidad-de-medicina-familiar/" >
				Unidad de medicina familiar			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-22968 post type-post status-publish format-standard hentry category-glosario category-instalaciones-hospitalarias category-s tag-glosario-de-seguridad-social-america-latina-salud tag-instalaciones-hospitalarias tag-instalaciones-sanitarias tag-salud tag-salud-publica tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/servicio-de-urgencias/" >
				Servicio de urgencias			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-22963 post type-post status-publish format-standard hentry category-glosario category-instalaciones-hospitalarias category-s tag-glosario-de-seguridad-social-america-latina-salud tag-instalaciones-hospitalarias tag-instalaciones-sanitarias tag-salud tag-salud-publica tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/servicio-de-medicina-preventiva/" >
				Servicio de medicina preventiva			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-22958 post type-post status-publish format-standard hentry category-glosario category-instalaciones-hospitalarias category-s tag-glosario-de-seguridad-social-america-latina-salud tag-instalaciones-hospitalarias tag-instalaciones-sanitarias tag-salud tag-salud-publica tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/servicio-auxiliar-de-diagnostico/" >
				Servicio auxiliar de diagnóstico			</a>
		</h5>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-22526 post type-post status-publish format-standard hentry category-glosario category-instalaciones-hospitalarias category-s tag-glosario-de-seguridad-social-america-latina-salud tag-instalaciones-hospitalarias tag-instalaciones-sanitarias tag-salud tag-salud-publica tag-seguridad-social">
				<div class="elementor-post__text">
				<h5 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/glosario/sala-de-recuperacion/" >
				Sala de recuperación			</a>
		</h5>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-6e98aee e-flex e-con-boxed e-con e-parent" data-id="6e98aee" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-cc0cb18 elementor-widget elementor-widget-text-editor" data-id="cc0cb18" 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-ca6b581 e-flex e-con-boxed e-con e-parent" data-id="ca6b581" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-76b98da e-con-full e-flex e-con e-child" data-id="76b98da" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-6f1da5a elementor-widget elementor-widget-heading" data-id="6f1da5a" 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-46ab9ab elementor-grid-1 elementor-posts--thumbnail-left elementor-grid-tablet-1 elementor-grid-mobile-1 elementor-widget elementor-widget-posts" data-id="46ab9ab" 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-3774 post type-post status-publish format-standard has-post-thumbnail hentry category-administracion category-cobertura category-desarrollo-institucional category-desarrollo-social category-editadas-por-la-secretaria-general category-financiacion-de-la-seguridad-social category-historia-de-la-seguridad-social category-pensiones category-politica-social category-prestaciones-en-salud category-prestaciones-familiares category-prestaciones-sociales category-proteccion-de-la-salud category-proteccion-social category-publicaciones category-regimenes-de-seguridad-social category-serie-monografias category-servicios-de-salud category-temas tag-america-latina tag-asistencia-social tag-aspectos-juridicos tag-beneficios-de-la-seguridad-social tag-cuba tag-desarrollo-de-la-organizacion tag-desempleo tag-educacion tag-empleo tag-financiamiento tag-historia-de-la-seguridad-social tag-mercado-de-trabajo tag-militares tag-panorama-de-la-seguridad-social tag-seguridad-social tag-seguridad-social-rural tag-sistema-nacional-de-salud tag-trabajadores-del-arte tag-trabajadores-del-campo tag-trabajadores-independientes">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/seguridad-social-en-cuba-edicion-actualizada/" 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-25.png" class="attachment-medium_large size-medium_large wp-image-3775" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieMonografias-25.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieMonografias-25-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieMonografias-25-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/seguridad-social-en-cuba-edicion-actualizada/" >
				Seguridad social en Cuba. (edición actualizada)			</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>
				<article class="elementor-post elementor-grid-item post-3616 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-aspectos-actuariales tag-cuidado-infantil tag-cuidados-de-largo-plazo tag-panorama-de-la-seguridad-social tag-programas-de-pensiones tag-seguridad-social tag-sistemas-de-pensiones tag-sistemas-de-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/informe-sobre-la-seguridad-social-en-america-2009-evaluacion-de-los-sistemas-de-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="630" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/Informes-SS-07.png" class="attachment-medium_large size-medium_large wp-image-3617" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Informes-SS-07.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Informes-SS-07-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Informes-SS-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/informe-sobre-la-seguridad-social-en-america-2009-evaluacion-de-los-sistemas-de-seguridad-social/" >
				Informe sobre la seguridad social en América 2009: Evaluación de los sistemas de seguridad social			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Este Informe de 2009 sobre la Evaluación en los Sistemas de Seguridad Social tiene un vínculo natural con el tema del año pasado. En esa ocasión tratamos el tema Innovando		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-2601 post type-post status-publish format-standard has-post-thumbnail hentry category-acceso-a-la-salud category-bienestar category-cobertura category-documentos-de-trabajo category-editadas-por-la-secretaria-general category-migracion category-migracion-irrecular category-proteccion-social category-publicaciones category-riesgos-de-desastres category-sistemas-de-capitalizacion category-temas category-trabajo tag-acceso-a-la-salud tag-cobertura-de-seguridad-social tag-migracion tag-migracion-irregular tag-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/seguridad-social-para-personas-migrantes-en-america-latina-y-el-caribe/" 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-03.png" class="attachment-medium_large size-medium_large wp-image-2602" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Documentos-Trabajo-03.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Documentos-Trabajo-03-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Documentos-Trabajo-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/seguridad-social-para-personas-migrantes-en-america-latina-y-el-caribe/" >
				Seguridad social para personas migrantes en América Latina y el Caribe			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>El objetivo del presente cuaderno es plantear algunas recomendaciones que sean puntos de partida para garantizar el acceso a atención en salud a personas migrantes irregulares, por un lado, y		</div>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-05ad7c5 e-con-full e-flex e-con e-child" data-id="05ad7c5" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-4adf181 elementor-widget elementor-widget-heading" data-id="4adf181" 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-4269101 elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="4269101" data-element_type="widget" data-e-type="widget" data-settings="{&quot;classic_columns&quot;:&quot;1&quot;,&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
							<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-13061 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliotecas-digitales category-monitor-de-recursos-de-informacion tag-aspectos-sociales tag-bases-de-datos tag-bibliotecologia tag-contribuciones tag-derechos-humanos tag-medio-ambiente tag-migracion tag-motor-de-busqueda tag-pensiones tag-programas-sociales tag-proteccion-social tag-repositorio tag-sistemas-de-informacion">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/biblioteca-del-colegio-de-mexico-daniel-cosio-villegas/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="910" height="531" src="https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-cm.png" class="attachment-full size-full wp-image-13062" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-cm.png 910w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-cm-300x175.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-cm-768x448.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-cm-580x338.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/08/monitor-cm-860x502.png 860w" sizes="(max-width: 910px) 100vw, 910px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/biblioteca-del-colegio-de-mexico-daniel-cosio-villegas/" >
				Biblioteca del Colegio de México «Daniel Cosío Villegas»			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Repositorio institucional de la Organización Panamericana de la Salud/Organización Mundial de Salud (OPS/OMS) que se ha consolidado como su biblioteca digital, ya que reúne los		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-10719 post type-post status-publish format-standard has-post-thumbnail hentry category-base-de-datos-monitor-de-recursos-de-informacion category-monitor-de-recursos-de-informacion category-revistas-especializadas tag-bases-de-datos tag-bibliotecologia tag-enfermedades tag-medicina tag-publicaciones-cientificas tag-revistas-especializadas tag-salud tag-salud-publica tag-sistemas-de-informacion tag-sistemas-de-salud">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/pubmed/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="910" height="549" src="https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-6.png" class="attachment-full size-full wp-image-10725" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-6.png 910w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-6-300x181.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-6-768x463.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-6-580x350.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-6-860x519.png 860w" sizes="(max-width: 910px) 100vw, 910px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/pubmed/" >
				PuBMed			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Motor de búsqueda de acceso libre que permite la consulta de los contenidos de la base de datos MEDLINE, especializada en áreas de medicina, enfermería,		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-10685 post type-post status-publish format-standard has-post-thumbnail hentry category-base-de-datos-monitor-de-recursos-de-informacion category-ciencias-de-la-salud category-monitor-de-recursos-de-informacion category-revistas-especializadas tag-bases-de-datos tag-bibliotecologia tag-ciencias-de-la-salud tag-publicaciones-cientificas tag-revistas-especializadas tag-salud-publica tag-sistemas-de-informacion">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/scielo/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="910" height="664" src="https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-3.png" class="attachment-full size-full wp-image-10686" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-3.png 910w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-3-300x219.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-3-768x560.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-3-580x423.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/07/Recurso-3-860x628.png 860w" sizes="(max-width: 910px) 100vw, 910px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/monitor-de-recursos-de-informacion/scielo/" >
				Scielo			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Modelo cooperativo descentralizado para la publicación de revistas científicas en Internet que cumplen unos ciertos criterios de calidad, cuya finalidad es aumentar la difusión y		</div>
				</div>
				</article>
				</div>
		
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-2dedf24 e-con-full e-flex e-con e-child" data-id="2dedf24" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-4cbf204 elementor-widget elementor-widget-heading" data-id="4cbf204" 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-060ea0c elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="060ea0c" data-element_type="widget" data-e-type="widget" data-settings="{&quot;classic_columns&quot;:&quot;1&quot;,&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
							<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-25158 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-administracion-de-la-seguridad-social tag-beneficios tag-cobertura tag-costos tag-financiacion tag-financiamiento tag-financiamiento-de-la-seguridad-social tag-finanzas tag-inversion tag-prestaciones tag-presupuestos tag-seguridad-social tag-sistema-de-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/inversion-de-fondos-de-pensiones-en-la-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="1920" height="1080" src="https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social.jpg" class="attachment-full size-full wp-image-25159" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social.jpg 1920w, https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social-300x169.jpg 300w, https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social-1024x576.jpg 1024w, https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social-768x432.jpg 768w, https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social-1536x864.jpg 1536w, https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social-580x326.jpg 580w, https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social-860x484.jpg 860w, https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social-1160x653.jpg 1160w, https://bidiss.ciess.org/wp-content/uploads/2025/07/Introduccion-a-los-sistemas-de-financiacion-de-beneficios-en-la-seguridad-social-640x360.jpg 640w" sizes="(max-width: 1920px) 100vw, 1920px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/inversion-de-fondos-de-pensiones-en-la-seguridad-social/" >
				Inversión de fondos de pensiones en la seguridad social			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Bibliografía especializada en sistemas de financiación en la seguridad social.</p>
		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-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 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-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/camas-capacidad-de/">Camas, capacidad de</a> se publicó primero en <a href="https://bidiss.ciess.org">Biblioteca Digital de Seguridad Social</a>.</p>
]]></content:encoded>
					
		
		<enclosure url="https://bidiss.ciess.org/wp-content/uploads/2024/09/Camas.mp3?download=false" length="36428" type="audio/mpeg" />

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