<?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>Mujeres archivos - Biblioteca Digital de Seguridad Social</title>
	<atom:link href="https://bidiss.ciess.org/tag/mujeres/feed/" rel="self" type="application/rss+xml" />
	<link>https://bidiss.ciess.org/tag/mujeres/</link>
	<description>Biblioteca Digital de Seguridad Social completar descripción</description>
	<lastBuildDate>Sun, 16 Jun 2024 19:32:00 +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>Mujeres archivos - Biblioteca Digital de Seguridad Social</title>
	<link>https://bidiss.ciess.org/tag/mujeres/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Igualdad de género y no discriminación</title>
		<link>https://bidiss.ciess.org/bibliografias/igualdad-de-genero-y-no-discriminacion/</link>
		
		<dc:creator><![CDATA[Ernesto Ramirez]]></dc:creator>
		<pubDate>Wed, 21 Feb 2024 19:08:57 +0000</pubDate>
				<category><![CDATA[Bibliografías especializadas]]></category>
		<category><![CDATA[América Latina]]></category>
		<category><![CDATA[Derechos humanos]]></category>
		<category><![CDATA[Equidad]]></category>
		<category><![CDATA[Género]]></category>
		<category><![CDATA[Igualdad de género]]></category>
		<category><![CDATA[Migración]]></category>
		<category><![CDATA[Mujeres]]></category>
		<category><![CDATA[Pensiones]]></category>
		<category><![CDATA[Previsión social]]></category>
		<category><![CDATA[Seguridad social]]></category>
		<category><![CDATA[Violencia de género]]></category>
		<guid isPermaLink="false">https://bidiss.ciess.org/?p=7964</guid>

					<description><![CDATA[<p><img width="860" height="575" src="https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-igualdad-genero-bidiss-860x575.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" /></p>
<p>Bibliografía especializada en el tema de igualdad de género y no discriminación disponible en la Biblioteca Digital de Seguridad Social.</p>
<p>La entrada <a href="https://bidiss.ciess.org/bibliografias/igualdad-de-genero-y-no-discriminacion/">Igualdad de género y no discriminación</a> se publicó primero en <a href="https://bidiss.ciess.org">Biblioteca Digital de Seguridad Social</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="7964" class="elementor elementor-7964" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-6f12a4f e-flex e-con-boxed e-con e-parent" data-id="6f12a4f" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<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;
        }

        @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/02/bibliografia-igualdad-genero-bidiss.png">
            <div class="slide-content">
                <p>Igualdad de género y no discriminación</p>
            </div>
        </a>
        <a href="#" class="swiper-slide">
            <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2024/02/bibliografia-igualdad-genero-bidiss.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>
		<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/bibliografia-igualdad-genero-qk5fqbefc0lb2533c3xzs7l75h4nmtscw0rig23ocg.png" title="bibliografia-igualdad-genero" alt="bibliografia-igualdad-genero" 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/2024/02/Biblografia-Igualdad-de-genero.pdf" target="_blank">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V274.7l-73.4-73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0l128-128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L288 274.7V32zM64 352c-35.3 0-64 28.7-64 64v32c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V416c0-35.3-28.7-64-64-64H346.5l-45.3 45.3c-25 25-65.5 25-90.5 0L165.5 352H64zm368 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"></path></svg>			</span>
									<span class="elementor-button-text">Descárgalas en PDF</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-dbda98d e-con-full e-flex e-con e-child" data-id="dbda98d" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-4a47d03 elementor-widget elementor-widget-html" data-id="4a47d03" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<html lang="es">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <style>
        body {
            font-family: "Raleway", sans-serif;
        }
        .color-black {
            color: #000000;
        }
        .color-blue {
            color: #3366ff;
        }
        .text-justify-inicio {
            text-align: justify;
            font-size: 25px;
        }
        .text-bold {
            font-weight: bold;
        }
        .link-blue {
            color: #043ca9;
            text-decoration: none;
        }
        h1 {
            font-size: 32px;
            color: #043ca9;
            margin-bottom: 2px;
            line-height: 30px;            
        }
        h2 {
            font-size: 26px;
            font-weight: 800;
            color: #043ca9;
        }
        h5 {
            font-size: 20px;
            font-weight: 800;
        }
        .tabla-nota td {
            text-align: left;
            padding: 5px;
            border: 1px solid #f5f5f5;
            border-radius: 10px;
        }
        .larger-font {
            font-size: 20px;
        }
        
        .titulo {
            font-weight: bold;
            }
        .bibliografia {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            }
        .ficha {
            width: 45%;
            margin: 10px;
            /*border: 1px solid #ccc;*/
            padding: 10px;
            text-align: left;
            transition: transform 0.2s;
            font-size: smaller;
            }
        /*.ficha:hover {
            transform: scale(1.05);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
            }*/
        .ficha img {
            max-width: 80%;
            margin-bottom: 5px;
            height: auto;
            transition: transform 0.2s;
            border-radius: 5px 5px 5px 5px;
  box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.5);
            }
        .ficha img:hover {
            transform: scale(1.05);
            justify-content: center;
            }
    </style>
</head>
<body>

    <p class="text-justify-inicio"><br>Si deseas especializarte en este tema, te invitamos a estar atento a la programación de actividades académicas del Centro Interamericano de Estudios de Seguridad Social.</p>
</body>
</html>				</div>
				</div>
				<div class="elementor-element elementor-element-ec53872 elementor-align-right elementor-widget elementor-widget-button" data-id="ec53872" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://home.ciess.org/" target="_blank">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<svg aria-hidden="true" class="e-font-icon-svg e-fas-info-circle" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z"></path></svg>			</span>
									<span class="elementor-button-text">Más información</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-a930290 e-con-full e-flex e-con e-child" data-id="a930290" data-element_type="container" data-e-type="container">
				</div>
				</div>
		<div class="elementor-element elementor-element-1461df9 e-flex e-con-boxed e-con e-parent" data-id="1461df9" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-a0ef2f6 elementor-widget elementor-widget-html" data-id="a0ef2f6" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<!DOCTYPE html>
<html lang="es">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <style>
        body {
            font-family: "Raleway", sans-serif;
        }
        .color-black {
            color: #000000;
        }
        .color-blue {
            color: #3366ff;
        }
        .text-justify {
            text-align: justify;
            font-size: 18px;
        }
        .text-bold {
            font-weight: bold;
        }
        .link-blue {
            color: #043ca9;
            text-decoration: none;
        }
        h1 {
            font-size: 32px;
            color: #043ca9;
            margin-bottom: 2px;
            line-height: 30px;            
        }
        h2 {
            font-size: 26px;
            font-weight: 800;
            color: #043ca9;
        }
        h5 {
            font-size: 28px;
            font-weight: 800;
            text-align: center;
            line-height: 30px; 
            margin-bottom: 2px;
        }
        .larger-font {
            font-size: 20px;
        }
        .titulo {
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;
            background-color: #f0eee6;
            padding: .5rem;
            border-radius: 8px;
        }
        .bibliografia {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .ficha {
            width: calc(23% - 20px); /* Se ajusta el ancho al 25% para mostrar cuatro fichas por fila */
            margin: 10px;
            border: 1px solid #ccc;
            text-align: left;
            transition: transform 0.2s;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 1rem;
            margin: 1rem;
            text-decoration: none;
            color: #333 !important;
            transition: all 0.3s ease;
            border-radius: 10px;
        }
        .ficha:hover {
            box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.2);
        }
        .ficha img {
            width: 100%;
            max-width: 100%;
            margin-bottom: 5px;
            margin-bottom: 16px;
            height: auto;
            transition: transform 0.2s;
            border-radius: 5px 5px 5px 5px;
            box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.5);
        }
        .ficha img:hover {
            justify-content: center;
        }
        .title-line {
            height: 2px;
            background: linear-gradient(to right, #85ac1c, #1092bc);
            margin-top: 10px;
        }
        .registro-boton-active {
            display: inline-block;
            padding: 15px 15px;
            border: 2px solid #3675AB;
            text-align: center;
            border-radius: 5px;
            transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
            margin-top: 20px;
            background-color: #3675AB;
            color: #ffffff;
            text-decoration: none;
        }
        .registro-boton-active:hover {
            color: #3675AB;
            background-color: #ffffff;
            border-color: #3675AB;
        }
        @media (max-width: 768px) {
            .ficha {
                max-width: calc(50% - 20px);
                margin: 10px;
                padding: 10px;
            }
            .titulo {
                font-size: 12px;
            }
        }
        @media (max-width: 480px) {
            .ficha {
                width: calc(100% - 20px);
                margin: 5px;
                padding: 5px;
            }
            .titulo {
                font-size: 16px;
            }
        }
    </style>
<body>
<h5>Consulta material documental especializado</h5>
<div class="title-line"></div>
  <div class="bibliografia">
    <div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2024/02/bib-1.png" alt="Libro 1">
      <div class="titulo">Rodríguez, Y. (2020). La igualdad de género en los objetivos de Desarrollo Sostenible. CISS</div>
      
      <a href="https://biblioteca.ciess.org/adiss/r2220/la_igualdad_de_gnero_en_los_objetivos_de_desarrollo_sostenible" 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/02/bib-2.png" alt="Libro 2">
      <div class="titulo">Carpenter, S., Contreras, C., Jiménez, L., Nava, I., Ramírez, B. (2022). Sistemas previsionales con enfoque de género en América Latina y el Caribe: Una cuestión de igualdad. CISS</div>
      
      <a href="https://biblioteca.ciess.org/adiss/r2230/sistemas_previsionales_con_enfoque_de_gnero_en_amrica_latina_y_el_caribe_una_cuestin_de_igualdad" 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/02/bib-3.png" alt="Libro 3">
      <div class="titulo">Contreras, C. (2020). Modelo deseable para un sistema de pensiones igualitario, justo y sostenible. CISS</div>
      
      <a href="https://biblioteca.ciess.org/adiss/r2206/modelo_deseable_para_un_sistema_de_pensiones_igualitario_justo_y_sostenible" 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/02/bib-4.png" alt="Libro 4">
      <div class="titulo">Cerrando las brechas de género: es hora de actuar. -- Chile: OCDE: CISS: CIEDESS, 2013. 476 p.</div>

      <a href="http://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=27554" 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/02/bib-5.png" alt="Libro 5">
      <div class="titulo">Blasco Jover, C. (2022). Algunos ejemplos recientes sobre la integración de la perspectiva de género en la interpretación de las normas de Seguridad Social. LABOS Revista de Derecho del Trabajo y Protección Social, 3(3), 130-152</div>
   
        <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2156" 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/02/bib-6.png" alt="Libro 6">
      <div class="titulo">Aguilar, G., Artavia, A., Arteaga, T., Batthyány, K., Blanco, D. et al. (2023). Desigualdades y violencias de género en América Latina y el Caribe. Consejo Latinoamericano de Ciencias Sociales.</div>
      
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2154" 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/02/bib-7.png" alt="Libro 1">
      <div class="titulo">CEPAL, (2023). La igualdad de género y la autonomía de las mujeres y las niñas en la era digital: aportes de la educación y la transformación digital en América Latina y el Caribe. Comisión Económica para América Latina y el Caribe.</div>
     
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2150" 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/02/bib-8.png" alt="Libro 2">
      <div class="titulo">Biondini, V. (2021). Migración, género y salud: prácticas y experiencias de derechos sexuales y (no) reproductivos de mujeres migrantes peruanas. Estudios Sociales Contemporáneos, (25), 99–118.</div>
     
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2001" 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/02/bib-9.png" alt="Libro 3">
      <div class="titulo">Pérez, M., Prizzi, G. M. (2021). Políticas comparadas de género. Políticas y normativas desarrolladas en distintos países para alcanzar la equidad de género en el trabajo. SRT</div>
     
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=1958" 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/02/bib-10.png" alt="Libro 4">
      <div class="titulo">Segato, R. L. (2003). Las estructuras elementales de la violencia. Ensayos sobre género en la antropología, el psicoanálisis y los derechos humanos. Universidad de Quilmes.</div>

      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2166" 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/02/bib-11.png" alt="Libro 5">
      <div class="titulo">Vargas, Y. (2020). Seguridad Social en pensiones desde la perspectiva de género: un acercamiento constitucional y legal de Chile, Brasil y Colombia. Hallazgos, 17(33), 53–77</div>
 
        <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2167" 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/02/bib-12.png" alt="Libro 6">
      <div class="titulo">CONSAR, (2018). La equidad de género en pensiones: desafíos y posibles soluciones. Comisión Nacional del Sistema de Ahorro para el Retiro.</div>

      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=1495" 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/02/bib-13.png" alt="Libro 1">
      <div class="titulo">Morales Ramírez, M. A. (2021). La dimensión de género: ausente en la reforma de pensiones en México. Revista Latinoamericana De Derecho Social, 1(33), 135–155</div>

      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=1851" 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/02/bib-14.png" alt="Libro 2">
      <div class="titulo">Marco, F. (2016). La nueva ola de reformas previsionales y la igualdad de género en América Latina. Comisión Económica para América Latina.</div>

      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=1272" 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/02/bib-15.png" alt="Libro 3">
      <div class="titulo">OISS, (2020). Guía sobre planes de igualdad entre mujeres y hombres en instituciones de seguridad social. Organización Iberoamericana de Seguridad Social.</div>

      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=1668" 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/02/bib-16.png" alt="Libro 4">
      <div class="titulo">Granada, I., Muñoz, F., Ortiz, P. (2021). La migración desde una perspectiva de género: Ideas operativas para su integración en proyectos de desarrollo. BID.</div>

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

    <!-- Agrega más fichas bibliográficas según sea necesario -->
  </div>
  
        <h5>Temas destacados en esta bibliografía:</h5>
</body>
</html>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-8a1efb6 e-flex e-con-boxed e-con e-parent" data-id="8a1efb6" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-dbc5234 elementor-widget elementor-widget-post-info" data-id="dbc5234" data-element_type="widget" data-e-type="widget" data-widget_type="post-info.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-post-info">
								<li class="elementor-icon-list-item elementor-repeater-item-6bf1ddb" itemprop="about">
										<span class="elementor-icon-list-icon">
								<svg aria-hidden="true" class="e-font-icon-svg e-fas-tags" viewBox="0 0 640 512" xmlns="http://www.w3.org/2000/svg"><path d="M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z"></path></svg>							</span>
									<span class="elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms">
							<span class="elementor-post-info__item-prefix">Temas:</span>
										<span class="elementor-post-info__terms-list">
				<a href="https://bidiss.ciess.org/tag/america-latina/" class="elementor-post-info__terms-list-item">América Latina</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/equidad/" class="elementor-post-info__terms-list-item">Equidad</a>, <a href="https://bidiss.ciess.org/tag/genero/" class="elementor-post-info__terms-list-item">Género</a>, <a href="https://bidiss.ciess.org/tag/igualdad-de-genero/" class="elementor-post-info__terms-list-item">Igualdad de género</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/mujeres/" class="elementor-post-info__terms-list-item">Mujeres</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/prevision-social/" class="elementor-post-info__terms-list-item">Previsió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/violencia-de-genero/" class="elementor-post-info__terms-list-item">Violencia de género</a>				</span>
					</span>
								</li>
				</ul>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-72d66a7 e-flex e-con-boxed e-con e-parent" data-id="72d66a7" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-d91f3ef elementor-widget elementor-widget-spacer" data-id="d91f3ef" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-0ed5c7e e-flex e-con-boxed e-con e-parent" data-id="0ed5c7e" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-9f14531 elementor-widget elementor-widget-heading" data-id="9f14531" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Otras bibliografías disponibles:</h2>				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-568cbfe e-flex e-con-boxed e-con e-parent" data-id="568cbfe" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-ace9e83 elementor-grid-4 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="ace9e83" data-element_type="widget" data-e-type="widget" data-settings="{&quot;classic_columns&quot;:&quot;4&quot;,&quot;classic_masonry&quot;:&quot;yes&quot;,&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
							<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-24655 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-administracion tag-prospectiva tag-sector-publico tag-sector-salud tag-seguridad-social tag-servicios-de-salud">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/prospectiva-estrategica/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img fetchpriority="high" decoding="async" width="1920" height="1080" src="https://bidiss.ciess.org/wp-content/uploads/2025/05/Aplicacion-de-la-prospectiva-estrategica-en-la-seguridad-social.jpg" class="attachment-full size-full wp-image-24656" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2025/05/Aplicacion-de-la-prospectiva-estrategica-en-la-seguridad-social.jpg 1920w, https://bidiss.ciess.org/wp-content/uploads/2025/05/Aplicacion-de-la-prospectiva-estrategica-en-la-seguridad-social-300x169.jpg 300w, https://bidiss.ciess.org/wp-content/uploads/2025/05/Aplicacion-de-la-prospectiva-estrategica-en-la-seguridad-social-1024x576.jpg 1024w, https://bidiss.ciess.org/wp-content/uploads/2025/05/Aplicacion-de-la-prospectiva-estrategica-en-la-seguridad-social-768x432.jpg 768w, https://bidiss.ciess.org/wp-content/uploads/2025/05/Aplicacion-de-la-prospectiva-estrategica-en-la-seguridad-social-1536x864.jpg 1536w, https://bidiss.ciess.org/wp-content/uploads/2025/05/Aplicacion-de-la-prospectiva-estrategica-en-la-seguridad-social-580x326.jpg 580w, https://bidiss.ciess.org/wp-content/uploads/2025/05/Aplicacion-de-la-prospectiva-estrategica-en-la-seguridad-social-860x484.jpg 860w, https://bidiss.ciess.org/wp-content/uploads/2025/05/Aplicacion-de-la-prospectiva-estrategica-en-la-seguridad-social-1160x653.jpg 1160w, https://bidiss.ciess.org/wp-content/uploads/2025/05/Aplicacion-de-la-prospectiva-estrategica-en-la-seguridad-social-640x360.jpg 640w" sizes="(max-width: 1920px) 100vw, 1920px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/prospectiva-estrategica/" >
				Prospectiva estratégica			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/bibliografias/prospectiva-estrategica/" aria-label="Más información sobre Prospectiva estratégica" tabindex="-1" >
			Leer más »		</a>

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

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

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-16852 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-adulto-mayor tag-bienestar-social tag-cobertura tag-derecho-a-la-seguridad-social tag-envejecimiento-poblacional tag-pobreza tag-proteccion-social tag-seguridad-social tag-vejez">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/abordaje-del-cuidado-de-la-persona-mayor-desde-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="650" height="366" src="https://bidiss.ciess.org/wp-content/uploads/2024/09/17-abordaje-cuidado-persona-mayor.png" class="attachment-full size-full wp-image-16853" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/09/17-abordaje-cuidado-persona-mayor.png 650w, https://bidiss.ciess.org/wp-content/uploads/2024/09/17-abordaje-cuidado-persona-mayor-300x169.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/09/17-abordaje-cuidado-persona-mayor-580x327.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/09/17-abordaje-cuidado-persona-mayor-640x360.png 640w" sizes="(max-width: 650px) 100vw, 650px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/abordaje-del-cuidado-de-la-persona-mayor-desde-seguridad-social/" >
				Abordaje del cuidado de la persona mayor desde seguridad social			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/bibliografias/abordaje-del-cuidado-de-la-persona-mayor-desde-seguridad-social/" aria-label="Más información sobre Abordaje del cuidado de la persona mayor desde seguridad social" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				</div>
		
						</div>
				</div>
					</div>
				</div>
				</div>
		<p>La entrada <a href="https://bidiss.ciess.org/bibliografias/igualdad-de-genero-y-no-discriminacion/">Igualdad de género y no discriminación</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 2022</title>
		<link>https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-4-abril-2022/</link>
		
		<dc:creator><![CDATA[Ernesto Ramirez]]></dc:creator>
		<pubDate>Wed, 01 Nov 2023 15:36:45 +0000</pubDate>
				<category><![CDATA[Boletines bibliohemerográficos]]></category>
		<category><![CDATA[Editadas por el CIESS]]></category>
		<category><![CDATA[Publicaciones]]></category>
		<category><![CDATA[Adultos mayores]]></category>
		<category><![CDATA[América Latina]]></category>
		<category><![CDATA[Argentina]]></category>
		<category><![CDATA[Bases de datos]]></category>
		<category><![CDATA[Bienestar social]]></category>
		<category><![CDATA[Bolivia]]></category>
		<category><![CDATA[Cálculo de pensiones]]></category>
		<category><![CDATA[Chile]]></category>
		<category><![CDATA[Costa Rica]]></category>
		<category><![CDATA[Covid-19]]></category>
		<category><![CDATA[Desarrollo social]]></category>
		<category><![CDATA[Discapacidad]]></category>
		<category><![CDATA[El Salvador]]></category>
		<category><![CDATA[Género y salud]]></category>
		<category><![CDATA[Guido Miranda Gutiérrez]]></category>
		<category><![CDATA[Historia de la seguridad social]]></category>
		<category><![CDATA[Incapacidad]]></category>
		<category><![CDATA[Incapacidad permanente]]></category>
		<category><![CDATA[Información científica]]></category>
		<category><![CDATA[Informalidad]]></category>
		<category><![CDATA[Informes institucionales]]></category>
		<category><![CDATA[Inteligencia artificial]]></category>
		<category><![CDATA[Mercado laboral]]></category>
		<category><![CDATA[México]]></category>
		<category><![CDATA[Mujeres]]></category>
		<category><![CDATA[Pandemia]]></category>
		<category><![CDATA[Pensión por viudez]]></category>
		<category><![CDATA[Pensiones]]></category>
		<category><![CDATA[Personas mayores]]></category>
		<category><![CDATA[Perú]]></category>
		<category><![CDATA[Pisos de protección social]]></category>
		<category><![CDATA[Plataformas digitales]]></category>
		<category><![CDATA[República Dominicana]]></category>
		<category><![CDATA[Seguridad social]]></category>
		<category><![CDATA[Sistemas de información]]></category>
		<category><![CDATA[Sistemas de pensiones]]></category>
		<category><![CDATA[Trabajadores de plataformas digitales]]></category>
		<category><![CDATA[Trabajo informal]]></category>
		<category><![CDATA[Transferencias monetarias]]></category>
		<category><![CDATA[Vacunas]]></category>
		<category><![CDATA[Violencia obstétrica]]></category>
		<guid isPermaLink="false">https://bidiss.ciess.org/?p=4542</guid>

					<description><![CDATA[<p><img width="860" height="575" src="https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2022-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-2022/">Boletín bibliohemerográfico, número 4, abril 2022</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="4542" class="elementor elementor-4542" 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/Boletin2022-04-qeq48ocmalpz2htl078d63pr52megfs5wtstkrvgg0.png" title="Boletin2022-04" alt="Boletin2022-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/Boletin2022-04.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 2022</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-ba7fc0b e-flex e-con-boxed e-con e-parent" data-id="ba7fc0b" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-93b89a0 e-con-full e-flex e-con e-child" data-id="93b89a0" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-a49d567 elementor-widget elementor-widget-html" data-id="a49d567" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					    <style>
            .txt-descripcion {
            width: 97%;
            text-align: justify;
            transition: transform 0.2s;
            font-size: small;
            display: flex;
            flex-direction: column;
            padding: 1rem;
            margin: .5rem;
            color: #333 !important;
            transition: all 0.3s ease;
            border-radius: 8px;
            background-color: #ececec;
            font-family: Merriweather;
            font-weight: 100;
            }
    </style>       
<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-2022-04-01.png" style="width: 35%;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;">Primera Reunión de la Comisión Regional Americana de Actuarios y Estadígrafos de Seguridad Social
</span></strong></h4>
</div>
<div class="txt-descripcion">
<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&FK=Primera+Reuni%C3%B3n+de+la+Comisi%C3%B3n+Regional+Americana+de+Actuarios+y+Estad%C3%ADgrafos+de+Seguridad+Social" rel="noopener" class="registro-boton-active" target="_blank">
  <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documentos &gt;
</a> 
</div>
</div>				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-1600916 e-con-full e-flex e-con e-child" data-id="1600916" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-324a4fc elementor-widget elementor-widget-html" data-id="324a4fc" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<h5>Biografías</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-2022-04-03.png" style="width: 35%;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;">Guido Miranda Gutiérrez<br>(1925-2019)</span></strong></h4>
</div>
<div class="txt-descripcion">
    <p align="justify">Fue presidente ejecutivo de la Caja Costarricense del Seguro Social (CCSS) entre 1982 y 1990 durante las administraciones de Luis Alberto Monge y Óscar Arias Sánchez Miranda. Cursó la secundaria en el Liceo de Costa Rica.</p>
<p align="justify">Fue ejecutivo de la CCSS, el sistema de salud pública costarricense, durante dos administraciones consecutivas. Durante ese período diseñó un sistema de pago de pensiones basado en el sistema de salud británico. Como ejecutivo de la Caja promovió la creación de clínicas en zonas rurales y la extensión de los servicios de salud a las áreas más alejadas. Miranda criticó abiertamente el debilitamiento de la Caja en administraciones recientes y aseguró que el sistema de pensiones se encontraba en peligro.</p>    
<p align="justify">Si deseas acercarte a su obra, da clic en los enlaces para consultar los documentos que disponibles en nuestra biblioteca digital.</p>
<div class="links-container" style="text-align: center;">
  <a href="http://catalogo.ciess.org/cgi-bin/koha/opac-search.pl?q=guido+miranda" 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>
<br>&nbsp;
</div>				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-44eb548 e-flex e-con-boxed e-con e-parent" data-id="44eb548" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-06919ff e-con-full e-flex e-con e-child" data-id="06919ff" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-6c10db6 elementor-widget elementor-widget-html" data-id="6c10db6" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					    <style>
            .txt-fuente {
            width: 97%;
            text-align: justify;
            transition: transform 0.2s;
            font-size: small;
            display: flex;
            flex-direction: column;
            padding: 1rem;
            margin: .5rem;
            color: #333 !important;
            transition: all 0.3s ease;
            border-radius: 8px;
            /*background-color: #ececec;
            font-family: Merriweather;*/
            font-weight: 400;
            }
    </style>       
<h5>Monitor de 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-2022-04-02.png" style="width: 75%;border-radius: 10px; 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;">Biblioteca Virtual de Salud
</span></strong><br><a href="https://bvsalud.org/" target="_blank">https://bvsalud.org/</a></h4>
</div>
<div class="txt-fuente">
<p align="justify">Esta Biblioteca Virtual, surge en el año de 1998 cómo modelo, estrategia y plataforma operacional de cooperación técnica de la Organización Panamericana de la Salud (OPS) con la finalidad de gestionar la información y conocimiento en salud generado en la Región del América Latina y el Caribe.</p>
<p align="justify">Se constituye como una Red de Redes descentralizada y colectiva, coordinada por el Centro Latinoamericano y del Caribe de Información en Ciencias de la Salud. A través de su portal y su interfaz desarrollada para tres idiomas, es posible acceder a una colección de fuentes de información compuesta de bases de datos bibliográficas producidas por la Red BVS, como LILACS, MEDLINE y otros tipos de fuentes de información tales como recursos educacionales abiertos, sitios de Internet y eventos científicos.</p>
<p align="justify"></p>Si desea obtener mayor información sobre esta biblioteca virtual y adquirir habilidades sobre su uso, sugerimos la consulta del siguiente video desarrollado por José Saavedra. </p>
<div class="links-container" style="text-align: center;">
  <a href="hhttps://www.youtube.com/watch?v=MXusP6U7K-Q" rel="noopener" class="registro-boton-active" target="_blank">
  <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver video &gt;
</a> 
</div>
</div>				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-661b324 e-con-full e-flex e-con e-child" data-id="661b324" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-aaec2dd elementor-widget elementor-widget-html" data-id="aaec2dd" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					    <style>
            .txt-ficha {
            width: 97%;
            text-align: justify;
            transition: transform 0.2s;
            /*font-size: small;*/
            display: flex;
            flex-direction: column;
            padding: 1rem;
            margin: .5rem;
            color: #333 !important;
            transition: all 0.3s ease;
            border-radius: 8px;
            /*background-color: #ececec;*/
            /*font-family: Merriweather;*/
            /*font-weight: 100;*/
            }
    </style>   
<h5>Hablémos de seguridad social</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-2022-02-04-b.png" style="width: 75%;border-radius: 10px; display: inline-block; box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.5);">
</div>
<br><br>
<div class="txt-ficha">
<h4 class="p1" style="text-align: justify;"><strong><span style="color: #000000;">Los pisos mínimos de protección social</span></strong></h4>    
    <p>Autor: Jorge Luis Ordelin<br>
    Editor: CISS: CIESS: CAJS<br>
    Año: 2021</p>
<iframe width="100%" height="100" scrolling="no" frameborder="no" allow="autoplay" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/1205005189&color=%23206dbb&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true"></iframe><div style="font-size: 10px; color: #cccccc;line-break: anywhere;word-break: normal;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; font-family: Interstate,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Garuda,Verdana,Tahoma,sans-serif;font-weight: 100;"><a href="https://soundcloud.com/ssciess" title="CIESS" target="_blank" style="color: #cccccc; text-decoration: none;">CIESS</a> · <a href="https://soundcloud.com/ssciess/los-pisos-minimos-de-proteccion-social" title="Los pisos mínimos de protección social" target="_blank" style="color: #cccccc; text-decoration: none;">Los pisos mínimos de protección social</a></div>
<h4 class="p1" style="text-align: justify;"><strong><br><span style="color: #000000;">Relación entre patentes farmacéuticas y vacunas contra la enfermedad de la COVID-19</span></strong></h4>    
    <p>Autor: Jorge Luis Ordelin<br>
    Editor: CISS: CIESS: CAJS<br>
    Año: 2021</p>

<iframe width="100%" height="100" scrolling="no" frameborder="no" allow="autoplay" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/1289486098&color=%23206dbb&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true"></iframe><div style="font-size: 10px; color: #cccccc;line-break: anywhere;word-break: normal;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; font-family: Interstate,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Garuda,Verdana,Tahoma,sans-serif;font-weight: 100;"><a href="https://soundcloud.com/ssciess" title="CIESS" target="_blank" style="color: #cccccc; text-decoration: none;">CIESS</a> · <a href="https://soundcloud.com/ssciess/relacion-entre-patentes-farmaceuticas-y-vacunas-contra-la-enfermedad-de-la-covid-19" title="Relación entre patentes farmacéuticas y vacunas contra la enfermedad de la COVID 19" target="_blank" style="color: #cccccc; text-decoration: none;">Relación entre patentes farmacéuticas y vacunas contra la enfermedad de la COVID 19</a></div>				</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-2022-04-04.png" alt="Libro 1">
      <div class="titulo">Comentarios y recomendaciones sobre pensiones para el proyecto de Ley de reforma de la seguridad social en la República Dominicana</div>
      Autor:  Carmelo Mesa-Lago<br>
      Año: 2021<br>
      Editorial: Fundación Friedrich Ebert<br>
      <a href="http://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=29361" 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-2022-04-05.png" alt="Libro 2">
      <div class="titulo">Retos de la organización laboral en el trabajo en plataformas digitales</div>
      Autores: Ingrid Picasso Cerda, Frida Romero Suarez, Stephanie Yatzin González Flores, Ana Laura Maqueda Sánchez<br>
      Año: 2022<br>
      Editorial: CISS<br>
      Colección: Reflexiones; 1
      <a href="http://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=29357" 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-2022-04-06.png" alt="Libro 3">
      <div class="titulo">Informe de las Instituciones de la Seguridad Social: Situación Financiera en 2019-2020</div>
      Autor: Ministerio de Trabajo, Empleo y Seguridad Social<br>
      Año: 2021<br>
      Editorial: MTEYSS<br>
      
      <a href="http://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=1790" 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-2022-04-07.png" alt="Libro 4">
      <div class="titulo">Desafíos para la protección de las personas mayores y sus derechos frente a la pandemia de COVID-19</div>
      Autor: Comisión Económica para América LAtina y el Caribe<br>
      Año: 2022<br>
      Editorial: CEPAL<br>
      
      <a href="http://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=1789" 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-2022-04-08.png" alt="Libro 5">
      <div class="titulo">Las transferencias en efectivo con enfoque universal en América Latina y el Caribe</div>
    Editor:  Fabianna Bacil, et al. <br>
    Año: 2022<br>
    Editorial: United Nations Development Programme<br>
    
        <a href="http://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=1785" 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-2022-04-09.png" alt="Libro 6">
      <div class="titulo">Envejecimiento y cuidados: principales características para cinco países de América Latina</div>
      Autor:  Elisa Failache Mirza, et al.<br>
      Año: 2022<br>
      Editorial: Banco de Desarrollo de América Latina<br>
      Colección: Documentos de trabajo; 2022/03
      <a href="http://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=1779" 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/adultos-mayores/" class="elementor-post-info__terms-list-item">Adultos mayores</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/argentina/" class="elementor-post-info__terms-list-item">Argentina</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/bienestar-social/" class="elementor-post-info__terms-list-item">Bienestar social</a>, <a href="https://bidiss.ciess.org/tag/bolivia/" class="elementor-post-info__terms-list-item">Bolivia</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/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/desarrollo-social/" class="elementor-post-info__terms-list-item">Desarrollo social</a>, <a href="https://bidiss.ciess.org/tag/discapacidad/" class="elementor-post-info__terms-list-item">Discapacidad</a>, <a href="https://bidiss.ciess.org/tag/el-salvador/" class="elementor-post-info__terms-list-item">El Salvador</a>, <a href="https://bidiss.ciess.org/tag/genero-y-salud/" class="elementor-post-info__terms-list-item">Género y salud</a>, <a href="https://bidiss.ciess.org/tag/guido-miranda-gutierrez/" class="elementor-post-info__terms-list-item">Guido Miranda Gutiérrez</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/incapacidad/" class="elementor-post-info__terms-list-item">Incapacidad</a>, <a href="https://bidiss.ciess.org/tag/incapacidad-permanente/" class="elementor-post-info__terms-list-item">Incapacidad permanente</a>, <a href="https://bidiss.ciess.org/tag/informacion-cientifica/" class="elementor-post-info__terms-list-item">Información científica</a>, <a href="https://bidiss.ciess.org/tag/informalidad/" class="elementor-post-info__terms-list-item">Informalidad</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/inteligencia-artificial/" class="elementor-post-info__terms-list-item">Inteligencia artificial</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/mexico/" class="elementor-post-info__terms-list-item">México</a>, <a href="https://bidiss.ciess.org/tag/mujeres/" class="elementor-post-info__terms-list-item">Mujeres</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/pension-por-viudez/" class="elementor-post-info__terms-list-item">Pensión por viudez</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-mayores/" class="elementor-post-info__terms-list-item">Personas mayores</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/pisos-de-proteccion-social/" class="elementor-post-info__terms-list-item">Pisos de protección social</a>, <a href="https://bidiss.ciess.org/tag/plataformas-digitales/" class="elementor-post-info__terms-list-item">Plataformas digitales</a>, <a href="https://bidiss.ciess.org/tag/republica-dominicana/" class="elementor-post-info__terms-list-item">República Dominicana</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/trabajadores-de-plataformas-digitales/" class="elementor-post-info__terms-list-item">Trabajadores de plataformas digitales</a>, <a href="https://bidiss.ciess.org/tag/trabajo-informal/" class="elementor-post-info__terms-list-item">Trabajo informal</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/vacunas/" class="elementor-post-info__terms-list-item">Vacunas</a>, <a href="https://bidiss.ciess.org/tag/violencia-obstetrica/" class="elementor-post-info__terms-list-item">Violencia obstétrica</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">
				<article class="elementor-post elementor-grid-item post-4317 post type-post status-publish format-standard has-post-thumbnail hentry category-boletines-bibliohemerograficos category-editadas-por-el-ciess category-publicaciones tag-america-latina tag-argentina tag-aspectos-actuariales tag-aspectos-juridicos tag-bienestar-social tag-chile tag-colombia tag-derechos-humanos tag-envejecimiento tag-espana tag-europa tag-financiamiento-de-la-seguridad-social tag-historia-de-la-seguridad-social tag-mercado-laboral tag-mexico tag-migracion tag-pensiones tag-personas-trabajadoras-del-hogar tag-pobreza tag-politicas-sociales tag-proteccion-social tag-relaciones-internacionales tag-republica-dominicana tag-seguridad-social tag-sistemas-de-pensiones tag-trabajadoras tag-trabajo-en-el-hogar tag-uruguay tag-vejez">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-1-2-enero-febrero-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-01.png" class="attachment-full size-full wp-image-4318" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2020-01.png 1056w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2020-01-300x232.png 300w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2020-01-1024x791.png 1024w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2020-01-768x593.png 768w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2020-01-580x448.png 580w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2020-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-2-enero-febrero-2020/" >
				Boletín bibliohemerográfico, número 1-2, enero/febrero 2020			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-1-2-enero-febrero-2020/" aria-label="Más información sobre Boletín bibliohemerográfico, número 1-2, enero/febrero 2020" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-4425 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-agua-y-saneamiento tag-america-latina tag-argentina tag-bases-de-datos tag-biblioteca-digital tag-chile tag-covid-19 tag-desastres tag-discapacidad tag-ergonomia tag-historia-de-la-seguridad-social tag-industria-farmaceutica tag-manejo-de-cargas tag-maternidad-y-salud tag-mercado-laboral tag-mexico tag-migracion tag-noticias tag-pandemia tag-personas-con-discapacidad tag-riesgos-psicosociales tag-salud-emocional tag-salud-en-el-trabajo tag-salud-ocupacional tag-salud-publica tag-seguridad-social tag-sistemas-de-informacion tag-sistemas-de-pensiones tag-sistemas-de-salud tag-vacunas">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-2-febrero-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-02.png" class="attachment-full size-full wp-image-4427" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2021-02.png 1056w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2021-02-300x232.png 300w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2021-02-1024x791.png 1024w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2021-02-768x593.png 768w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2021-02-580x448.png 580w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2021-02-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-2-febrero-2021/" >
				Boletín bibliohemerográfico, número 2, febrero 2021			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-2-febrero-2021/" aria-label="Más información sobre Boletín bibliohemerográfico, número 2, febrero 2021" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-4534 post type-post status-publish format-standard has-post-thumbnail hentry category-boletines-bibliohemerograficos category-editadas-por-el-ciess category-publicaciones tag-administracion-de-servicios tag-america-latina tag-argentina tag-asia tag-asistencia-social tag-bienestar-infantil tag-bienestar-social tag-brasil tag-china tag-costa-rica tag-covid-19 tag-desempleo tag-dialogo-social tag-digitalizacion tag-ecuador tag-empleo tag-enfermeria tag-equidad-de-genero tag-espana tag-europa tag-igualdad-y-equidad tag-infancia tag-informacion-cientifica tag-jovenes tag-licencias-por-cuidados tag-mercado-laboral tag-mexico tag-migracion tag-pandemia tag-paraguay tag-pensiones tag-personas-con-discapacidad tag-personas-migrantes tag-peter-thullen tag-pisos-de-proteccion-social tag-plataformas-digitales tag-programas-sociales tag-proteccion-social tag-recursos-humanos tag-seguridad-social tag-seguridad-social-rural tag-seguridad-y-salud-en-el-trabajo tag-servicios-de-enfermeria tag-servicios-de-salud tag-sistemas-de-informacion tag-sistemas-de-pensiones tag-tecnologias-de-la-informacion-y-comunicacion tag-teletrabajo tag-trabajadores-de-plataformas-digitales tag-trabajadores-del-campo tag-trabajadores-rurales tag-trabajo-de-campo tag-transferencias-monetarias">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-3-marzo-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-03.png" class="attachment-full size-full wp-image-4535" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2022-03.png 1056w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2022-03-300x232.png 300w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2022-03-1024x791.png 1024w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2022-03-768x593.png 768w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2022-03-580x448.png 580w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2022-03-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-3-marzo-2022/" >
				Boletín bibliohemerográfico, número 3, marzo 2022			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-3-marzo-2022/" aria-label="Más información sobre Boletín bibliohemerográfico, número 3, marzo 2022" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-4272 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-costa-rica tag-derechos-humanos tag-equidad-de-genero tag-estados-unidos tag-funcionarios-publicos tag-historia tag-historia-de-la-seguridad-social tag-informes-institucionales tag-invalidez tag-mercosur tag-pensiones tag-proteccion-social tag-seguridad-social tag-sistemas-de-seguridad-social tag-situacion-de-la-salud tag-tecnologias-de-la-informacion tag-tics tag-trabajo-digital tag-vejez tag-vejez-y-muerte">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-8-agosto-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/10/Boletin2019-08.png" class="attachment-full size-full wp-image-4273" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2019-08.png 1056w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2019-08-300x232.png 300w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2019-08-1024x791.png 1024w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2019-08-768x593.png 768w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2019-08-580x448.png 580w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2019-08-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-8-agosto-2019/" >
				Boletín bibliohemerográfico, número 8, agosto 2019			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-8-agosto-2019/" aria-label="Más información sobre Boletín bibliohemerográfico, número 8, agosto 2019" 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-2022/">Boletín bibliohemerográfico, número 4, abril 2022</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 6, junio 2019</title>
		<link>https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-6-junio-2019/</link>
		
		<dc:creator><![CDATA[Ernesto Ramirez]]></dc:creator>
		<pubDate>Fri, 27 Oct 2023 16:49:38 +0000</pubDate>
				<category><![CDATA[Boletines bibliohemerográficos]]></category>
		<category><![CDATA[Editadas por el CIESS]]></category>
		<category><![CDATA[Publicaciones]]></category>
		<category><![CDATA[Adulto mayor]]></category>
		<category><![CDATA[Derecho a la salud]]></category>
		<category><![CDATA[Empleo]]></category>
		<category><![CDATA[Equidad de género]]></category>
		<category><![CDATA[Evaluación de políticas sociales]]></category>
		<category><![CDATA[Inclusión laboral]]></category>
		<category><![CDATA[Mercado laboral]]></category>
		<category><![CDATA[Migración]]></category>
		<category><![CDATA[Mujeres]]></category>
		<category><![CDATA[Pensiones]]></category>
		<category><![CDATA[Pobreza]]></category>
		<category><![CDATA[Políticas sociales]]></category>
		<category><![CDATA[Programas sociales]]></category>
		<category><![CDATA[Protección social]]></category>
		<category><![CDATA[Seguridad social]]></category>
		<category><![CDATA[Sistemas de pensiones]]></category>
		<category><![CDATA[Trabajo]]></category>
		<category><![CDATA[Vejez]]></category>
		<guid isPermaLink="false">https://bidiss.ciess.org/?p=4255</guid>

					<description><![CDATA[<p><img width="860" height="575" src="https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2019-06-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-6-junio-2019/">Boletín bibliohemerográfico, número 6, junio 2019</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="4255" class="elementor elementor-4255" 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/Boletin2019-06-qetljcaypghd5lttvyl8huouie4k7at7ejr0mrv5ds.png" title="Boletin2019-06" alt="Boletin2019-06" 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/Boletin2019-06.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 6, junio 2019</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-d1a44e2 e-flex e-con-boxed e-con e-parent" data-id="d1a44e2" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-783fa5f elementor-widget elementor-widget-html" data-id="783fa5f" 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-06-07-1.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;">Mensaje del Presidente Lic. Adolfo López Mateos en la VII Conferencia Interamericana de Seguridad Social </span></strong></h4>
</div>
<p align="justify">En la VII Conferencia Interamericana de Seguridad Social celebrada del 31 de mayo al 5 de junio de 1964, en Asunción del Paraguay, el Presidente Lic. Adolfo López Mateos envió un mensaje a los mandatarios de los países latinoamericanos, en el que manifestó su deseo de que la Conferencia fuera exitosa y cuya realización sea un vigoroso impulso para desterrar las carencias y las necesidades que apenan en el hombre americano.</p>
<p align="justify">Lo invitamos a ver éste y todos los discursos emitidos en la VII Conferencia Interamericana de Seguridad Social.</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+13,+N%C3%BAm.+28,+Julio+-+Agosto+1964&FA6A=^Revistas+--+Revista+Seguridad+Social+--+Epoca+3,+A%C3%B1o+13,+N%C3%BAm.+28,+Julio+-+Agosto+1964+--+" rel="noopener" class="registro-boton-active" target="_blank">
  <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver discursos &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-06-01.png" alt="Libro 1">
      <div class="titulo">De beneficiarias a ciudadanas Acceso y tratamiento de las mujeres en los sistemas de
pensiones de América Latina</div>
      Supervisión: Alicia Bárcena<br>
      Año: 2019<br>
      Editorial: CEPAL: Cooperación Española<br>
      
      <a href="http://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=28636" 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-06-02.png" alt="Libro 2">
      <div class="titulo">Trabajar para un futuro más prometedor</div>
      Autor: Organización Internacional del Trabajo<br>
      Año: 2019<br>
      Editorial: OIT<br>
      
      <a href="https://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=28641" 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-06-03.png" alt="Libro 3">
      <div class="titulo">Insuficiencia en la protección social de la vejez en México: 1970 - 2008</div>
      Autor: Emma Hayde Palacios Hernández<br>
      Año: 2010<br>
      Editorial: La autora<br>
      Trabajo de investigación: Presentado como requisito para obtener el grado de Doctora en derecho.
      <a href="http://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=28634" 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-06-04.png" alt="Libro 4">
      <div class="titulo">Estudio diagnóstico del derecho a la salud 2018</div>
      Autor: Consejo Nacional de Evaluación de la Política de Desarrollo Social<br>
      Año: 2018<br>
      Editorial: CONEVAL<br>
      
      <a href="http://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=1496" 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-06-05.png" alt="Libro 5">
      <div class="titulo">Evaluación estratégica de protección social en México</div>
      Editor: Consejo Nacional de Evaluación de la Política de Desarrollo Social<br>
      Año: 2018<br>
      Editorial: CONEVAL<br>
      
        <a href="http://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=1497" 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-06-06.png  " alt="Libro 6">
      <div class="titulo">Sistemas de pensiones, seguridad social y Sistemas complementarios: medidas para impulsar los planes de pensiones.</div>
      Elaboración: Ignacio
Bonilla López, Paola Andrade
Escamilla, Edith Álvarez Gaona<br>
      Año: 2018<br>
      Editorial: INAFED<br>
      <a href="http://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=28640" 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/adulto-mayor/" class="elementor-post-info__terms-list-item">Adulto mayor</a>, <a href="https://bidiss.ciess.org/tag/derecho-a-la-salud/" class="elementor-post-info__terms-list-item">Derecho a la salud</a>, <a href="https://bidiss.ciess.org/tag/empleo/" class="elementor-post-info__terms-list-item">Empleo</a>, <a href="https://bidiss.ciess.org/tag/equidad-de-genero/" class="elementor-post-info__terms-list-item">Equidad de género</a>, <a href="https://bidiss.ciess.org/tag/evaluacion-de-politicas-sociales/" class="elementor-post-info__terms-list-item">Evaluación de políticas sociales</a>, <a href="https://bidiss.ciess.org/tag/inclusion-laboral/" class="elementor-post-info__terms-list-item">Inclusió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/migracion/" class="elementor-post-info__terms-list-item">Migración</a>, <a href="https://bidiss.ciess.org/tag/mujeres/" class="elementor-post-info__terms-list-item">Mujeres</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/pobreza/" class="elementor-post-info__terms-list-item">Pobreza</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/programas-sociales/" class="elementor-post-info__terms-list-item">Programas 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-pensiones/" class="elementor-post-info__terms-list-item">Sistemas de pensiones</a>, <a href="https://bidiss.ciess.org/tag/trabajo/" class="elementor-post-info__terms-list-item">Trabajo</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">
				<article class="elementor-post elementor-grid-item post-4483 post type-post status-publish format-standard has-post-thumbnail hentry category-boletines-bibliohemerograficos category-editadas-por-el-ciess category-publicaciones tag-america-latina tag-argentina tag-calculo-de-pensiones tag-chile tag-ciss tag-cobertura-de-la-seguridad-social tag-costa-rica tag-covid-19 tag-desempleo tag-dialogo-social tag-envejecimiento-poblacional tag-esto-de-bienestar tag-estres-laboral tag-flexibilidad-laboral tag-historia-de-la-ciss tag-historia-de-la-seguridad-social tag-informes-institucionales tag-jovenes tag-mercado-laboral tag-mercosur tag-negociacion-colectiva tag-panama tag-pandemia tag-pensiones tag-peru tag-politicas-publicas tag-privatizacion tag-relaciones-laborales tag-salud-mental tag-seguridad-social tag-sindicatos tag-sistemas-de-pensiones tag-trabajador-minero tag-trabajadores-migrantes tag-transferencias-economicas tag-vivienda tag-vivienda-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-9-septiembre-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-09.png" class="attachment-full size-full wp-image-4484" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2021-09.png 1056w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2021-09-300x232.png 300w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2021-09-1024x791.png 1024w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2021-09-768x593.png 768w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2021-09-580x448.png 580w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2021-09-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-9-septiembre-2021/" >
				Boletín bibliohemerográfico, número 9, septiembre 2021			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-9-septiembre-2021/" aria-label="Más información sobre Boletín bibliohemerográfico, número 9, septiembre 2021" 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">
				<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>
				<article class="elementor-post elementor-grid-item post-25561 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">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-3-agosto-diciembre-2025/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="600" height="415" src="https://bidiss.ciess.org/wp-content/uploads/2025/12/img-boletin-web.png" class="attachment-full size-full wp-image-25562" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2025/12/img-boletin-web.png 600w, https://bidiss.ciess.org/wp-content/uploads/2025/12/img-boletin-web-300x208.png 300w, https://bidiss.ciess.org/wp-content/uploads/2025/12/img-boletin-web-580x401.png 580w" sizes="(max-width: 600px) 100vw, 600px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-3-agosto-diciembre-2025/" >
				Boletín bibliohemerográfico, número 3 . Agosto &#8211; Diciembre 2025			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-3-agosto-diciembre-2025/" aria-label="Más información sobre Boletín bibliohemerográfico, número 3 . Agosto &#8211; Diciembre 2025" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-4569 post type-post status-publish format-standard has-post-thumbnail hentry category-boletines-bibliohemerograficos category-editadas-por-el-ciess category-publicaciones tag-america-latina tag-argentina tag-aspectos-actuariales tag-bases-de-datos tag-belice tag-bienestar-social tag-colombia tag-covid-19 tag-envejecimiento tag-envejecimiento-demografico tag-equidad-de-genero tag-financiamiento-de-la-seguridad-social tag-gastos-medicos tag-genero tag-historia-de-la-seguridad-social tag-imss tag-informacion-cientifica tag-informes-institucionales tag-jubilacion-anticipada tag-jubilaciones tag-legislacion tag-maternidad tag-mexico tag-pandemia tag-pensiones tag-ricardo-garcia-sainz tag-riesgos-del-trabajo tag-salud-mental tag-seguridad-social tag-seguridad-social-regional tag-servicios-de-informacion tag-sica tag-sistemas-de-informacion tag-sistemas-de-pensiones tag-teletrabajo tag-trinidad-y-tobago tag-uruguay tag-valuacion-actuarial tag-vejez">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-8-agosto-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-08.png" class="attachment-full size-full wp-image-4570" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2022-08.png 1056w, https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2022-08-300x232.png 300w, https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2022-08-1024x791.png 1024w, https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2022-08-768x593.png 768w, https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2022-08-580x448.png 580w, https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2022-08-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-8-agosto-2022/" >
				Boletín bibliohemerográfico, número 8, agosto 2022			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-8-agosto-2022/" aria-label="Más información sobre Boletín bibliohemerográfico, número 8, agosto 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-6-junio-2019/">Boletín bibliohemerográfico, número 6, junio 2019</a> se publicó primero en <a href="https://bidiss.ciess.org">Biblioteca Digital de Seguridad Social</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
