<?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>Derechos sociales archivos - Biblioteca Digital de Seguridad Social</title>
	<atom:link href="https://bidiss.ciess.org/tag/derechos-sociales/feed/" rel="self" type="application/rss+xml" />
	<link>https://bidiss.ciess.org/tag/derechos-sociales/</link>
	<description>Biblioteca Digital de Seguridad Social completar descripción</description>
	<lastBuildDate>Sun, 16 Jun 2024 19:21:13 +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>Derechos sociales archivos - Biblioteca Digital de Seguridad Social</title>
	<link>https://bidiss.ciess.org/tag/derechos-sociales/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Derechos humanos y seguridad social</title>
		<link>https://bidiss.ciess.org/bibliografias/derechos-humanos-y-seguridad-social/</link>
		
		<dc:creator><![CDATA[Ernesto Ramirez]]></dc:creator>
		<pubDate>Fri, 31 May 2024 17:29:53 +0000</pubDate>
				<category><![CDATA[Bibliografías especializadas]]></category>
		<category><![CDATA[Bienestar social]]></category>
		<category><![CDATA[Derechos humanos]]></category>
		<category><![CDATA[Derechos sociales]]></category>
		<category><![CDATA[Desarrollo humano]]></category>
		<category><![CDATA[Discriminación]]></category>
		<category><![CDATA[Equidad]]></category>
		<category><![CDATA[Pobreza]]></category>
		<category><![CDATA[Seguridad social]]></category>
		<guid isPermaLink="false">https://bidiss.ciess.org/?p=8881</guid>

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

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

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

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

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

<body>
<h5>Consulta material documental especializado</h5>
<div class="title-line"></div>
  <div class="bibliografia">
    <div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2024/05/bib1-2.png" alt="Libro 1">
      <div class="titulo">Cuchcatla, C., Escalante, N., Rodríguez, Y. (2020).<strong> Seguridad social, trabajo y derechos humanos para las personas mayores en la América Latina y el Caribe</strong>. CISS.
      </div>
      
      <a href="https://biblioteca.ciess.org/adiss/r2207/seguridad_social_trabajo_y_derechos_humanos_para_las_personas_mayores_en_la_amrica_latina_y_el_caribe" rel="noopener" class="registro-boton-active" target="_blank">
          <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;
         </a>
    </div>

    <div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2024/05/bib2-2.png" alt="Libro 2">
      <div class="titulo">García, J., Hernández, A., Terán, J. (2021). <strong>La seguridad social como derecho humano. Un medio para alcanzar el bienestar y la dignidad humana. Nota técnica</strong>. CIESS. CISS. CADAM.
      </div>
      
      <a href="https://biblioteca.ciess.org/adiss/r1820/nota_tcnica_la_seguridad_social_como_derecho_humano_un_medio_para_alcanzar_el_bienestar_y_la_dignidad_humana" rel="noopener" class="registro-boton-active" target="_blank">
          <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;
         </a>
    </div>
    <div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2024/05/bib3-2.png" alt="Libro 3">
      <div class="titulo">Ramírez, M. A., Romero, F., Sánchez, M., (2019). <strong>Propuesta conceptual para el análisis de la seguridad social desde la CISS</strong>. CISS. Secretaría General.
      </div>
      
      <a href="https://biblioteca.ciess.org/adiss/r2181/propuesta_conceptual_para_el_anlisis_de_la_seguridad_social_desde_la_ciss" rel="noopener" class="registro-boton-active" target="_blank">
          <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;
         </a>
    </div>

    <div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2024/05/bib4-2.png" alt="Libro 4">
      <div class="titulo">López, E., (2021).<strong> Derechos humanos: trabajo y seguridad social frente a las nuevas tecnologías de la cuarta revolución industrial en México</strong>. Revista IUS, 15(48), 157-178. Instituto de Ciencias Jurídicas de Puebla
      </div>

      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2061" rel="noopener" class="registro-boton-active" target="_blank">
          <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;
         </a>
    </div>
        <div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2024/05/bib5-2.png" alt="Libro 5">
      <div class="titulo">Mendizábal Bermúdez, G., & Apáez Pineda, O. J. (2020). <strong>Análisis del derecho humano de la seguridad social desde el convenio bilateral vigente entre México y España</strong>. E-Revista Internacional de la Protección Social, 5(1), 243–258.
      </div>
   
        <a href=https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2144" rel="noopener" class="registro-boton-active" target="_blank">
  <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;</a>
    </div>
        <div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2024/05/bib6-2.png" alt="Libro 6">
      <div class="titulo">Organización Internacional del Trabajo. (2023).<strong> Derecho a la seguridad social en las constituciones del mundo. Ampliando el espacio moral y legal para la justicia social</strong>. OIT
      </div>
      
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2239" rel="noopener" class="registro-boton-active" target="_blank">
          <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;
         </a>
    </div>
    
        <div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2024/05/bib7-2.png" alt="Libro 1">
      <div class="titulo">Pereira Jardim, L. (2020). <strong>Reflexiones sobre algunos aspectos del marco regulatorio venezolano: el papel del estado (estado social de derecho, estado de bienestar), la salud y la seguridad social como derecho social fundamental</strong>. Revista de la Facultad de Derecho de México, 70(278-1), 91–106.
      </div>
     
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2138" rel="noopener" class="registro-boton-active" target="_blank">
          <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;
         </a>
    </div>

    <div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2024/05/bib8-2.png" alt="Libro 2">
      <div class="titulo">Arellano-Esparza, C. A. (2023). <strong>Bienestar y Estado: una interpretación contemporánea</strong>. Espiral Estudios sobre Estado y Sociedad, 30(86). Universidad de Guadalajara. Departamento de Estudios sobre Movimientos Sociales.
      </div>
     
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=2170" rel="noopener" class="registro-boton-active" target="_blank">
          <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;
         </a>
    </div>
    <div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2024/05/bib9-2.png" alt="Libro 3">
      <div class="titulo">Sepúlveda, M. (2014). De la retórica a la práctica. <strong>El enfoque de derechos en la protección social en América Latina</strong>. Comisión Económica para América Latina y el Caribe.
      </div>
     
      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=134" rel="noopener" class="registro-boton-active" target="_blank">
          <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;
         </a>
    </div>

    <div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2024/05/bib10-2.png" alt="Libro 4">
      <div class="titulo">Aparicio, R. C., Hernández, G., Mancini, F. (2018). <strong>Pobreza y derechos sociales en México</strong>. Consejo Nacional de Evaluación de la Política de Desarrollo Social. Universidad Nacional Autónoma de México.
      </div>

      <a href="https://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=1506" rel="noopener" class="registro-boton-active" target="_blank">
          <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;
         </a>
    </div>
        <div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2024/05/bib11-2.png" alt="Libro 5">
      <div class="titulo">Palmero, O., Garza, J. (1992). <strong>Derechos humanos y seguridad social. Declaraciones, resoluciones y recomendaciones internacionales</strong>. CISS. CIESS.
      </div>
 
        <a href="https://biblioteca.ciess.org/adiss/r187/derechos_humanos_y_seguridad_social_declaraciones_resoluciones_y_recomendaciones_internacionales" rel="noopener" class="registro-boton-active" target="_blank">
  <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;</a>
    </div>
        <div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2024/05/bib12-2.png" alt="Libro 6">
      <div class="titulo">Doublet, J. (1969). <strong>Los derechos humanos y la seguridad social</strong>. Seguridad Social, 18(58-59), 9-26. CISS. Secretaría General.
      </div>

      <a href="https://biblioteca.ciess.org/adiss/r1898/los_derechos_humanos_y_la_seguridad_social" rel="noopener" class="registro-boton-active" target="_blank">
          <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;
         </a>
    </div>
        <div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2024/05/bib13-2.png" alt="Libro 6">
      <div class="titulo">Cárdenas, J., Rodríguez, J. (1995). <strong>Derechos humanos y seguridad social. Mesa redonda</strong>. CISS. Secretaría General.
      </div>

      <a href="https://biblioteca.ciess.org/adiss/r503/derechos_humanos_y_seguridad_social_mesa_redonda" 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/bienestar-social/" class="elementor-post-info__terms-list-item">Bienestar social</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/derechos-sociales/" class="elementor-post-info__terms-list-item">Derechos sociales</a>, <a href="https://bidiss.ciess.org/tag/desarrollo-humano/" class="elementor-post-info__terms-list-item">Desarrollo humano</a>, <a href="https://bidiss.ciess.org/tag/discriminacion/" class="elementor-post-info__terms-list-item">Discriminación</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/pobreza/" class="elementor-post-info__terms-list-item">Pobreza</a>, <a href="https://bidiss.ciess.org/tag/seguridad-social/" class="elementor-post-info__terms-list-item">Seguridad social</a>				</span>
					</span>
								</li>
				</ul>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-72d66a7 e-flex e-con-boxed e-con e-parent" data-id="72d66a7" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-d91f3ef elementor-widget elementor-widget-spacer" data-id="d91f3ef" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-0ed5c7e e-flex e-con-boxed e-con e-parent" data-id="0ed5c7e" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-9f14531 elementor-widget elementor-widget-heading" data-id="9f14531" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Otras bibliografías disponibles:</h2>				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-568cbfe e-flex e-con-boxed e-con e-parent" data-id="568cbfe" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-ace9e83 elementor-grid-4 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="ace9e83" data-element_type="widget" data-e-type="widget" data-settings="{&quot;classic_columns&quot;:&quot;4&quot;,&quot;classic_masonry&quot;:&quot;yes&quot;,&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
							<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid" role="list">
				<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" role="listitem">
				<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 fetchpriority="high" 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-8643 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-administracion-por-riesgos tag-administracion-y-gestion tag-atencion-a-la-salud tag-atencion-primaria-de-la-salud tag-gestion-publica tag-salud-publica tag-seguridad-social tag-sistemas-de-salud tag-sistemas-nacionales-de-salud" role="listitem">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/administracion-por-riesgos-y-su-gestion-en-las-instituciones-de-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img decoding="async" width="1921" height="1080" src="https://bidiss.ciess.org/wp-content/uploads/2024/04/Administracion-riesgos-gestion.png" class="attachment-full size-full wp-image-8647" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/04/Administracion-riesgos-gestion.png 1921w, https://bidiss.ciess.org/wp-content/uploads/2024/04/Administracion-riesgos-gestion-300x169.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/04/Administracion-riesgos-gestion-1024x576.png 1024w, https://bidiss.ciess.org/wp-content/uploads/2024/04/Administracion-riesgos-gestion-768x432.png 768w, https://bidiss.ciess.org/wp-content/uploads/2024/04/Administracion-riesgos-gestion-1536x864.png 1536w, https://bidiss.ciess.org/wp-content/uploads/2024/04/Administracion-riesgos-gestion-580x326.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/04/Administracion-riesgos-gestion-860x483.png 860w, https://bidiss.ciess.org/wp-content/uploads/2024/04/Administracion-riesgos-gestion-1160x652.png 1160w, https://bidiss.ciess.org/wp-content/uploads/2024/04/Administracion-riesgos-gestion-640x360.png 640w" sizes="(max-width: 1921px) 100vw, 1921px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/administracion-por-riesgos-y-su-gestion-en-las-instituciones-de-seguridad-social/" >
				Administración por riesgos y su gestión en las instituciones de seguridad social			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/bibliografias/administracion-por-riesgos-y-su-gestion-en-las-instituciones-de-seguridad-social/" aria-label="Más información sobre Administración por riesgos y su gestión en las instituciones de seguridad social" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-14571 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-actuaria tag-aspectos-actuariales tag-calculos-actuariales tag-financiamiento-de-la-seguridad-social tag-modelos-matematicos tag-pensiones tag-riesgos-financieros tag-seguros-sociales" role="listitem">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/lenguaje-actuaria-en-la-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img decoding="async" width="650" height="366" src="https://bidiss.ciess.org/wp-content/uploads/2024/09/20-lenguaje-actuarial.png" class="attachment-full size-full wp-image-14579" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/09/20-lenguaje-actuarial.png 650w, https://bidiss.ciess.org/wp-content/uploads/2024/09/20-lenguaje-actuarial-300x169.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/09/20-lenguaje-actuarial-580x327.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/09/20-lenguaje-actuarial-640x360.png 640w" sizes="(max-width: 650px) 100vw, 650px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/lenguaje-actuaria-en-la-seguridad-social/" >
				Lenguaje actuarial en la seguridad social			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/bibliografias/lenguaje-actuaria-en-la-seguridad-social/" aria-label="Más información sobre Lenguaje actuarial en la seguridad social" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-19090 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-enfermedades-profesionales tag-ergonomia tag-riesgos-ocupacionales tag-riesgos-psicosociales tag-salud-en-el-trabajo tag-salud-ocupacional tag-seguridad-en-el-trabajo tag-stress-laboral" role="listitem">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/riesgos-laborales-y-sistemas-de-gestion-de-salud-y-seguridad-en-el-trabajo/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="1920" height="1080" src="https://bidiss.ciess.org/wp-content/uploads/2025/01/D4-Riesgos-laborales-y-sistemas-de-gestion-de-salud-y-seguridad-en-el-trabajo.jpg" class="attachment-full size-full wp-image-19091" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2025/01/D4-Riesgos-laborales-y-sistemas-de-gestion-de-salud-y-seguridad-en-el-trabajo.jpg 1920w, https://bidiss.ciess.org/wp-content/uploads/2025/01/D4-Riesgos-laborales-y-sistemas-de-gestion-de-salud-y-seguridad-en-el-trabajo-300x169.jpg 300w, https://bidiss.ciess.org/wp-content/uploads/2025/01/D4-Riesgos-laborales-y-sistemas-de-gestion-de-salud-y-seguridad-en-el-trabajo-1024x576.jpg 1024w, https://bidiss.ciess.org/wp-content/uploads/2025/01/D4-Riesgos-laborales-y-sistemas-de-gestion-de-salud-y-seguridad-en-el-trabajo-768x432.jpg 768w, https://bidiss.ciess.org/wp-content/uploads/2025/01/D4-Riesgos-laborales-y-sistemas-de-gestion-de-salud-y-seguridad-en-el-trabajo-1536x864.jpg 1536w, https://bidiss.ciess.org/wp-content/uploads/2025/01/D4-Riesgos-laborales-y-sistemas-de-gestion-de-salud-y-seguridad-en-el-trabajo-580x326.jpg 580w, https://bidiss.ciess.org/wp-content/uploads/2025/01/D4-Riesgos-laborales-y-sistemas-de-gestion-de-salud-y-seguridad-en-el-trabajo-860x484.jpg 860w, https://bidiss.ciess.org/wp-content/uploads/2025/01/D4-Riesgos-laborales-y-sistemas-de-gestion-de-salud-y-seguridad-en-el-trabajo-1160x653.jpg 1160w, https://bidiss.ciess.org/wp-content/uploads/2025/01/D4-Riesgos-laborales-y-sistemas-de-gestion-de-salud-y-seguridad-en-el-trabajo-640x360.jpg 640w" sizes="(max-width: 1920px) 100vw, 1920px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/riesgos-laborales-y-sistemas-de-gestion-de-salud-y-seguridad-en-el-trabajo/" >
				Riesgos laborales y sistemas de gestión de salud y seguridad en el trabajo			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/bibliografias/riesgos-laborales-y-sistemas-de-gestion-de-salud-y-seguridad-en-el-trabajo/" aria-label="Más información sobre Riesgos laborales y sistemas de gestión de salud y seguridad en el trabajo" tabindex="-1" >
			Leer más »		</a>

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

					<description><![CDATA[<p><img width="860" height="575" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2019-09-1-860x575.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" /></p>
<p>Boletín que incorpora referencias a material bibliohemerográfico en materia de seguridad social y de temas afines a su estudio y análisis.</p>
<p>La entrada <a href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-9-septiembre-2019/">Boletín bibliohemerográfico, número 9, septiembre 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="4281" class="elementor elementor-4281" 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-09-1-qeho669xtis9vw85w0jn5wxob2jcrxxeko85dod0jk.png" title="Boletin2019-09" alt="Boletin2019-09" loading="lazy" />															</div>
				</div>
				<div class="elementor-element elementor-element-a4cd956 elementor-align-right elementor-widget elementor-widget-button" data-id="a4cd956" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2019-09.pdf" target="_blank">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V274.7l-73.4-73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0l128-128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L288 274.7V32zM64 352c-35.3 0-64 28.7-64 64v32c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V416c0-35.3-28.7-64-64-64H346.5l-45.3 45.3c-25 25-65.5 25-90.5 0L165.5 352H64zm368 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"></path></svg>			</span>
									<span class="elementor-button-text">Descarga el boletin en PDF</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-dbda98d e-con-full e-flex e-con e-child" data-id="dbda98d" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-4a47d03 elementor-widget elementor-widget-html" data-id="4a47d03" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<html lang="es">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <style>
        body {
            font-family: "Raleway", sans-serif;
        }
        .color-black {
            color: #000000;
        }
        .color-blue {
            color: #3366ff;
        }
        .text-justify {
            text-align: justify;
            font-size: 18px;
        }
        .text-bold {
            font-weight: bold;
        }
        .link-blue {
            color: #043ca9;
            text-decoration: none;
        }
        h1 {
            font-size: 32px;
            color: #043ca9;
            margin-bottom: 2px;
            line-height: 30px;            
        }
        h2 {
            font-size: 26px;
            font-weight: 800;
            color: #043ca9;
        }
        h5 {
            font-size: 20px;
            font-weight: 800;
        }
        .tabla-nota td {
            text-align: left;
            padding: 5px;
            border: 1px solid #f5f5f5;
            border-radius: 10px;
        }
        .larger-font {
            font-size: 20px;
        }
        
        .titulo {
            font-weight: bold;
            }
        .bibliografia {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            }
        .ficha {
            width: 45%;
            margin: 10px;
            /*border: 1px solid #ccc;*/
            padding: 10px;
            text-align: left;
            transition: transform 0.2s;
            font-size: smaller;
            }
        /*.ficha:hover {
            transform: scale(1.05);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
            }*/
        .ficha img {
            max-width: 80%;
            margin-bottom: 5px;
            height: auto;
            transition: transform 0.2s;
            border-radius: 5px 5px 5px 5px;
  box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.5);
            }
        .ficha img:hover {
            transform: scale(1.05);
            justify-content: center;
            }
    </style>
</head>
<body>
    <h1>Boletín biblohemerográfico</h1>
    <h2>número 9, septiembre 2019</h2>
    <p class="text-justify">En este número del boletín se destaca la colección Cuadernos de historia, teoría y bienestar, editada por la CISS, que abodan la historia de la Conferencia Interamericana de Seguridad Social, y la de del Centro Interamericano de Estudios de Seguridad Social (CIESS). Por otra parte, se destaca la Propuesta conceptual para el análisis de la seguridad social desde la CISS. </p>
    <p class="text-justify">Como información de valor histórico, se hace una breve reseña sobre la Primera Conferencia Interamericana de Seguridad Social, efectuada el 10 de septiembre, en Chile. </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-f02971f e-flex e-con-boxed e-con e-parent" data-id="f02971f" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-9495393 elementor-widget elementor-widget-html" data-id="9495393" 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-09-01.png" style="width: 25%; border-radius: 5px; display: inline-block; box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.5);">
</div>
<br><br>
<div><h4 class="p1" style="text-align: center;"><strong><span style="color: #000000;">Actas de la 1a. Conferencia Interamericana de Seguridad Social</span></strong></h4>
</div>
<p align="justify">El 10 de septiembre de 1942, en el salón de honor del Congreso Chileno, con asistencia de Delegados de 21 países de América, incluyendo Canadá, el Sr. Don Juan Antonio Ríos Morales, Presidente de la República de Chile, acompañado en el Presídium por el Sr. Ernesto Barros Jarpa, del Sr. Dr. Miguel Etchebarne y del Sr. Lic. Ignacio García Téllez, declaró solemnemente inaugurada la Reunión para constituir la Primera Conferencia Interamericana de Seguridad Social, bajo el lema: "Una nueva estructura de la seguridad social"</p>
<p align="justify">Te invitamos a consultar los documentos históricos sobre la creación de la 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&FK=septiembre+primera+conferencia" rel="noopener" class="registro-boton-active" target="_blank">
  <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Más información &gt;
</a>
</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-1461df9 e-flex e-con-boxed e-con e-parent" data-id="1461df9" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-a0ef2f6 elementor-widget elementor-widget-html" data-id="a0ef2f6" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<html lang="es">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <style>
        body {
            font-family: "Raleway", sans-serif;
        }
        .color-black {
            color: #000000;
        }
        .color-blue {
            color: #3366ff;
        }
        .text-justify {
            text-align: justify;
            font-size: 18px;
        }
        .text-bold {
            font-weight: bold;
        }
        .link-blue {
            color: #043ca9;
            text-decoration: none;
        }
        h1 {
            font-size: 32px;
            color: #043ca9;
            margin-bottom: 2px;
            line-height: 30px;            
        }
        h2 {
            font-size: 26px;
            font-weight: 800;
            color: #043ca9;
        }
        h5 {
            font-size: 28px;
            font-weight: 800;
            text-align: center;
            line-height: 30px; 
            margin-bottom: 2px;
        }
        .larger-font {
            font-size: 20px;
        }
        .titulo {
            font-weight: bold;
            }
        .bibliografia {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            }
        .ficha {
            width: 30%;
            margin: 10px;
            border: 1px solid #ccc;
            padding: 10px;
            text-align: left;
            transition: transform 0.2s;
            font-size: smaller;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 1rem;
            margin: 1rem;
            text-decoration: none;
            color: #333 !important;
            transition: all 0.3s ease;
            border-radius: 10px;
            }
        .ficha:hover {
            /*transform: scale(1.05);*/
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        }
        .ficha img {
            max-width: 80%;
            margin-bottom: 5px;
            height: auto;
            transition: transform 0.2s;
            border-radius: 5px 5px 5px 5px;
            box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.5);
            }
        .ficha img:hover {
            /*transform: scale(1.05);*/
            justify-content: center;
            }
        .title-line {
            height: 2px;
            background: linear-gradient(to right, #85ac1c, #1092bc);
            margin-top: 10px;
            }
        .registro-boton-active {
            display: inline-block;
            padding: 15px 15px;
            border: 2px solid #3675AB;
            text-align: center;
            border-radius: 5px;
            transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease; /* Agregamos transición para el color del borde */
            margin-top: 20px;
            background-color: #3675AB;
            color: #ffffff;
            text-decoration: none;
        }

        .registro-boton-active:hover {
            color: #3675AB;
            background-color: #ffffff; /* Cambiamos el color de fondo al pasar el cursor */
            border-color: #3675AB; /* Mantenemos el color del borde al pasar el cursor */
        }
    </style>
    </style>
</head>
<body>
<h5>Resumen de contenido:</h5>
<div class="title-line"></div>
  <div class="bibliografia">
    <div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2023/11/Libro-09-02.png" alt="Libro 1">
      <div class="titulo">Propuesta conceptual para el análisis de la seguridad social desde la CISS</div>
      Autores: María Sánchez Belmont Montiel, Miguel Ángel Ramírez Villela, Frida Romero Suárez<br>
      Año: 2019<br>
      Editorial: CISS: Universidad Pablo de Olavide<br>
        Colección: Cuadernos de historia, teoría y bienestar; 2<br>
      <a href="http://biblioteca.ciess.org/adiss/downloads/2273/ADISS2019-2976.pdf" rel="noopener" class="registro-boton-active" target="_blank">
          <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;
         </a>
    </div>

    <div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2023/11/Libro-09-03.png" alt="Libro 2">
      <div class="titulo">Derechos de las personas adultas mayores</div>
      Autor: María Ascensión Morales Ramírez<br>
      Año: 2018<br>
      Editorial: UNAM. Instituto de Investigaciones Jurídicas: Instituto Nacional de Estudios Históricos de las Revoluciones de México: Secretaría de Cultura<br>
      <a href="http://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=28701" 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-09-04.png" alt="Libro 3">
      <div class="titulo">Crónica de una jornada institucional. Historia del CIESS [1963-2012]</div>
      Autor: Guillermo Palacios<br>
      Año: 2019<br>
      Editorial: CISS<br>
      Colección: Cuadernos de historia, teoría y bienestar; 3
      <a href="http://biblioteca.ciess.org/adiss/downloads/2274/ADISS2019-2977.pdf" rel="noopener" class="registro-boton-active" target="_blank">
          <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;
         </a>
    </div>

    <div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2023/11/Libro-09-05.png" alt="Libro 4">
      <div class="titulo">Arquitectura y arte en la sede del Centro Interamericano de Estudios de Seguridad Social</div>
      Autor: María Rosa Gudiño Cejudo<br>
      Año: 2019<br>
      Editorial: CISS<br>
      Colección: Cuadernos de políticas para el bienestar ; 4
      <a href="http://biblioteca.ciess.org/adiss/downloads/2275/ADISS2019-2978.pdf" rel="noopener" class="registro-boton-active" target="_blank">
          <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;
         </a>
    </div>
        <div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2023/11/Libro-09-06.png" alt="Libro 5">
      <div class="titulo">Hacia una historia de la previsión social nacional en Argentina: 1904-2018</div>
    Editor: Hugo Darío Bertín<br>
    Año: 2019<br>
    Editorial: Universidad Nacional de La Plata, Facultad de Ciencias Económicas<br>
            <a href="http://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=28689" 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-09-07.png" alt="Libro 6">
      <div class="titulo">Problemas contemporáneos de la seguridad social: América Latina y México</div>
      Coordinadora: Araceli Damián<br>
      Año: 2018<br>
      Editorial: Cámara de Diputados. LXIII Legislatura<br>
      <a href="http://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=28702" 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/aborto/" class="elementor-post-info__terms-list-item">Aborto</a>, <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/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/arquitectura/" class="elementor-post-info__terms-list-item">Arquitectura</a>, <a href="https://bidiss.ciess.org/tag/cambio-climatico/" class="elementor-post-info__terms-list-item">Cambio climático</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/derechos-sociales/" class="elementor-post-info__terms-list-item">Derechos sociales</a>, <a href="https://bidiss.ciess.org/tag/desastres/" class="elementor-post-info__terms-list-item">Desastres</a>, <a href="https://bidiss.ciess.org/tag/funcionarios-publicos/" class="elementor-post-info__terms-list-item">Funcionarios públicos</a>, <a href="https://bidiss.ciess.org/tag/historia-de-la-seguridad-social/" class="elementor-post-info__terms-list-item">Historia de la seguridad social</a>, <a href="https://bidiss.ciess.org/tag/informes-institucionales/" class="elementor-post-info__terms-list-item">Informes institucionales</a>, <a href="https://bidiss.ciess.org/tag/instalaciones/" class="elementor-post-info__terms-list-item">Instalaciones</a>, <a href="https://bidiss.ciess.org/tag/instituciones-de-seguridad-social/" class="elementor-post-info__terms-list-item">Instituciones de seguridad social</a>, <a href="https://bidiss.ciess.org/tag/marco-conceptual-de-la-seguridad-social/" class="elementor-post-info__terms-list-item">Marco conceptual de la seguridad social</a>, <a href="https://bidiss.ciess.org/tag/maternidad-y-salud/" class="elementor-post-info__terms-list-item">Maternidad y salud</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/militares/" class="elementor-post-info__terms-list-item">Militares</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/riesgos-de-desastres/" class="elementor-post-info__terms-list-item">Riesgos de desastres</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/trabajo-domestico/" class="elementor-post-info__terms-list-item">Trabajo doméstico</a>				</span>
					</span>
								</li>
				</ul>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-72d66a7 e-flex e-con-boxed e-con e-parent" data-id="72d66a7" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-d91f3ef elementor-widget elementor-widget-spacer" data-id="d91f3ef" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-0ed5c7e e-flex e-con-boxed e-con e-parent" data-id="0ed5c7e" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-9f14531 elementor-widget elementor-widget-heading" data-id="9f14531" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Otros números disponibles:</h2>				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-568cbfe e-flex e-con-boxed e-con e-parent" data-id="568cbfe" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-ace9e83 elementor-grid-4 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="ace9e83" data-element_type="widget" data-e-type="widget" data-settings="{&quot;classic_columns&quot;:&quot;4&quot;,&quot;classic_masonry&quot;:&quot;yes&quot;,&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
							<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid" role="list">
				<article class="elementor-post elementor-grid-item post-4584 post type-post status-publish format-standard has-post-thumbnail hentry category-boletines-bibliohemerograficos category-editadas-por-el-ciess category-publicaciones tag-adultos-mayores tag-america-latina tag-argentina tag-asistencia-medica-2 tag-atencion-primaria-en-salud tag-autocuidados tag-bases-de-datos tag-bienestar-social tag-cotizaciones tag-covid-19 tag-desempleo tag-el-salvador tag-enfermedades-profesionales tag-envejecimiento tag-expediente-clinico tag-historia-de-la-seguridad-social tag-informacion-cientifica tag-informalidad-laboral tag-jornada-laboral tag-licencias-y-patentes tag-medicamentos tag-mercado-laboral tag-mexico tag-pandemia tag-pensiones tag-personas-trabajadoras-del-hogar tag-politicas-de-salud tag-precarizacion-laboral tag-programas-de-salud tag-propiedad-intelectual tag-proteccion-social tag-recursos-humanos tag-regimen-obligatorio tag-riesgos-psicosociales tag-salud-mental tag-salud-publica tag-seguridad-social tag-sistemas-de-informacion tag-sistemas-de-pensiones tag-telemedicina tag-trabajo-en-el-hogar tag-william-henry-beveridge" role="listitem">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-10-octubre-2022/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="1056" height="816" src="https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2022-10.png" class="attachment-full size-full wp-image-4585" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2022-10.png 1056w, https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2022-10-300x232.png 300w, https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2022-10-1024x791.png 1024w, https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2022-10-768x593.png 768w, https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2022-10-580x448.png 580w, https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2022-10-860x665.png 860w" sizes="(max-width: 1056px) 100vw, 1056px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-10-octubre-2022/" >
				Boletín bibliohemerográfico, número 10, octubre 2022			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-10-octubre-2022/" aria-label="Más información sobre Boletín bibliohemerográfico, número 10, octubre 2022" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-4383 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-aspectos-actuariales tag-covid-19 tag-desarrollo-tecnologico tag-envejecimiento-poblacional tag-espana tag-europa tag-historia-de-la-ciss tag-historia-de-la-seguridad-social tag-medicina-basada-en-evidencia tag-mercado-laboral tag-mexico tag-migracion tag-organizacion-y-administracion tag-pandemia tag-personas-trabajadoras-del-hogar tag-pobreza tag-politicas-sociales tag-proteccion-social tag-seguridad-social tag-trabajadores" role="listitem">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-9-septiembre-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-09-1.png" class="attachment-full size-full wp-image-4391" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2020-09-1.png 1056w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2020-09-1-300x232.png 300w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2020-09-1-1024x791.png 1024w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2020-09-1-768x593.png 768w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2020-09-1-580x448.png 580w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2020-09-1-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-2020/" >
				Boletín bibliohemerográfico, número 9, septiembre 2020			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-9-septiembre-2020/" aria-label="Más información sobre Boletín bibliohemerográfico, número 9, septiembre 2020" tabindex="-1" >
			Leer más »		</a>

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

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-4376 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-legales-en-medicina tag-bases-de-datos tag-biblioteca-digital tag-covid-19 tag-espana tag-estados-unidos tag-europa tag-financiamiento-de-la-seguridad-social tag-informes-institucionales tag-jubilaciones tag-medicamentos tag-mercosur tag-mexico tag-noticias tag-pandemia tag-pensiones tag-salud-publica tag-seguridad-social tag-sistemas-de-informacion tag-sistemas-de-pensiones tag-tecnologia tag-tecnologias-de-la-informacion-y-comunicacion tag-transferencias-monetarias tag-uruguay" role="listitem">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-8-agosto-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-08.png" class="attachment-full size-full wp-image-4377" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2020-08.png 1056w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2020-08-300x232.png 300w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2020-08-1024x791.png 1024w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2020-08-768x593.png 768w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2020-08-580x448.png 580w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2020-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-2020/" >
				Boletín bibliohemerográfico, número 8, agosto 2020			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-8-agosto-2020/" aria-label="Más información sobre Boletín bibliohemerográfico, número 8, agosto 2020" tabindex="-1" >
			Leer más »		</a>

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