<?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>Políticas públicas archivos - Biblioteca Digital de Seguridad Social</title>
	<atom:link href="https://bidiss.ciess.org/tag/politicas-publicas/feed/" rel="self" type="application/rss+xml" />
	<link>https://bidiss.ciess.org/tag/politicas-publicas/</link>
	<description>Biblioteca Digital de Seguridad Social completar descripción</description>
	<lastBuildDate>Wed, 05 Feb 2025 23:31:08 +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>Políticas públicas archivos - Biblioteca Digital de Seguridad Social</title>
	<link>https://bidiss.ciess.org/tag/politicas-publicas/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Alta dirección en instituciones de seguridad social</title>
		<link>https://bidiss.ciess.org/bibliografias/alta-direccion-en-instituciones-de-seguridad-social/</link>
		
		<dc:creator><![CDATA[Ernesto Ramirez]]></dc:creator>
		<pubDate>Thu, 23 May 2024 16:02:35 +0000</pubDate>
				<category><![CDATA[Bibliografías especializadas]]></category>
		<category><![CDATA[Administración]]></category>
		<category><![CDATA[Administración de la seguridad social]]></category>
		<category><![CDATA[Administración de servicios]]></category>
		<category><![CDATA[Administración pública]]></category>
		<category><![CDATA[Calidad de servicios]]></category>
		<category><![CDATA[Cultura organizacional]]></category>
		<category><![CDATA[Gerencia]]></category>
		<category><![CDATA[Habilidades gerenciales]]></category>
		<category><![CDATA[Liderazgo]]></category>
		<category><![CDATA[Políticas públicas]]></category>
		<category><![CDATA[Recursos humanos]]></category>
		<category><![CDATA[Satisfacción laboral]]></category>
		<category><![CDATA[Sistema de salud]]></category>
		<guid isPermaLink="false">https://bidiss.ciess.org/?p=8838</guid>

					<description><![CDATA[<p><img width="650" height="366" src="https://bidiss.ciess.org/wp-content/uploads/2024/05/12-alta-direccion-instituciones-seguridad-social.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" 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" /></p>
<p>Bibliografía especializada en alta dirección en las instituciones de seguridad social.</p>
<p>La entrada <a href="https://bidiss.ciess.org/bibliografias/alta-direccion-en-instituciones-de-seguridad-social/">Alta dirección 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="8838" class="elementor elementor-8838" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-6c31a83 e-con-full e-flex e-con e-parent" data-id="6c31a83" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-86a253c elementor-widget__width-inherit elementor-widget elementor-widget-html" data-id="86a253c" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<head>
    <title>Estantería de boletines bibliohemerográficos</title>
    <link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.css">
    <style>
        @import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300&display=swap');

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

        @media screen and (max-width: 535px) {
            .slide-content {
                width: 100%;
                height: 30%; 
                text-align: center;
                padding: 20px;
            }
            .slide-content p {
                font-size: 1.2rem; 
                padding: 20px;
            }
        }
    </style>
</head>
<body>
<div class="swiper-container CIESS-swiper-container">
    <div class="swiper-wrapper">
        <a href="#" class="swiper-slide">
            <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2024/05/12-alta-direccion-instituciones-seguridad-social.png">
            <div class="slide-content">
                <p>Alta dirección 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/05/12-alta-direccion-instituciones-seguridad-social.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/bibliografia_alta_direccion-qolayd0if5elvww2oa587122h5mm9vyp9mpxtmbmdc.png" title="bibliografia_alta_dirección" alt="bibliografia_alta_dirección" 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/01/2025.-Bibliografa-Alta-direccin-en-inst.-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-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-alta-direccion-en-instituciones-de-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 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 diplomado <strong>"Alta dirección en instituciones de seguridad social"</strong>, que impartiremos en el Centro Interamericano de Estudios de Seguridad Social del 25 de febrero al 22 de julio de 2025 en la modalidad en Línea.</p>
</body>
</html>				</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">
					<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <style>
        body {
            font-family: "Raleway", sans-serif;
        }
        .color-black {
            color: #000000;
        }
        .color-blue {
            color: #3366ff;
        }
        .text-justify {
            text-align: justify;
            font-size: 18px;
        }
        .text-bold {
            font-weight: bold;
        }
        .link-blue {
            color: #043ca9;
            text-decoration: none;
        }
        h1 {
            font-size: 32px;
            color: #043ca9;
            margin-bottom: 2px;
            line-height: 30px;            
        }
        h2 {
            font-size: 26px;
            font-weight: 800;
            color: #043ca9;
        }
        h5 {
            font-size: 28px;
            font-weight: 800;
            text-align: center;
            line-height: 30px; 
            margin-bottom: 2px;
        }
        .larger-font {
            font-size: 20px;
        }
        .titulo {
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;
            background-color: #f0eee6;
            padding: .5rem;
            border-radius: 8px;
        }
        .bibliografia {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .ficha {
            width: calc(23% - 20px); /* Se ajusta el ancho al 25% para mostrar cuatro fichas por fila */
            margin: 10px;
            border: 1px solid #ccc;
            text-align: left;
            transition: transform 0.2s;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 1rem;
            margin: 1rem;
            text-decoration: none;
            color: #333 !important;
            transition: all 0.3s ease;
            border-radius: 10px;
        }
        .ficha:hover {
            box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.2);
        }
        .ficha img {
            width: 100%;
            max-width: 100%;
            margin-bottom: 5px;
            margin-bottom: 16px;
            height: auto;
            transition: transform 0.2s;
            border-radius: 5px 5px 5px 5px;
            box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.5);
        }
        .ficha img:hover {
            justify-content: center;
        }
        .title-line {
            height: 2px;
            background: linear-gradient(to right, #85ac1c, #1092bc);
            margin-top: 10px;
        }
        .registro-boton-active {
            display: inline-block;
            padding: 15px 15px;
            border: 2px solid #3675AB;
            text-align: center;
            border-radius: 5px;
            transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
            margin-top: 20px;
            background-color: #3675AB;
            color: #ffffff;
            text-decoration: none;
        }
        .registro-boton-active:hover {
            color: #3675AB;
            background-color: #ffffff;
            border-color: #3675AB;
        }
        @media (max-width: 768px) {
            .ficha {
                max-width: calc(50% - 20px);
                margin: 10px;
                padding: 10px;
            }
            .titulo {
                font-size: 12px;
            }
        }
        @media (max-width: 480px) {
            .ficha {
                width: calc(100% - 20px);
                margin: 5px;
                padding: 5px;
            }
            .titulo {
                font-size: 16px;
            }
        }
    </style>
</head>

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

<div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2024/05/bib5-1.png" alt="Libro 1">
      <div class="titulo">Barón Ballesteros, R. (2024). <strong>Cultura Organizacional: Una Reflexión Teórica Hacia la Construcción de Organizaciones Inteligentes</strong>. Ciencia Latina Revista Científica Multidisciplinar, 8(2), 1537-1563.
      </div>
   
        <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2352" rel="noopener" class="registro-boton-active" target="_blank">
  <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;</a>
</div>

<div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2024/05/bib10-1.png" alt="Libro 2">
      <div class="titulo">Magaña, S., González, K., Barjau, H., et al. (2024). <strong>Liderazgo Intergeneracional como Recurso de Gestión en las Organizaciones Multigeneracionales</strong>. Ciencia Latina Revista Científica Multidisciplinar, 8(1), 6306-6317.
      </div>

      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2354" 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/02/pub-01.png" alt="Libro 3">
      <div class="titulo">Cantillo, A., Florez, J., et al. (2024) <strong>Innovación sostenible y habilidades gerenciales: pilares de una gestión empresarial efectiva.</strong>. <i>22nd LACCEI International Multi-Conference for Engineering, Education, and Technology, .</i> San José, Costa Rica. The Latin American and Caribbean Consortium of Engineering Institutions.
      </div>

      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2607" 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-6.png" alt="Libro 4">
      <div class="titulo">Barón Ballesteros, R. (2024). <strong>Cultura Organizacional: Una Reflexión Teórica Hacia la Construcción de Organizaciones Inteligentes</strong>. <i>Ciencia Latina Revista Científica Multidisciplinar, 8(2), 1537-1563.</i>
      </div>

      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2352" rel="noopener" class="registro-boton-active" target="_blank">
          <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;
         </a>
</div>

<div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2024/05/bib10-1.png" alt="Libro 5">
      <div class="titulo">Magaña, S., González, K., Barjau, H., et al. (2024). <strong>Liderazgo Intergeneracional como Recurso de Gestión en las Organizaciones Multigeneracionales</strong>. <i>Ciencia Latina Revista Científica Multidisciplinar, 8(1), 6306-6317.</i>
      </div>

      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2354" 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-5.png" alt="Libro 6">
      <div class="titulo">Minh Sang, H. (2024). <strong>Human Resources in the Knowledge Economy: Training and Developing Modern Management Skills</strong>. <i>International Journal of Multidisciplinary Research and Analysis, 7(7), 3260-3268.</i>
      </div>

      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2606" 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-4.png" alt="Libro 7">
      <div class="titulo">Navarrete-Secaira, M. E., Solís-Muñoz, J. B. (2024). <strong>Desarrollo de habilidades empresariales mediante la aplicación de las Normas Internacionales de Información Financiera</strong>. <i>Revista Multidisciplinaria Perspectivas Investigativas, 4(especial), 13–25.</i>
      </div>

      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2596" rel="noopener" class="registro-boton-active" target="_blank">
          <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;
         </a>
</div>


<div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2024/05/bib4-1.png" alt="Libro 8">
      <div class="titulo">Pacheco, D. F. (2023). <strong>Control interno y la gestión administrativa. Una revisión sistemática del 2020 al 2022</strong>. Ciencia Latina Revista Científica Multidisciplinar, 7(1), 6697-6712.
      </div>

      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2351" rel="noopener" class="registro-boton-active" target="_blank">
          <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;
         </a>
</div>

<div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2024/05/bib6-1.png" alt="Libro 9">
      <div class="titulo">Lazo, Y. (2023). <strong>La importancia de las habilidades directivas para mejorar la satisfacción laboral en el sector de la salud del Perú</strong>. Ciencia Latina Revista Científica Multidisciplinar, 7(1), 11256-11273.
      </div>
      
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2350" rel="noopener" class="registro-boton-active" target="_blank">
          <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;
         </a>
</div>

<div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2024/05/bib15.png" alt="Libro 10">
      <div class="titulo">Rivera-Ulloa, N., Vegas-Meléndez, H. (2023). <strong>Gerencia pública disruptiva desde la perspectiva de los principios de la gobernanza institucional</strong>. 593 Digital Publisher CEIT, 8(3-1), 117-132.
      </div>

      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2018" rel="noopener" class="registro-boton-active" target="_blank">
          <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;
         </a>
</div>

<div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2024/05/bib16.png" alt="Libro 11">
      <div class="titulo">Lopez-Zambrano, J., & Liccioni, E. (2023). <strong>Principios de la nueva gobernanza en la administración pública. Una oportunidad para la transparencia en el sector salud: Unidad de estudio: Hospital del IESS de Manta</strong>. <i>593 Digital Publisher CEIT, 8(3-1), 36-51</i>
      </div>

      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2016" 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-4.png" alt="Libro 12">
      <div class="titulo">Chapa, M. C. L., Chapa, E., Escalante Cano, E. (2023). <strong>“Habilidades Directivas en la Gestión Empresarial Estatal, Generando Bienestar Social”</strong>. <i>Revista Internacional de Investigación en Ciencias Sociales, 19(1), 115-130.</i>
      </div>

      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2602" 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-4.png" alt="Libro 13">
      <div class="titulo">Chiang, M. M., Escalona, K., Rivera, M. J. (2023). <strong>Compromiso organizacional y satisfacción laboral, análisis de clases latentes en trabajadores de administración pública y privada</strong>. <i>Ciencias Administrativas, (23), 1-13.</i>
      </div>

      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2545" rel="noopener" class="registro-boton-active" target="_blank">
          <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;
         </a>
</div>

<div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2024/05/bib2-1.png" alt="Libro 14">
      <div class="titulo">Maciel, A., et al. (2022). <strong>Política de calidad: trato digno desde el liderazgo de la alta dirección en un Hospital de Alta Especialidad</strong>. Revista Dilemas contemporáneos: Educación, Política y Valores, X(1), 2022.
      </div>
      
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2020" rel="noopener" class="registro-boton-active" target="_blank">
          <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;
         </a>
</div>

<div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2024/05/bib9-1.png" alt="Libro 14">
      <div class="titulo">Cendales, B. E., González, M. H., Segura, S. (2022). <strong>Variables e instrumentos para la evaluación del desempeño individual en el trabajo</strong>. Cuadernos Latinoamericanos De Administración, 18(34).
      </div>
     
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2339" rel="noopener" class="registro-boton-active" target="_blank">
          <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;
         </a>
</div>

<div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2024/05/bib13-1.png" alt="Libro 15">
      <div class="titulo">Ortega, Aída, Vega, M. A., Zamarripa, J. M. (2022). <strong>El rol de líder transformacional en equipos diversos y sus efectos en variables emergentes, para entender el desempeño grupal</strong>. Trascender, contabilidad y gestión, 7(20), 224–245.
      </div>

      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2004" 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-3.png" alt="Libro 16">
      <div class="titulo">Marrero, F. (2022). <strong>Metodología para contribuir a la sostenibilidad desde el proceso de dirección estratégica</strong>. <i>Ciencias Administrativas, (21), 112.</i>
      </div>

      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2543" rel="noopener" class="registro-boton-active" target="_blank">
          <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;
         </a>
</div>

<div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2024/05/bib11-1.png" alt="Libro 17">
      <div class="titulo">Cristina O, Eduardo A. (2021). <strong>Sistema de alta dirección pública. Referentes para una reforma</strong>. <i>Observatorio Económico, (160), 6–8, 2021.</i>
      </div>
 
        <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2021" rel="noopener" class="registro-boton-active" target="_blank">
  <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;</a>
</div>

<div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2024/05/bib3-1.png" alt="Libro 18">
      <div class="titulo">Arguedas, A., Chaverri, P. (2020). <strong>Políticas públicas basadas en evidencia: una revisión del concepto y sus características</strong>. Revista ABRA, 40(60), 49-76. 
      </div>
      
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2343" rel="noopener" class="registro-boton-active" target="_blank">
          <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;
         </a>
</div>

<div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2024/05/bib1-1.png" alt="Libro 19">
      <div class="titulo">Gaete, R., Álvarez, J. (2020). <strong>Alta dirección pública y techo de cristal. Acceso de las mujeres a los puestos directivos en Chile</strong>. Espiral Estudios sobre Estado y Sociedad, Vol. 27(77).
      </div>
     
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2023" rel="noopener" class="registro-boton-active" target="_blank">
          <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;
         </a>
</div>

<div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2024/05/bib12-1.png" alt="Libro 20">
      <div class="titulo">Contreras-Carreto, N., Ramírez-Montiel, M. (2020). <strong>Problemas de liderazgo en la alta dirección de instituciones de salud</strong>. Cirugía y Cirujanos, 88(4), 2020.
      </div>

      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2024" rel="noopener" class="registro-boton-active" target="_blank">
          <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;
         </a>
</div>

<div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2024/05/bib17.png" alt="Libro 21">
      <div class="titulo">Organización Iberoamericana de Seguridad Social (2020). <strong>Manual para la buena gestión en la seguridad social</strong>. España: OISS.
      </div>

      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=1669" rel="noopener" class="registro-boton-active" target="_blank">
          <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;
         </a>
</div>

<div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2024/05/bib7-1.png" alt="Libro 22">
      <div class="titulo">Bartunek, J. M., Rynes, S. L. (2017). <strong>Evidence-Based Management: Foundations, Development, Controversies and Future</strong>. Annual Review of Organizacional Psychology and Organizational Behavior, 4, 235-261.
      </div>
     
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2341" rel="noopener" class="registro-boton-active" target="_blank">
          <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;
         </a>
</div>

<div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2024/05/bib8-1.png" alt="Libro 23">
      <div class="titulo">Pont, J. (2016). <strong>Modelos innovadores de administración y gestión pública: Hacia la emergencia de nuevos paradigmas</strong>. Gestión y Análisis de Políticas Pública, (16), 6-26. Instituto Nacional de Administración Pública.
      </div>
     
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2338" 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/administracion/" class="elementor-post-info__terms-list-item">Administración</a>, <a href="https://bidiss.ciess.org/tag/administracion-de-la-seguridad-social/" class="elementor-post-info__terms-list-item">Administración de la seguridad social</a>, <a href="https://bidiss.ciess.org/tag/administracion-de-servicios/" class="elementor-post-info__terms-list-item">Administración de servicios</a>, <a href="https://bidiss.ciess.org/tag/administracion-publica/" class="elementor-post-info__terms-list-item">Administración pública</a>, <a href="https://bidiss.ciess.org/tag/calidad-de-servicios/" class="elementor-post-info__terms-list-item">Calidad de servicios</a>, <a href="https://bidiss.ciess.org/tag/cultura-organizacional/" class="elementor-post-info__terms-list-item">Cultura organizacional</a>, <a href="https://bidiss.ciess.org/tag/gerencia/" class="elementor-post-info__terms-list-item">Gerencia</a>, <a href="https://bidiss.ciess.org/tag/habilidades-gerenciales/" class="elementor-post-info__terms-list-item">Habilidades gerenciales</a>, <a href="https://bidiss.ciess.org/tag/liderazgo/" class="elementor-post-info__terms-list-item">Liderazgo</a>, <a href="https://bidiss.ciess.org/tag/politicas-publicas/" class="elementor-post-info__terms-list-item">Políticas públicas</a>, <a href="https://bidiss.ciess.org/tag/recursos-humanos/" class="elementor-post-info__terms-list-item">Recursos humanos</a>, <a href="https://bidiss.ciess.org/tag/satisfaccion-laboral/" class="elementor-post-info__terms-list-item">Satisfacción laboral</a>, <a href="https://bidiss.ciess.org/tag/sistema-de-salud/" class="elementor-post-info__terms-list-item">Sistema 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" role="list">
				<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" role="listitem">
				<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 fetchpriority="high" 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-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" role="listitem">
				<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 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>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/bibliografias/alta-direccion-en-instituciones-de-seguridad-social/" aria-label="Más información sobre Alta dirección en instituciones de seguridad social" tabindex="-1" >
			Leer más »		</a>

				</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" role="listitem">
				<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 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>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/bibliografias/inversion-de-fondos-de-pensiones-en-la-seguridad-social/" aria-label="Más información sobre Inversión de fondos de pensiones en la seguridad social" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-16852 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-adulto-mayor tag-bienestar-social tag-cobertura tag-derecho-a-la-seguridad-social tag-envejecimiento-poblacional tag-pobreza tag-proteccion-social tag-seguridad-social tag-vejez" role="listitem">
				<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>
				</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--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" role="list">
								<div class="elementor-grid-item" role="listitem">
						<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 aria-hidden="true" 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" role="listitem">
						<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 aria-hidden="true" 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" role="listitem">
						<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 aria-hidden="true" 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" role="listitem">
						<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 aria-hidden="true" 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" role="listitem">
						<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 aria-hidden="true" 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/alta-direccion-en-instituciones-de-seguridad-social/">Alta dirección 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>Boletín bibliohemerográfico, número 9, septiembre 2021</title>
		<link>https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-9-septiembre-2021/</link>
		
		<dc:creator><![CDATA[Ernesto Ramirez]]></dc:creator>
		<pubDate>Sun, 29 Oct 2023 00:29:45 +0000</pubDate>
				<category><![CDATA[Boletines bibliohemerográficos]]></category>
		<category><![CDATA[Editadas por el CIESS]]></category>
		<category><![CDATA[Publicaciones]]></category>
		<category><![CDATA[América Latina]]></category>
		<category><![CDATA[Argentina]]></category>
		<category><![CDATA[Cálculo de pensiones]]></category>
		<category><![CDATA[Chile]]></category>
		<category><![CDATA[CISS]]></category>
		<category><![CDATA[Cobertura de la seguridad social]]></category>
		<category><![CDATA[Costa Rica]]></category>
		<category><![CDATA[Covid-19]]></category>
		<category><![CDATA[Desempleo]]></category>
		<category><![CDATA[Diálogo social]]></category>
		<category><![CDATA[Envejecimiento poblacional]]></category>
		<category><![CDATA[Esto de bienestar]]></category>
		<category><![CDATA[Estrés laboral]]></category>
		<category><![CDATA[Flexibilidad laboral]]></category>
		<category><![CDATA[Historia de la CISS]]></category>
		<category><![CDATA[Historia de la seguridad social]]></category>
		<category><![CDATA[Informes institucionales]]></category>
		<category><![CDATA[Jóvenes]]></category>
		<category><![CDATA[Mercado laboral]]></category>
		<category><![CDATA[MERCOSUR]]></category>
		<category><![CDATA[Negociación colectiva]]></category>
		<category><![CDATA[Panamá]]></category>
		<category><![CDATA[Pandemia]]></category>
		<category><![CDATA[Pensiones]]></category>
		<category><![CDATA[Perú]]></category>
		<category><![CDATA[Políticas públicas]]></category>
		<category><![CDATA[Privatización]]></category>
		<category><![CDATA[Relaciones laborales]]></category>
		<category><![CDATA[Salud mental]]></category>
		<category><![CDATA[Seguridad social]]></category>
		<category><![CDATA[Sindicatos]]></category>
		<category><![CDATA[Sistemas de pensiones]]></category>
		<category><![CDATA[Trabajador minero]]></category>
		<category><![CDATA[Trabajadores migrantes]]></category>
		<category><![CDATA[Transferencias económicas]]></category>
		<category><![CDATA[Vivienda]]></category>
		<category><![CDATA[Vivienda social]]></category>
		<guid isPermaLink="false">https://bidiss.ciess.org/?p=4483</guid>

					<description><![CDATA[<p><img width="860" height="575" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2021-09-860x575.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" /></p>
<p>Boletín que incorpora referencias a material bibliohemerográfico en materia de seguridad social y de temas afines a su estudio y análisis.</p>
<p>La entrada <a href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-9-septiembre-2021/">Boletín bibliohemerográfico, número 9, septiembre 2021</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="4483" class="elementor elementor-4483" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-ede893f e-con-full e-flex e-con e-parent" data-id="ede893f" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-7854d2a elementor-widget__width-initial elementor-widget elementor-widget-heading" data-id="7854d2a" 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"><br>Boletines Bibliohemerográficos</h1>				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-0421b1f e-flex e-con-boxed e-con e-parent" data-id="0421b1f" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-1765975 elementor-widget elementor-widget-spacer" data-id="1765975" 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-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/Boletin2021-09-qejtzc56ojd6tpdq2bzx8juabpymfxcmp54qe51rsw.png" title="Boletin2021-09" alt="Boletin2021-09" 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/2023/10/Boletin2021-09.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">Descarga el boletin 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 {
            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: 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>
    <h1>Boletín biblohemerográfico</h1>
    <h2>número 9, septiembre 2021</h2>
    <p class="text-justify">En este número del boletín se incluyen las publicaciones que se han incorporado a nuestro fondo bibliográfico en las que se destacan las tesis del Máster de Estudios Avanzados en Seguridad Social, desarrollado en conjunto por el Centro Interamericano de Estudios de Seguridad Social y la Universidad Pablo de Olavide de Sevilla, España.</p>
</body>
</html>				</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-9affe12 e-flex e-con-boxed e-con e-parent" data-id="9affe12" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-f24f4db elementor-widget elementor-widget-html" data-id="f24f4db" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<h5>Nota histórica</h5>
<div class="title-line"></div>
<br>
<div style="text-align: center;">
  <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2023/11/Libro-2021-09-01.png" style="width: 25%;border-radius: 5px; display: inline-block; box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.5);">
</div>
<br><br>
<div><h4 class="p1" style="text-align: center;"><strong><span style="color: #000000;">Trabajos de la primera Conferencia Interamericana de Seguridad Social</span></strong></h4>
</div>
<p align="justify">Hace 79 años, en Santiago de Chile, se reunieron durante los días 10 al 16 de septiembre de 1942, personalidades consagradas a la causa de la seguridad y de la previsión sociales, atendiendo a la invitación realizada por el Gobierno de Chile, bajo los auspicios del Comité Interamericano de Iniciativas en Materia de Seguridad Social.</p>
<p align="justify">La finalidad de este evento fue promover la seguridad social y económica de los trabajadores y sus familias. Pero también, fue el centro de exposición de problemas que prevalecían en la región y que determinaron los elementos esenciales de un programa continental de seguridad social y estableció las bases de una cooperación permanente de las administraciones e instituciones interesadas.</p>
<p align="justify">Para conocer más sobre la organización, composición, orden del día,
discursos inaugurales, la participación de la OIT, Resoluciones y temas abordados, puede consultar el siguiente enlace.</p>
<div class="links-container" style="text-align: center;">
  <a href="http://biblioteca.ciess.org/adiss/index.php?P=SearchResults&F88=%3D1a.+Conferencia+Interamericana+de+Seguridad+Social.+Santiago+de+Chile%2C+10+al+16+de+septiembre+de+1942" rel="noopener" class="registro-boton-active" target="_blank">
  <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Más información &gt;
</a> 
</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-1461df9 e-flex e-con-boxed e-con e-parent" data-id="1461df9" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-a0ef2f6 elementor-widget elementor-widget-html" data-id="a0ef2f6" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<html lang="es">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <style>
        body {
            font-family: "Raleway", sans-serif;
        }
        .color-black {
            color: #000000;
        }
        .color-blue {
            color: #3366ff;
        }
        .text-justify {
            text-align: justify;
            font-size: 18px;
        }
        .text-bold {
            font-weight: bold;
        }
        .link-blue {
            color: #043ca9;
            text-decoration: none;
        }
        h1 {
            font-size: 32px;
            color: #043ca9;
            margin-bottom: 2px;
            line-height: 30px;            
        }
        h2 {
            font-size: 26px;
            font-weight: 800;
            color: #043ca9;
        }
        h5 {
            font-size: 28px;
            font-weight: 800;
            text-align: center;
            line-height: 30px; 
            margin-bottom: 2px;
        }
        .larger-font {
            font-size: 20px;
        }
        .titulo {
            font-weight: bold;
            }
        .bibliografia {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            }
        .ficha {
            width: 30%;
            margin: 10px;
            border: 1px solid #ccc;
            padding: 10px;
            text-align: left;
            transition: transform 0.2s;
            font-size: smaller;
            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 {
            /*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;
            }
        .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; /* Agregamos transición para el color del borde */
            margin-top: 20px;
            background-color: #3675AB;
            color: #ffffff;
            text-decoration: none;
        }

        .registro-boton-active:hover {
            color: #3675AB;
            background-color: #ffffff; /* Cambiamos el color de fondo al pasar el cursor */
            border-color: #3675AB; /* Mantenemos el color del borde al pasar el cursor */
        }
    </style>
    </style>
</head>
<body>
<h5>Resumen de contenido:</h5>
<div class="title-line"></div>
  <div class="bibliografia">
    <div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2023/11/Libro-2021-09-02.png" alt="Libro 1">
      <div class="titulo">Impacto social de la pandemia del Covid-19 en Panamá y análisis de eficiencia de los programas de transferencias monetarias</div>
      Autor: Carlos Garcimartín, Carolina Freire, Jhonatan A. Astudillo<br>
      Año: 2021<br>
      Editorial: Banco Interamericano de Desarrollo<br>
      Colección: Nota técnica del BID; 2221
      <a href="http://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=29084" 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/2023/11/Libro-2021-09-03.png" alt="Libro 2">
      <div class="titulo">Pensiones en el Sector Minero: Estudio y propuesta de pensiones con seguridad social</div>
      Autor: Fundación Sol<br>
      Año: 2021<br>
      Editorial: Fundación Sol: Federación de Supervisores de la Minería (FESUMIN) : Sindicato de Supervisores Angloamerican Chile<br>
      Colección: Estudios de la Fundación SOL. Serie Fortalecimiento Sindica
      <a href="http://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=29075" 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/2023/11/Libro-2021-09-04.png" alt="Libro 3">
      <div class="titulo">Pensiones sin Seguridad Social: ¿cómo se calcula el monto de las pensiones en Chile?</div>
      Autor: Francisca Barriga, Marco Kremerman<br>
      Año: 2021<br>
      Editorial:  Fundación Sol<br>
      Colección: Documentos de Trabajo del Área de Seguridad Social
      <a href="http://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=29074" 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/2023/11/Libro-2021-09-05.png" alt="Libro 4">
      <div class="titulo">Jóvenes y vulnerabilidad social en el México actual. Aproximaciones desde lo laboral, sexual-reproductivo y educativo</div>
      Coordinadoras: Arlette Covarrubias Feregrino, Nelly Caro Luján<br>
      Año: 2020<br>
      Editorial: El Colegio Mexiquense<br>
      
      <a href="http://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=29078" 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/2023/11/Libro-2021-09-06.png" alt="Libro 5">
      <div class="titulo">Informe al Ejecutivo Federal y al Congreso de la Unión sobre la situación financiera y los riesgos del IMSS 2020-2021</div>
    Presentación: Zoé Alejandro
Robledo Aburto<br>
    Año: 2018<br>
    Editorial: IMSS<br>
    
        <a href="http://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=29082" 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/2023/11/Libro-2021-09-07.png" alt="Libro 6">
      <div class="titulo">Del Estado de Bienestar al modelo neoliberal: La vivienda social en el caso chileno</div>
      Autor: Humberto Eliash<br>
      Año: 2020<br>
      Editorial: FLACSO<br>
      Revista: Estado y Políticas Públicas, (15), pp.83-112<br>
      <a href="http://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=1711" 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>Los temas que se abordan en las publicaciones de este boletín son:</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/america-latina/" class="elementor-post-info__terms-list-item">América Latina</a>, <a href="https://bidiss.ciess.org/tag/argentina/" class="elementor-post-info__terms-list-item">Argentina</a>, <a href="https://bidiss.ciess.org/tag/calculo-de-pensiones/" class="elementor-post-info__terms-list-item">Cálculo de pensiones</a>, <a href="https://bidiss.ciess.org/tag/chile/" class="elementor-post-info__terms-list-item">Chile</a>, <a href="https://bidiss.ciess.org/tag/ciss/" class="elementor-post-info__terms-list-item">CISS</a>, <a href="https://bidiss.ciess.org/tag/cobertura-de-la-seguridad-social/" class="elementor-post-info__terms-list-item">Cobertura de la seguridad social</a>, <a href="https://bidiss.ciess.org/tag/costa-rica/" class="elementor-post-info__terms-list-item">Costa Rica</a>, <a href="https://bidiss.ciess.org/tag/covid-19/" class="elementor-post-info__terms-list-item">Covid-19</a>, <a href="https://bidiss.ciess.org/tag/desempleo/" class="elementor-post-info__terms-list-item">Desempleo</a>, <a href="https://bidiss.ciess.org/tag/dialogo-social/" class="elementor-post-info__terms-list-item">Diálogo social</a>, <a href="https://bidiss.ciess.org/tag/envejecimiento-poblacional/" class="elementor-post-info__terms-list-item">Envejecimiento poblacional</a>, <a href="https://bidiss.ciess.org/tag/esto-de-bienestar/" class="elementor-post-info__terms-list-item">Esto de bienestar</a>, <a href="https://bidiss.ciess.org/tag/estres-laboral/" class="elementor-post-info__terms-list-item">Estrés laboral</a>, <a href="https://bidiss.ciess.org/tag/flexibilidad-laboral/" class="elementor-post-info__terms-list-item">Flexibilidad laboral</a>, <a href="https://bidiss.ciess.org/tag/historia-de-la-ciss/" class="elementor-post-info__terms-list-item">Historia de la CISS</a>, <a href="https://bidiss.ciess.org/tag/historia-de-la-seguridad-social/" class="elementor-post-info__terms-list-item">Historia de la seguridad social</a>, <a href="https://bidiss.ciess.org/tag/informes-institucionales/" class="elementor-post-info__terms-list-item">Informes institucionales</a>, <a href="https://bidiss.ciess.org/tag/jovenes/" class="elementor-post-info__terms-list-item">Jóvenes</a>, <a href="https://bidiss.ciess.org/tag/mercado-laboral/" class="elementor-post-info__terms-list-item">Mercado laboral</a>, <a href="https://bidiss.ciess.org/tag/mercosur/" class="elementor-post-info__terms-list-item">MERCOSUR</a>, <a href="https://bidiss.ciess.org/tag/negociacion-colectiva/" class="elementor-post-info__terms-list-item">Negociación colectiva</a>, <a href="https://bidiss.ciess.org/tag/panama/" class="elementor-post-info__terms-list-item">Panamá</a>, <a href="https://bidiss.ciess.org/tag/pandemia/" class="elementor-post-info__terms-list-item">Pandemia</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/peru/" class="elementor-post-info__terms-list-item">Perú</a>, <a href="https://bidiss.ciess.org/tag/politicas-publicas/" class="elementor-post-info__terms-list-item">Políticas públicas</a>, <a href="https://bidiss.ciess.org/tag/privatizacion/" class="elementor-post-info__terms-list-item">Privatización</a>, <a href="https://bidiss.ciess.org/tag/relaciones-laborales/" class="elementor-post-info__terms-list-item">Relaciones laborales</a>, <a href="https://bidiss.ciess.org/tag/salud-mental/" class="elementor-post-info__terms-list-item">Salud mental</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/sindicatos/" class="elementor-post-info__terms-list-item">Sindicatos</a>, <a href="https://bidiss.ciess.org/tag/sistemas-de-pensiones/" class="elementor-post-info__terms-list-item">Sistemas de pensiones</a>, <a href="https://bidiss.ciess.org/tag/trabajador-minero/" class="elementor-post-info__terms-list-item">Trabajador minero</a>, <a href="https://bidiss.ciess.org/tag/trabajadores-migrantes/" class="elementor-post-info__terms-list-item">Trabajadores migrantes</a>, <a href="https://bidiss.ciess.org/tag/transferencias-economicas/" class="elementor-post-info__terms-list-item">Transferencias económicas</a>, <a href="https://bidiss.ciess.org/tag/vivienda/" class="elementor-post-info__terms-list-item">Vivienda</a>, <a href="https://bidiss.ciess.org/tag/vivienda-social/" class="elementor-post-info__terms-list-item">Vivienda social</a>				</span>
					</span>
								</li>
				</ul>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-72d66a7 e-flex e-con-boxed e-con e-parent" data-id="72d66a7" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-d91f3ef elementor-widget elementor-widget-spacer" data-id="d91f3ef" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-0ed5c7e e-flex e-con-boxed e-con e-parent" data-id="0ed5c7e" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-9f14531 elementor-widget elementor-widget-heading" data-id="9f14531" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Otros números 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" role="list">
				<article class="elementor-post elementor-grid-item post-8294 post type-post status-publish format-standard has-post-thumbnail hentry category-boletines-bibliohemerograficos category-editadas-por-el-ciess category-publicaciones tag-administracion-y-gestion tag-asuntos-urbanos tag-bases-de-datos tag-bienestar-social tag-ciess tag-covid-19 tag-derechos-humanos tag-digitalizacion tag-enfermeria tag-entornos-de-trabajo-saludables tag-envejecimiento tag-equidad-de-genero tag-fondos-de-pensiones tag-fondos-previsionales tag-genero tag-historia-de-la-seguridad-social tag-historia-del-ciess tag-inteligencia-artificial tag-memoria-grafica-institucional tag-memoria-institucional tag-migracion tag-pandemia tag-personas-migrantes-bienestar-emocional tag-personas-trabajadoras-del-hogar tag-politicas-sociales tag-prestaciones-familiares tag-programas-sociales tag-rafael-uribe-uribe tag-riesgos-psicosociales tag-salud-en-el-trabajo tag-salud-ocupacional" role="listitem">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-1-enero-marzo-2024/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="462" height="357" src="https://bidiss.ciess.org/wp-content/uploads/2024/03/caratula-boletin-3.png" class="attachment-full size-full wp-image-8514" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/03/caratula-boletin-3.png 462w, https://bidiss.ciess.org/wp-content/uploads/2024/03/caratula-boletin-3-300x232.png 300w" sizes="(max-width: 462px) 100vw, 462px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-1-enero-marzo-2024/" >
				Boletín bibliohemerográfico, número 1. Enero &#8211; Marzo 2024			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-1-enero-marzo-2024/" aria-label="Más información sobre Boletín bibliohemerográfico, número 1. Enero &#8211; Marzo 2024" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-18867 post type-post status-publish format-standard has-post-thumbnail hentry category-boletines-bibliohemerograficos category-editadas-por-el-ciess category-publicaciones tag-administracion-y-gestion tag-bienestar-social tag-ciess tag-derechos-humanos tag-digitalizacion tag-enfermeria tag-entornos-de-trabajo-saludables tag-envejecimiento tag-equidad-de-genero tag-fondos-de-pensiones tag-fondos-previsionales tag-genero tag-historia-de-la-seguridad-social tag-historia-del-ciess tag-inteligencia-artificial tag-memoria-grafica-institucional tag-memoria-institucional tag-migracion tag-miguel-angel-fernandez-pastor tag-pandemia tag-personas-migrantes-bienestar-emocional tag-politicas-sociales tag-prestaciones-familiares tag-programas-sociales tag-riesgos-psicosociales tag-salud-en-el-trabajo tag-salud-ocupacional" role="listitem">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-4-noviembre-diciembre-2024/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="462" height="357" src="https://bidiss.ciess.org/wp-content/uploads/2024/12/portada-web-thumnail.png" class="attachment-full size-full wp-image-18878" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/12/portada-web-thumnail.png 462w, https://bidiss.ciess.org/wp-content/uploads/2024/12/portada-web-thumnail-300x232.png 300w" sizes="(max-width: 462px) 100vw, 462px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-4-noviembre-diciembre-2024/" >
				Boletín bibliohemerográfico, número 4 . Noviembre &#8211; Diciembre 2024			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-4-noviembre-diciembre-2024/" aria-label="Más información sobre Boletín bibliohemerográfico, número 4 . Noviembre &#8211; Diciembre 2024" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-4142 post type-post status-publish format-standard has-post-thumbnail hentry category-boletines-bibliohemerograficos category-editadas-por-el-ciess category-publicaciones tag-agenda-2030 tag-america-latina tag-asignaciones-universales tag-bienestar tag-brasil tag-derecho-de-la-seguridad-social tag-empleados-publicos tag-envejecimiento tag-fondos-de-pensiones tag-funcionarios-publicos tag-honduras tag-mexico tag-panama tag-pensiones tag-personas-trabajadoras-del-hogar tag-prestaciones tag-privatizacion tag-proteccion-social tag-reversion-de-reformas tag-seguridad-social tag-seguro-de-salud tag-sistema-de-pensiones tag-sistemas-de-pensiones tag-sistemas-de-seguridad-social tag-trabajo tag-universalidad" role="listitem">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-5-mayo-2019/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="800" height="618" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin-bibliohemerografico-2019-05.png" class="attachment-full size-full wp-image-4143" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin-bibliohemerografico-2019-05.png 800w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin-bibliohemerografico-2019-05-300x232.png 300w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin-bibliohemerografico-2019-05-768x593.png 768w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin-bibliohemerografico-2019-05-580x448.png 580w" sizes="(max-width: 800px) 100vw, 800px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-5-mayo-2019/" >
				Boletín bibliohemerográfico, número 5, mayo 2019			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-5-mayo-2019/" aria-label="Más información sobre Boletín bibliohemerográfico, número 5, mayo 2019" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-4584 post type-post status-publish format-standard has-post-thumbnail hentry category-boletines-bibliohemerograficos category-editadas-por-el-ciess category-publicaciones tag-adultos-mayores tag-america-latina tag-argentina tag-asistencia-medica-2 tag-atencion-primaria-en-salud tag-autocuidados tag-bases-de-datos tag-bienestar-social tag-cotizaciones tag-covid-19 tag-desempleo tag-el-salvador tag-enfermedades-profesionales tag-envejecimiento tag-expediente-clinico tag-historia-de-la-seguridad-social tag-informacion-cientifica tag-informalidad-laboral tag-jornada-laboral tag-licencias-y-patentes tag-medicamentos tag-mercado-laboral tag-mexico tag-pandemia tag-pensiones tag-personas-trabajadoras-del-hogar tag-politicas-de-salud tag-precarizacion-laboral tag-programas-de-salud tag-propiedad-intelectual tag-proteccion-social tag-recursos-humanos tag-regimen-obligatorio tag-riesgos-psicosociales tag-salud-mental tag-salud-publica tag-seguridad-social tag-sistemas-de-informacion tag-sistemas-de-pensiones tag-telemedicina tag-trabajo-en-el-hogar tag-william-henry-beveridge" role="listitem">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-10-octubre-2022/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="1056" height="816" src="https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2022-10.png" class="attachment-full size-full wp-image-4585" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2022-10.png 1056w, https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2022-10-300x232.png 300w, https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2022-10-1024x791.png 1024w, https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2022-10-768x593.png 768w, https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2022-10-580x448.png 580w, https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2022-10-860x665.png 860w" sizes="(max-width: 1056px) 100vw, 1056px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-10-octubre-2022/" >
				Boletín bibliohemerográfico, número 10, octubre 2022			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-10-octubre-2022/" aria-label="Más información sobre Boletín bibliohemerográfico, número 10, octubre 2022" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				</div>
		
						</div>
				</div>
					</div>
				</div>
				</div>
		<p>La entrada <a href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-9-septiembre-2021/">Boletín bibliohemerográfico, número 9, septiembre 2021</a> se publicó primero en <a href="https://bidiss.ciess.org">Biblioteca Digital de Seguridad Social</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Boletín bibliohemerográfico, número 8, agosto 2021</title>
		<link>https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-8-agosto-2021/</link>
		
		<dc:creator><![CDATA[Ernesto Ramirez]]></dc:creator>
		<pubDate>Sat, 28 Oct 2023 23:57:54 +0000</pubDate>
				<category><![CDATA[Boletines bibliohemerográficos]]></category>
		<category><![CDATA[Editadas por el CIESS]]></category>
		<category><![CDATA[Publicaciones]]></category>
		<category><![CDATA[Agua y saneamiento]]></category>
		<category><![CDATA[Alianza para el progreso]]></category>
		<category><![CDATA[América Latina]]></category>
		<category><![CDATA[Bases de datos]]></category>
		<category><![CDATA[Colombia]]></category>
		<category><![CDATA[Covid-19]]></category>
		<category><![CDATA[Derechos humanos]]></category>
		<category><![CDATA[Desastres]]></category>
		<category><![CDATA[Desigualdad social]]></category>
		<category><![CDATA[Emergencias en salud]]></category>
		<category><![CDATA[España]]></category>
		<category><![CDATA[Europa]]></category>
		<category><![CDATA[Grupos vulnerables]]></category>
		<category><![CDATA[Historia de la seguridad social]]></category>
		<category><![CDATA[Legislación laboral]]></category>
		<category><![CDATA[Mercado laboral]]></category>
		<category><![CDATA[Movilidad social]]></category>
		<category><![CDATA[Pandemia]]></category>
		<category><![CDATA[Pensiones]]></category>
		<category><![CDATA[Pensiones no contributivas]]></category>
		<category><![CDATA[Población rural]]></category>
		<category><![CDATA[Políticas de cuidados]]></category>
		<category><![CDATA[Políticas públicas]]></category>
		<category><![CDATA[Políticas sociales]]></category>
		<category><![CDATA[Protección social]]></category>
		<category><![CDATA[Seguridad social]]></category>
		<category><![CDATA[Sistemas de información]]></category>
		<category><![CDATA[Sistemas de pensiones]]></category>
		<category><![CDATA[Teletrabajo]]></category>
		<category><![CDATA[Trabajadores rurales]]></category>
		<guid isPermaLink="false">https://bidiss.ciess.org/?p=4475</guid>

					<description><![CDATA[<p><img width="860" height="575" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2021-08-860x575.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" /></p>
<p>Boletín que incorpora referencias a material bibliohemerográfico en materia de seguridad social y de temas afines a su estudio y análisis.</p>
<p>La entrada <a href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-8-agosto-2021/">Boletín bibliohemerográfico, número 8, agosto 2021</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="4475" class="elementor elementor-4475" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-ede893f e-con-full e-flex e-con e-parent" data-id="ede893f" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-7854d2a elementor-widget__width-initial elementor-widget elementor-widget-heading" data-id="7854d2a" 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"><br>Boletines Bibliohemerográficos</h1>				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-0421b1f e-flex e-con-boxed e-con e-parent" data-id="0421b1f" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-1765975 elementor-widget elementor-widget-spacer" data-id="1765975" 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-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/Boletin2021-08-qejswkaurkadwrp9h2mxvu2s6j2jxef8d8coq8jegw.png" title="Boletin2021-08" alt="Boletin2021-08" 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/2023/10/Boletin2021-08.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">Descarga el boletin 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 {
            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: 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>
    <h1>Boletín biblohemerográfico</h1>
    <h2>número 8, agosto 2021</h2>
    <p class="text-justify">En este número del boletín se incluyen las publicaciones que se han incorporado a nuestro fondo bibliográfico en las que se destacan las tesis del Máster de Estudios Avanzados en Seguridad Social, desarrollado en conjunto por el Centro Interamericano de Estudios de Seguridad Social y la Universidad Pablo de Olavide de Sevilla, España.</p>
</body>
</html>				</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-bee4500 e-flex e-con-boxed e-con e-parent" data-id="bee4500" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-6bddada elementor-widget elementor-widget-html" data-id="6bddada" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<h5>Nota histórica</h5>
<div class="title-line"></div>
<br>
<div style="text-align: center;">
  <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2023/11/Libro-2021-08-01.png" style="width: 25%;border-radius: 5px; display: inline-block; box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.5);">
</div>
<br><br>
<div><h4 class="p1" style="text-align: center;"><strong><span style="color: #000000;">Reunión extraordinaria del Consejo Interamericano Económico y Social al nivel ministerial, conocida por "Alianza para el Progreso"</span></strong></h4>
</div>
<p align="justify">En esta reunión celebrada del 5 al 17 de agosto de 1961 en Punta del Este, Uruguay, contó con la participación de todas las Repúblicas Americanas, algunos países no miembros de la Organización de los Estados Americanos (OEA) y numerosos organismos Internacionales, que agruparon cerca de 50 delegaciones, presididas muchas por los altos dirigentes de las finanzas nacionales y más de 500 delegados. Entre las personalidades que se dieron cita, destaca la del expresidente norteamericano John F. Kennedy, quien en su discurso expresó que dicha “reunión es algo más que una discusión de temas económicos o una conferencia técnica sobre el desarrollo. Constituye, en verdad, una demostración de la capacidad de las naciones libres para resolver los problemas materiales y humanos del mundo moderno. Constituye una prueba de los valores de la sociedad nuestra: una prueba de la fuerza vital de la libertad en la vida humana.”</p>
<p align="justify">Si desea conocer más sobre esta y otras intervenciones, le sugerimos consultar la Revista Seguridad Social, No. 10 de los meses de julio – agosto de 1961 en el siguiente enlace.</p>
<div class="links-container" style="text-align: center;">
  <a href="http://biblioteca.ciess.org/adiss/index.php?P=SearchResults&FA00=OR&FA6=%3DRevistas+--+Revista+Seguridad+Social+--+Epoca+3,+A%C3%B1o+10,+N%C3%BAm.+10,+Julio+-+Agosto+1961&FA6A=^Revistas+--+Revista+Seguridad+Social+--+Epoca+3,+A%C3%B1o+10,+N%C3%BAm.+10,+Julio+-+Agosto+1961+--+" rel="noopener" class="registro-boton-active" target="_blank">
  <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Más información &gt;
</a> 
</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-7836450 e-flex e-con-boxed e-con e-parent" data-id="7836450" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-e25136b elementor-widget elementor-widget-html" data-id="e25136b" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<h5>Monitor de recursos y fuentes de información</h5>
<div class="title-line"></div>
<br>
<div style="text-align: center;">
  <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2023/11/Libro-2021-08-02.png" style="width: 25%;border-radius: 5px; display: inline-block; box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.5);">
</div>
<br><br>
<div><h4 class="p1" style="text-align: center;"><strong><span style="color: #000000;">Microsoft Academic<br>
<a href="https://academic.microsoft.com/home" target="_blank">https://academic.microsoft.com/home</a></span></strong></h4>
</div>
<p align="justify">Este es un potente motor de búsqueda web público y libre para literatura y publicaciones científicas, que ha sido desarrollado por la división Microsoft Research, actualmente conformada por alrededor de 1,000 profesionales, entre físicos, ingenieros, matemáticos y científicos de la computación.
</p>
<p align="justify">Este motor reemplazó al antecesor Microsoft Academic Search que dejó de funcionar en el año 2012. Goza actualmente de un nuevo diseño y motor de búsqueda que hace uso de tecnologías de búsqueda semántica. De acuerdo a su sitio oficial, tiene un índice para más de 220 millones de publicaciones, 88 millones de los cuales son artículos de revistas científicas.</p>
<p align="justify">Tiene la gran ventaja de que no solamente hace coincidir las palabras clave de la búsqueda, sino que también comprende el significado de las palabras. Es decir, identifica cuando en la búsqueda se hace referencia a una institución, título de revistas, nombre de conferencias, temas de investigación, etc.</p>
<p align="justify">Su interfaz de búsqueda está orientada principalmente en el usuario, por lo que, para gozar de mayor rendimiento y beneficios en su uso, es indispensable contar con una credencial de usuario, ya que ofrece servicios de información adicionales, como noticias en investigación, publicaciones de recién publicación, nuevas citaciones, etc. Parámetros que son configurables desde el perfil de la cuenta creada o ya existente que puede ser de Hotmail o Outlook. Si no se cuenta con credencial de usuario, sólo es posible hacer uso de su motor de búsqueda.</p>
<p align="justify">Si tienen interés en obtener mayor rendimiento en el uso de este potente motor de búsqueda, recomendamos el video: “Microsoft Academic Search - Búsqueda de información multidisciplinaria”, realizado por José Saavedra.</p>
<div class="links-container" style="text-align: center;">
  <a href="https://youtu.be/UelURT4Oq0c" rel="noopener" class="registro-boton-active" target="_blank">
  <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver en Youtube &gt;
</a> 
</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-1461df9 e-flex e-con-boxed e-con e-parent" data-id="1461df9" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-a0ef2f6 elementor-widget elementor-widget-html" data-id="a0ef2f6" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<html lang="es">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <style>
        body {
            font-family: "Raleway", sans-serif;
        }
        .color-black {
            color: #000000;
        }
        .color-blue {
            color: #3366ff;
        }
        .text-justify {
            text-align: justify;
            font-size: 18px;
        }
        .text-bold {
            font-weight: bold;
        }
        .link-blue {
            color: #043ca9;
            text-decoration: none;
        }
        h1 {
            font-size: 32px;
            color: #043ca9;
            margin-bottom: 2px;
            line-height: 30px;            
        }
        h2 {
            font-size: 26px;
            font-weight: 800;
            color: #043ca9;
        }
        h5 {
            font-size: 28px;
            font-weight: 800;
            text-align: center;
            line-height: 30px; 
            margin-bottom: 2px;
        }
        .larger-font {
            font-size: 20px;
        }
        .titulo {
            font-weight: bold;
            }
        .bibliografia {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            }
        .ficha {
            width: 30%;
            margin: 10px;
            border: 1px solid #ccc;
            padding: 10px;
            text-align: left;
            transition: transform 0.2s;
            font-size: smaller;
            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 {
            /*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;
            }
        .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; /* Agregamos transición para el color del borde */
            margin-top: 20px;
            background-color: #3675AB;
            color: #ffffff;
            text-decoration: none;
        }

        .registro-boton-active:hover {
            color: #3675AB;
            background-color: #ffffff; /* Cambiamos el color de fondo al pasar el cursor */
            border-color: #3675AB; /* Mantenemos el color del borde al pasar el cursor */
        }
    </style>
    </style>
</head>
<body>
<h5>Resumen de contenido:</h5>
<div class="title-line"></div>
  <div class="bibliografia">
    <div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2023/11/Libro-2021-08-03.png" alt="Libro 1">
      <div class="titulo">Estudio comparado de la legislación sobre Teletrabajo en los países de América Latina y el Caribe</div>
      Autor: Aníbal San Juan<br>
      Año: 2021<br>
      Editorial: El autor<br>
      <a href="http://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=29083" 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/2023/11/Libro-2021-08-04.png" alt="Libro 2">
      <div class="titulo">El futuro de las pensiones en España</div>
      Coordinador:  José Ignacio Conde-Ruiz<br>
      Año: 2021<br>
      Editorial: Cajamar Caja Rural<br>
      Colección: Mediterráneo económico; 34<br>
      <a href="http://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=29049" 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/2023/11/Libro-2021-08-05.png" alt="Libro 3">
      <div class="titulo">Las políticas de cuidados en México ¿quién cuida y cómo se cuida?</div>
      Autor: Sughei Villa Sánchez<br>
      Año: 2018<br>
      Editorial: Fundación Friedrich Ebert Stiftung<br>
      Colección: Análisis
      <a href="http://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=29048" 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/2023/11/Libro-2021-08-06.png" alt="Libro 4">
      <div class="titulo">Pension Policy in Europe and the United States – Towards a new Public-Private Pension Mix</div>
      Autor: Onorato Castellino, Elsa Fornero, Christina Wilke<br>
      Año: 2020<br>
      Editorial: CERP<br>
      Colección: Working Paper ; 199/20
      <a href="http://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=1702" 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/2023/11/Libro-2021-08-07.png" alt="Libro 5">
      <div class="titulo">Extender la protección social a las poblaciones rurales</div>
    Editor: Organización Internacional del Trabajo<br>
    Año: 2021<br>
    Editorial: OIT: FAO<br>
    
        <a href="http://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=1700" 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/2023/11/Libro-2021-08-08.png" alt="Libro 6">
      <div class="titulo">Pensiones no contributivas para personas adultas mayores en Honduras</div>
      Autor: Organización Internacional del
Trabajo<br>
      Año: 2020<br>
      Editorial: Oficina de la OIT para América Central, Haití, Panamá y República Dominicana<br>
      <a href="http://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=1699" 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>Los temas que se abordan en las publicaciones de este boletín son:</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/agua-y-saneamiento/" class="elementor-post-info__terms-list-item">Agua y saneamiento</a>, <a href="https://bidiss.ciess.org/tag/alianza-para-el-progreso/" class="elementor-post-info__terms-list-item">Alianza para el progreso</a>, <a href="https://bidiss.ciess.org/tag/america-latina/" class="elementor-post-info__terms-list-item">América Latina</a>, <a href="https://bidiss.ciess.org/tag/bases-de-datos/" class="elementor-post-info__terms-list-item">Bases de datos</a>, <a href="https://bidiss.ciess.org/tag/colombia/" class="elementor-post-info__terms-list-item">Colombia</a>, <a href="https://bidiss.ciess.org/tag/covid-19/" class="elementor-post-info__terms-list-item">Covid-19</a>, <a href="https://bidiss.ciess.org/tag/derechos-humanos/" class="elementor-post-info__terms-list-item">Derechos humanos</a>, <a href="https://bidiss.ciess.org/tag/desastres/" class="elementor-post-info__terms-list-item">Desastres</a>, <a href="https://bidiss.ciess.org/tag/desigualdad-social/" class="elementor-post-info__terms-list-item">Desigualdad social</a>, <a href="https://bidiss.ciess.org/tag/emergencias-en-salud/" class="elementor-post-info__terms-list-item">Emergencias en salud</a>, <a href="https://bidiss.ciess.org/tag/espana/" class="elementor-post-info__terms-list-item">España</a>, <a href="https://bidiss.ciess.org/tag/europa/" class="elementor-post-info__terms-list-item">Europa</a>, <a href="https://bidiss.ciess.org/tag/grupos-vulnerables/" class="elementor-post-info__terms-list-item">Grupos vulnerables</a>, <a href="https://bidiss.ciess.org/tag/historia-de-la-seguridad-social/" class="elementor-post-info__terms-list-item">Historia de la seguridad social</a>, <a href="https://bidiss.ciess.org/tag/legislacion-laboral/" class="elementor-post-info__terms-list-item">Legislación laboral</a>, <a href="https://bidiss.ciess.org/tag/mercado-laboral/" class="elementor-post-info__terms-list-item">Mercado laboral</a>, <a href="https://bidiss.ciess.org/tag/movilidad-social/" class="elementor-post-info__terms-list-item">Movilidad social</a>, <a href="https://bidiss.ciess.org/tag/pandemia/" class="elementor-post-info__terms-list-item">Pandemia</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/pensiones-no-contributivas/" class="elementor-post-info__terms-list-item">Pensiones no contributivas</a>, <a href="https://bidiss.ciess.org/tag/poblacion-rural/" class="elementor-post-info__terms-list-item">Población rural</a>, <a href="https://bidiss.ciess.org/tag/politicas-de-cuidados/" class="elementor-post-info__terms-list-item">Políticas de cuidados</a>, <a href="https://bidiss.ciess.org/tag/politicas-publicas/" class="elementor-post-info__terms-list-item">Políticas públicas</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/proteccion-social/" class="elementor-post-info__terms-list-item">Protección social</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/sistemas-de-informacion/" class="elementor-post-info__terms-list-item">Sistemas de información</a>, <a href="https://bidiss.ciess.org/tag/sistemas-de-pensiones/" class="elementor-post-info__terms-list-item">Sistemas de pensiones</a>, <a href="https://bidiss.ciess.org/tag/teletrabajo/" class="elementor-post-info__terms-list-item">Teletrabajo</a>, <a href="https://bidiss.ciess.org/tag/trabajadores-rurales/" class="elementor-post-info__terms-list-item">Trabajadores rurales</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">Otros números 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" role="list">
				<article class="elementor-post elementor-grid-item post-4492 post type-post status-publish format-standard has-post-thumbnail hentry category-boletines-bibliohemerograficos category-editadas-por-el-ciess category-publicaciones tag-administracion-de-riesgos tag-adultos-mayores tag-aspecto-actuariales tag-atencion-a-la-salud tag-bases-de-datos tag-ciberseguridad tag-covid-19 tag-derecho-a-la-seguridad-social tag-desarrollos-social tag-desastres tag-desastres-naturales tag-diabetes tag-emilio-alejandro-hazas-sanchez tag-enfermedades tag-espana tag-europa tag-funcionarios-publicos tag-historia-de-la-seguridad-social tag-informacion-cientifica tag-informes-institucionales tag-jubilaciones tag-mhgap tag-migracion tag-pandemia tag-pension-por-ascendencia tag-pension-por-orfandad tag-personas-migrantes tag-proteccion-social tag-riesgos-de-desastres tag-riesgos-financieros tag-salud-mental tag-salud-publica tag-seguridad-social tag-sistemas-de-informacion tag-sistemas-de-salud tag-suiza" role="listitem">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-10-octubre-2021/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="1056" height="816" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2021-10.png" class="attachment-full size-full wp-image-4493" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2021-10.png 1056w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2021-10-300x232.png 300w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2021-10-1024x791.png 1024w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2021-10-768x593.png 768w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2021-10-580x448.png 580w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2021-10-860x665.png 860w" sizes="(max-width: 1056px) 100vw, 1056px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-10-octubre-2021/" >
				Boletín bibliohemerográfico, número 10, octubre 2021			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-10-octubre-2021/" aria-label="Más información sobre Boletín bibliohemerográfico, número 10, octubre 2021" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-4352 post type-post status-publish format-standard has-post-thumbnail hentry category-boletines-bibliohemerograficos category-editadas-por-el-ciess category-publicaciones tag-agenda-2030 tag-america-latina tag-bienestar-social tag-ciss tag-cobertura-en-salud tag-covid-19 tag-cuba tag-deporte tag-equidad-de-genero tag-genero tag-historia-de-la-seguridad-social tag-historia-del-deporte tag-lactancia tag-maternidad-y-salud tag-mexico tag-mujer-y-seguridad-social tag-nicaragua tag-pandemia tag-pensiones tag-pobreza tag-programas-sociales tag-publicaciones-de-la-ciss tag-seguridad-social tag-sistemas-de-pensiones" role="listitem">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-5-mayo-2020/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="1056" height="816" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2020-05.png" class="attachment-full size-full wp-image-4353" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2020-05.png 1056w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2020-05-300x232.png 300w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2020-05-1024x791.png 1024w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2020-05-768x593.png 768w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2020-05-580x448.png 580w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2020-05-860x665.png 860w" sizes="(max-width: 1056px) 100vw, 1056px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-5-mayo-2020/" >
				Boletín bibliohemerográfico, número 5, mayo 2020			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-5-mayo-2020/" aria-label="Más información sobre Boletín bibliohemerográfico, número 5, mayo 2020" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-4596 post type-post status-publish format-standard has-post-thumbnail hentry category-boletines-bibliohemerograficos category-editadas-por-el-ciess category-publicaciones tag-adultos-mayores tag-america-latina tag-argentina tag-bases-de-datos tag-chile tag-ciess tag-colombia tag-comunidades-rurales tag-condiciones-de-trabajo tag-confinamiento tag-covid-19 tag-derecho-a-la-salud tag-economia-de-la-salud tag-enfermedades-de-trabajo tag-enfermeria tag-envejecimiento tag-equidad-de-genero tag-ergonomia tag-estres-laboral tag-factores-psicosociales tag-fernando-quintanar-olguin tag-gasto-social tag-gaston-novelo-von-glumer tag-genero tag-gobernanza tag-historia-de-la-seguridad-social tag-historia-del-ciess tag-infancia tag-jubilaciones tag-karoshi tag-memoria-grafica-institucional tag-mexico tag-pandemia tag-poblacion-rural tag-politicas-de-salud tag-proteccion-social tag-recursos-humanos-en-salud tag-riesgos-psicosociales tag-salud-en-el-trabajo tag-salud-mental tag-salud-ocupacional tag-seguridad-social tag-servicios-de-salud tag-sistemas-de-informacion tag-sistemas-de-pensiones tag-teletrabajo tag-vejez tag-violencia-familiar" role="listitem">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-1-4-enero-abril-2023/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="1056" height="816" src="https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2023-1-4.png" class="attachment-full size-full wp-image-4599" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2023-1-4.png 1056w, https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2023-1-4-300x232.png 300w, https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2023-1-4-1024x791.png 1024w, https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2023-1-4-768x593.png 768w, https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2023-1-4-580x448.png 580w, https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2023-1-4-860x665.png 860w" sizes="(max-width: 1056px) 100vw, 1056px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-1-4-enero-abril-2023/" >
				Boletín bibliohemerográfico, número 1-4, enero &#8211; abril 2023			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-1-4-enero-abril-2023/" aria-label="Más información sobre Boletín bibliohemerográfico, número 1-4, enero &#8211; abril 2023" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-25247 post type-post status-publish format-standard has-post-thumbnail hentry category-boletines-bibliohemerograficos category-editadas-por-el-ciess category-publicaciones tag-administracion-y-gestion tag-bienestar-social tag-ciess tag-derechos-humanos tag-digitalizacion tag-enfermeria tag-entornos-de-trabajo-saludables tag-envejecimiento tag-equidad-de-genero tag-fondos-de-pensiones tag-fondos-previsionales tag-genero tag-historia-de-la-seguridad-social tag-historia-del-ciess tag-inteligencia-artificial tag-memoria-grafica-institucional tag-memoria-institucional tag-migracion tag-miguel-angel-fernandez-pastor tag-pandemia tag-personas-migrantes-bienestar-emocional tag-politicas-sociales tag-prestaciones-familiares tag-programas-sociales tag-riesgos-psicosociales tag-salud-en-el-trabajo tag-salud-ocupacional" role="listitem">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-2-abril-julio-2025/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="794" height="557" src="https://bidiss.ciess.org/wp-content/uploads/2025/07/portaba-web-boletines-1.png" class="attachment-full size-full wp-image-25328" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2025/07/portaba-web-boletines-1.png 794w, https://bidiss.ciess.org/wp-content/uploads/2025/07/portaba-web-boletines-1-300x210.png 300w, https://bidiss.ciess.org/wp-content/uploads/2025/07/portaba-web-boletines-1-768x539.png 768w, https://bidiss.ciess.org/wp-content/uploads/2025/07/portaba-web-boletines-1-580x407.png 580w" sizes="(max-width: 794px) 100vw, 794px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-2-abril-julio-2025/" >
				Boletín bibliohemerográfico, número 2 . Abril &#8211; Julio 2025			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-2-abril-julio-2025/" aria-label="Más información sobre Boletín bibliohemerográfico, número 2 . Abril &#8211; Julio 2025" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				</div>
		
						</div>
				</div>
					</div>
				</div>
				</div>
		<p>La entrada <a href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-8-agosto-2021/">Boletín bibliohemerográfico, número 8, agosto 2021</a> se publicó primero en <a href="https://bidiss.ciess.org">Biblioteca Digital de Seguridad Social</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Boletín bibliohemerográfico, número 4, abril 2020</title>
		<link>https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-4-abril-2020/</link>
		
		<dc:creator><![CDATA[Ernesto Ramirez]]></dc:creator>
		<pubDate>Sat, 28 Oct 2023 16:12:26 +0000</pubDate>
				<category><![CDATA[Boletines bibliohemerográficos]]></category>
		<category><![CDATA[Editadas por el CIESS]]></category>
		<category><![CDATA[Publicaciones]]></category>
		<category><![CDATA[América Latina]]></category>
		<category><![CDATA[Bienestar social]]></category>
		<category><![CDATA[Chile]]></category>
		<category><![CDATA[Covid-19]]></category>
		<category><![CDATA[Envejecimiento poblacional]]></category>
		<category><![CDATA[Historia de la CISS]]></category>
		<category><![CDATA[Historia de la seguridad social]]></category>
		<category><![CDATA[Hospitales]]></category>
		<category><![CDATA[Inclusión social]]></category>
		<category><![CDATA[Infancia]]></category>
		<category><![CDATA[Infraestructura hospitalaria]]></category>
		<category><![CDATA[Migración]]></category>
		<category><![CDATA[Mujer]]></category>
		<category><![CDATA[Noticias]]></category>
		<category><![CDATA[Pandemia]]></category>
		<category><![CDATA[Pensiones]]></category>
		<category><![CDATA[Personas con discapacidad]]></category>
		<category><![CDATA[Pobreza]]></category>
		<category><![CDATA[Políticas públicas]]></category>
		<category><![CDATA[Protección social]]></category>
		<category><![CDATA[Riesgos en salud]]></category>
		<category><![CDATA[Robert Myers]]></category>
		<category><![CDATA[Salud pública]]></category>
		<category><![CDATA[Seguridad social]]></category>
		<category><![CDATA[Sistemas de pensiones]]></category>
		<category><![CDATA[Transferencias monetarias]]></category>
		<category><![CDATA[Vejez]]></category>
		<guid isPermaLink="false">https://bidiss.ciess.org/?p=4334</guid>

					<description><![CDATA[<p><img width="860" height="575" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2020-04-860x575.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" /></p>
<p>Boletín que incorpora referencias a material bibliohemerográfico en materia de seguridad social y de temas afines a su estudio y análisis.</p>
<p>La entrada <a href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-4-abril-2020/">Boletín bibliohemerográfico, número 4, abril 2020</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="4334" class="elementor elementor-4334" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-ede893f e-con-full e-flex e-con e-parent" data-id="ede893f" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-7854d2a elementor-widget__width-initial elementor-widget elementor-widget-heading" data-id="7854d2a" 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"><br>Boletines Bibliohemerográficos</h1>				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-0421b1f e-flex e-con-boxed e-con e-parent" data-id="0421b1f" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-1765975 elementor-widget elementor-widget-spacer" data-id="1765975" 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-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/Boletin2020-04-qej8wlt41upx91hbiv852iio7vni7e8m1rq1qg10cg.png" title="Boletin2020-04" alt="Boletin2020-04" 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/2023/10/Boletin2020-4.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">Descarga el boletin 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 {
            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: 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>
    <h1>Boletín biblohemerográfico</h1>
    <h2>número 4, abril 2020</h2>
    <p class="text-justify">En este número del boletín los temas de las publicaciones tratan el tema de la #Migración, #ProtecciónSocial, #Envejecimiento poblacional, #pobreza en la edad avanzada, #autonomía e inclusión de las #personascondiscapacidad, entre otros temas coyunturales en el estudio de la #seguridadsocial. </p>
    <p class="text-justify">Por otra parte, como dato histórico, destacamos la Primera Reunión Regional Americana de Actuarios y Estígrafos de Seguridad Social.</p>
</body>
</html>				</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-b6e9259 e-flex e-con-boxed e-con e-parent" data-id="b6e9259" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-18efae9 elementor-widget elementor-widget-html" data-id="18efae9" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<h5>Nota histórica</h5>
<div class="title-line"></div>
<br>
<div style="text-align: center;">
  <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2023/11/Libro-2020-04-01.png" style="width: 25%;">
</div>
<br><br>
<div><h4 class="p1" style="text-align: center;"><strong><span style="color: #000000;">		Primera Reunión de la Comisión Regional Americana de
Actuarios y Estadígrafos de Seguridad Social</span></strong></h4>
</div>
<p align="justify">En la ciudad de Buenos Aires, Argentina, del 24 al 29 de abril de 1961, se llevó a cabo la Primera Reunión de la Comisión Regional Americana de Actuarios y Estadígrafos de Seguridad Social, conforme a la respectiva convocatoria circulada por la Secretaría General del Comité Permanente Interamericano de Seguridad Social.</p>
<p align="justify">En esta reunión, se destacan las colaboraciones especiales del doctor Robert Myers sobre "Aspectos actuariales del Financiamiento del Seguro de Vejez, Sobrevivientes e Invalidez en los Estados Unidos", la aportación de la C.I.S.S. sobre "Determinación de probabilidades empíricas mediante el muestreo de los expuestos al riesgo", y del doctor Pedro Smolensky titulado "Il problema técnico dell'assicurazione pensioni"</p>
<p align="justify">Para más información sobre este evento, puedes dirigirte al siguiente enlace.</p>
<div class="links-container" style="text-align: center;">
  <a href="http://biblioteca.ciess.org/adiss/index.php?P=SearchResults&FA00=OR&FA6=%3DRevistas+--+Revista+Seguridad+Social+--+Epoca+3,+A%C3%B1o+10,+N%C3%BAm.+8,+Marzo+-+Abril+1961&FA6A=^Revistas+--+Revista+Seguridad+Social+--+Epoca+3,+A%C3%B1o+10,+N%C3%BAm.+8,+Marzo+-+Abril+1961+--+" rel="noopener" class="registro-boton-active" target="_blank">
  <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Más información &gt;
</a> 
</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-1461df9 e-flex e-con-boxed e-con e-parent" data-id="1461df9" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-a0ef2f6 elementor-widget elementor-widget-html" data-id="a0ef2f6" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<html lang="es">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <style>
        body {
            font-family: "Raleway", sans-serif;
        }
        .color-black {
            color: #000000;
        }
        .color-blue {
            color: #3366ff;
        }
        .text-justify {
            text-align: justify;
            font-size: 18px;
        }
        .text-bold {
            font-weight: bold;
        }
        .link-blue {
            color: #043ca9;
            text-decoration: none;
        }
        h1 {
            font-size: 32px;
            color: #043ca9;
            margin-bottom: 2px;
            line-height: 30px;            
        }
        h2 {
            font-size: 26px;
            font-weight: 800;
            color: #043ca9;
        }
        h5 {
            font-size: 28px;
            font-weight: 800;
            text-align: center;
            line-height: 30px; 
            margin-bottom: 2px;
        }
        .larger-font {
            font-size: 20px;
        }
        .titulo {
            font-weight: bold;
            }
        .bibliografia {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            }
        .ficha {
            width: 30%;
            margin: 10px;
            border: 1px solid #ccc;
            padding: 10px;
            text-align: left;
            transition: transform 0.2s;
            font-size: smaller;
            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 {
            /*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;
            }
        .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; /* Agregamos transición para el color del borde */
            margin-top: 20px;
            background-color: #3675AB;
            color: #ffffff;
            text-decoration: none;
        }

        .registro-boton-active:hover {
            color: #3675AB;
            background-color: #ffffff; /* Cambiamos el color de fondo al pasar el cursor */
            border-color: #3675AB; /* Mantenemos el color del borde al pasar el cursor */
        }
    </style>
    </style>
</head>
<body>
<h5>Resumen de contenido:</h5>
<div class="title-line"></div>
  <div class="bibliografia">
    <div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2023/11/Libro-2020-04-02.png" alt="Libro 1">
      <div class="titulo">Panorama de envejecimiento y dependencia en América Latina y el Caribe</div>
      Autores: Natalia Aranco, Marco Stampini, Pablo Ibarrarán, Nadin Medellín.<br>
      Año: 2018<br>
      Editorial: Banco Interamericano de Desarrollo<br>
      Colección: Resumen de políticas ; 273<br>
      <a href="http://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=28817" 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/2023/11/Libro-2020-04-03.png" alt="Libro 2">
      <div class="titulo">Reformas del sistema de pensiones en Chile (1952-2008)</div>
      Autor: Luis Hernán Vargas<br>
      Año: 2018<br>
      Editorial: CEPAL: Cooperación Español<br>
      Colección: Políticas Sociales; 229<br>
      <a href="http://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=28811" 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/2023/11/Libro-2020-04-04.png" alt="Libro 3">
      <div class="titulo">Desbalance etario del bienestar: El lugar de la infancia en la protección social en América Latina</div>
      Autor: Cecilia Rossel<br>
      Año: 2013<br>
      Editorial: CEPAL: UNICEF<br>
      Colección: Políticas sociales ; 176
      <a href="http://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=28812" 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/2023/11/Libro-2020-04-05.png" alt="Libro 4">
      <div class="titulo">La política pública frente al COVID-19: Recomendaciones para América Latina y el Caribe</div>
      Autor: Allen Blackman, Ana Maria Ibáñez, Alejandro Izquierdo, et al.<br>
      Año: 2020<br>
      Editorial: Banco Interamericano de Desarrollo<br>

      <a href="http://biblioteca.ciess.org/adiss/downloads/2278/ADISS2019-2937.pdf" 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/2023/11/Libro-2020-04-06.png" alt="Libro 5">
      <div class="titulo">Autonomía e inclusión de las personas con discapacidad en el ámbito de protección social</div>
    Editor: Agustín Huete García <br>
    Año: 2019<br>
    Editorial: Banco Interamericano de Desarrollo<br>
    
        <a href="http://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=1551" 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/2023/11/Libro-2020-04-07.png" alt="Libro 6">
      <div class="titulo">Insumos para incorporar políticas para la inclusión social y autonomía de las personas con discapacidad en la agenda de salud del Banco Interamericano de Desarrollo</div>
      Autor: Blanca Llorente Carreño, Rafael Pardo Abello<br>
      Año: 2019<br>
      Editorial: Banco Interamericano de Desarrollo<br>
      <a href="http://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=1552" 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>Los temas que se abordan en las publicaciones de este boletín son:</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/america-latina/" class="elementor-post-info__terms-list-item">América Latina</a>, <a href="https://bidiss.ciess.org/tag/bienestar-social/" class="elementor-post-info__terms-list-item">Bienestar social</a>, <a href="https://bidiss.ciess.org/tag/chile/" class="elementor-post-info__terms-list-item">Chile</a>, <a href="https://bidiss.ciess.org/tag/covid-19/" class="elementor-post-info__terms-list-item">Covid-19</a>, <a href="https://bidiss.ciess.org/tag/envejecimiento-poblacional/" class="elementor-post-info__terms-list-item">Envejecimiento poblacional</a>, <a href="https://bidiss.ciess.org/tag/historia-de-la-ciss/" class="elementor-post-info__terms-list-item">Historia de la CISS</a>, <a href="https://bidiss.ciess.org/tag/historia-de-la-seguridad-social/" class="elementor-post-info__terms-list-item">Historia de la seguridad social</a>, <a href="https://bidiss.ciess.org/tag/hospitales/" class="elementor-post-info__terms-list-item">Hospitales</a>, <a href="https://bidiss.ciess.org/tag/inclusion-social/" class="elementor-post-info__terms-list-item">Inclusión social</a>, <a href="https://bidiss.ciess.org/tag/infancia/" class="elementor-post-info__terms-list-item">Infancia</a>, <a href="https://bidiss.ciess.org/tag/infraestructura-hospitalaria/" class="elementor-post-info__terms-list-item">Infraestructura hospitalaria</a>, <a href="https://bidiss.ciess.org/tag/migracion/" class="elementor-post-info__terms-list-item">Migración</a>, <a href="https://bidiss.ciess.org/tag/mujer/" class="elementor-post-info__terms-list-item">Mujer</a>, <a href="https://bidiss.ciess.org/tag/noticias/" class="elementor-post-info__terms-list-item">Noticias</a>, <a href="https://bidiss.ciess.org/tag/pandemia/" class="elementor-post-info__terms-list-item">Pandemia</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/personas-con-discapacidad/" class="elementor-post-info__terms-list-item">Personas con discapacidad</a>, <a href="https://bidiss.ciess.org/tag/pobreza/" class="elementor-post-info__terms-list-item">Pobreza</a>, <a href="https://bidiss.ciess.org/tag/politicas-publicas/" class="elementor-post-info__terms-list-item">Políticas públicas</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-en-salud/" class="elementor-post-info__terms-list-item">Riesgos en salud</a>, <a href="https://bidiss.ciess.org/tag/robert-myers/" class="elementor-post-info__terms-list-item">Robert Myers</a>, <a href="https://bidiss.ciess.org/tag/salud-publica/" class="elementor-post-info__terms-list-item">Salud pública</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/sistemas-de-pensiones/" class="elementor-post-info__terms-list-item">Sistemas de pensiones</a>, <a href="https://bidiss.ciess.org/tag/transferencias-monetarias/" class="elementor-post-info__terms-list-item">Transferencias monetarias</a>, <a href="https://bidiss.ciess.org/tag/vejez/" class="elementor-post-info__terms-list-item">Vejez</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">Otros números 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" role="list">
				<article class="elementor-post elementor-grid-item post-4554 post type-post status-publish format-standard has-post-thumbnail hentry category-boletines-bibliohemerograficos category-editadas-por-el-ciess category-publicaciones tag-acceso-a-la-salud tag-adultos-mayores tag-america-latina tag-banco-de-prevision-social tag-bases-de-datos tag-bienestar-infantil tag-chile tag-colombia tag-contrato-colectivo-de-trabajo tag-covid-19 tag-cuba tag-digitalizacion tag-discapacidad tag-espana tag-europa tag-guatemala tag-historia-de-la-seguridad-social tag-honduras tag-igss tag-imss tag-inclusion-laboral tag-infancia tag-informacion-cientifica tag-informalidad-laboral tag-informes-institucionales tag-instituto-guatemalteco-de-seguridad-social tag-jornada-laboral tag-jovenes tag-medicamentos tag-mercado-laboral tag-migracion tag-pandemia tag-personas-discapacitadas tag-personas-migrantes tag-peru tag-pobreza tag-proteccion-social tag-rodrigo-fournier-guevara tag-salarios tag-seguridad-social tag-sindicalismo tag-sistemas-de-informacion tag-subcontratacion tag-trabajo-decente tag-transferencias-monetarias tag-uruguay tag-vejez tag-venezuela tag-vih-sida" role="listitem">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-6-junio-2022/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="1056" height="816" src="https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2022-06.png" class="attachment-full size-full wp-image-4555" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2022-06.png 1056w, https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2022-06-300x232.png 300w, https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2022-06-1024x791.png 1024w, https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2022-06-768x593.png 768w, https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2022-06-580x448.png 580w, https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2022-06-860x665.png 860w" sizes="(max-width: 1056px) 100vw, 1056px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-6-junio-2022/" >
				Boletín bibliohemerográfico, número 6, junio 2022			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-6-junio-2022/" aria-label="Más información sobre Boletín bibliohemerográfico, número 6, junio 2022" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-4255 post type-post status-publish format-standard has-post-thumbnail hentry category-boletines-bibliohemerograficos category-editadas-por-el-ciess category-publicaciones tag-adulto-mayor tag-derecho-a-la-salud tag-empleo tag-equidad-de-genero tag-evaluacion-de-politicas-sociales tag-inclusion-laboral tag-mercado-laboral tag-migracion tag-mujeres tag-pensiones tag-pobreza tag-politicas-sociales tag-programas-sociales tag-proteccion-social tag-seguridad-social tag-sistemas-de-pensiones tag-trabajo tag-vejez" role="listitem">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-6-junio-2019/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="1056" height="816" src="https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2019-06.png" class="attachment-full size-full wp-image-4613" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2019-06.png 1056w, https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2019-06-300x232.png 300w, https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2019-06-1024x791.png 1024w, https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2019-06-768x593.png 768w, https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2019-06-580x448.png 580w, https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2019-06-860x665.png 860w" sizes="(max-width: 1056px) 100vw, 1056px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-6-junio-2019/" >
				Boletín bibliohemerográfico, número 6, junio 2019			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-6-junio-2019/" aria-label="Más información sobre Boletín bibliohemerográfico, número 6, junio 2019" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-4519 post type-post status-publish format-standard has-post-thumbnail hentry category-boletines-bibliohemerograficos category-editadas-por-el-ciess category-publicaciones tag-ahorro-individual tag-america-latina tag-bases-de-datos tag-bienestar-personal tag-brasil tag-corrupcion tag-costa-rica tag-covid-19 tag-derecho-a-la-seguridad-social tag-desarrollo-social tag-desempleo tag-dialogo-social tag-donacion tag-emil-schoenbaum tag-historia-de-la-seguridad-social tag-historia-del-imss tag-imss tag-indicadores tag-informacion-cientifica tag-jovenes tag-pandemia tag-profesional-docente tag-relaciones-laborales tag-salud-mental tag-salud-publica tag-seguridad-social tag-seguridad-y-salud-en-el-trabajo tag-sga tag-sistema-globalmente-armonizado tag-sistemas-de-informacion tag-sistemas-de-salud" role="listitem">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-1-enero-2022/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="1056" height="816" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2022-01.png" class="attachment-full size-full wp-image-4520" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2022-01.png 1056w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2022-01-300x232.png 300w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2022-01-1024x791.png 1024w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2022-01-768x593.png 768w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2022-01-580x448.png 580w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2022-01-860x665.png 860w" sizes="(max-width: 1056px) 100vw, 1056px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-1-enero-2022/" >
				Boletín bibliohemerográfico, número 1, enero 2022			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-1-enero-2022/" aria-label="Más información sobre Boletín bibliohemerográfico, número 1, enero 2022" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-25247 post type-post status-publish format-standard has-post-thumbnail hentry category-boletines-bibliohemerograficos category-editadas-por-el-ciess category-publicaciones tag-administracion-y-gestion tag-bienestar-social tag-ciess tag-derechos-humanos tag-digitalizacion tag-enfermeria tag-entornos-de-trabajo-saludables tag-envejecimiento tag-equidad-de-genero tag-fondos-de-pensiones tag-fondos-previsionales tag-genero tag-historia-de-la-seguridad-social tag-historia-del-ciess tag-inteligencia-artificial tag-memoria-grafica-institucional tag-memoria-institucional tag-migracion tag-miguel-angel-fernandez-pastor tag-pandemia tag-personas-migrantes-bienestar-emocional tag-politicas-sociales tag-prestaciones-familiares tag-programas-sociales tag-riesgos-psicosociales tag-salud-en-el-trabajo tag-salud-ocupacional" role="listitem">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-2-abril-julio-2025/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="794" height="557" src="https://bidiss.ciess.org/wp-content/uploads/2025/07/portaba-web-boletines-1.png" class="attachment-full size-full wp-image-25328" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2025/07/portaba-web-boletines-1.png 794w, https://bidiss.ciess.org/wp-content/uploads/2025/07/portaba-web-boletines-1-300x210.png 300w, https://bidiss.ciess.org/wp-content/uploads/2025/07/portaba-web-boletines-1-768x539.png 768w, https://bidiss.ciess.org/wp-content/uploads/2025/07/portaba-web-boletines-1-580x407.png 580w" sizes="(max-width: 794px) 100vw, 794px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-2-abril-julio-2025/" >
				Boletín bibliohemerográfico, número 2 . Abril &#8211; Julio 2025			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-2-abril-julio-2025/" aria-label="Más información sobre Boletín bibliohemerográfico, número 2 . Abril &#8211; Julio 2025" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				</div>
		
						</div>
				</div>
					</div>
				</div>
				</div>
		<p>La entrada <a href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-4-abril-2020/">Boletín bibliohemerográfico, número 4, abril 2020</a> se publicó primero en <a href="https://bidiss.ciess.org">Biblioteca Digital de Seguridad Social</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
