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

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-16144 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-atencion-al-cliente tag-calidad-de-los-servicios tag-seguridad-social tag-seguros-sociales tag-servicios-de-salud">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/servicio-al-cliente-en-instituciones-de-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img decoding="async" width="650" height="366" src="https://bidiss.ciess.org/wp-content/uploads/2024/09/09-servicio-cliente-intstituciones.png" class="attachment-full size-full wp-image-16145" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/09/09-servicio-cliente-intstituciones.png 650w, https://bidiss.ciess.org/wp-content/uploads/2024/09/09-servicio-cliente-intstituciones-300x169.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/09/09-servicio-cliente-intstituciones-580x327.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/09/09-servicio-cliente-intstituciones-640x360.png 640w" sizes="(max-width: 650px) 100vw, 650px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/servicio-al-cliente-en-instituciones-de-seguridad-social/" >
				Servicio al cliente en instituciones de seguridad social			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/bibliografias/servicio-al-cliente-en-instituciones-de-seguridad-social/" aria-label="Más información sobre Servicio al cliente en instituciones de seguridad social" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-9300 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-bienestar-social tag-cobertura tag-comportamiento-demografico tag-demografia tag-epidemiologia tag-salud-publica tag-seguridad-social tag-sistemas-de-salud">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/epidemiologia-y-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img decoding="async" width="650" height="366" src="https://bidiss.ciess.org/wp-content/uploads/2024/06/19-cambios-epidemiologicos.png" class="attachment-full size-full wp-image-9301" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/06/19-cambios-epidemiologicos.png 650w, https://bidiss.ciess.org/wp-content/uploads/2024/06/19-cambios-epidemiologicos-300x169.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/06/19-cambios-epidemiologicos-580x327.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/06/19-cambios-epidemiologicos-640x360.png 640w" sizes="(max-width: 650px) 100vw, 650px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/epidemiologia-y-seguridad-social/" >
				Epidemiología y seguridad social			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/bibliografias/epidemiologia-y-seguridad-social/" aria-label="Más información sobre Epidemiología y seguridad social" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-14571 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-actuaria tag-aspectos-actuariales tag-calculos-actuariales tag-financiamiento-de-la-seguridad-social tag-modelos-matematicos tag-pensiones tag-riesgos-financieros tag-seguros-sociales">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/lenguaje-actuaria-en-la-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="650" height="366" src="https://bidiss.ciess.org/wp-content/uploads/2024/09/20-lenguaje-actuarial.png" class="attachment-full size-full wp-image-14579" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/09/20-lenguaje-actuarial.png 650w, https://bidiss.ciess.org/wp-content/uploads/2024/09/20-lenguaje-actuarial-300x169.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/09/20-lenguaje-actuarial-580x327.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/09/20-lenguaje-actuarial-640x360.png 640w" sizes="(max-width: 650px) 100vw, 650px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/lenguaje-actuaria-en-la-seguridad-social/" >
				Lenguaje actuarial en la seguridad social			</a>
		</h3>
		
		<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>
				</div>
		
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-b8167f9 e-flex e-con-boxed e-con e-parent" data-id="b8167f9" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-9d9a97a elementor-share-buttons--view-icon elementor-share-buttons--shape-circle elementor-share-buttons--align-center elementor-share-buttons--skin-gradient elementor-grid-0 elementor-share-buttons--color-official elementor-widget elementor-widget-share-buttons" data-id="9d9a97a" data-element_type="widget" data-e-type="widget" data-widget_type="share-buttons.default">
				<div class="elementor-widget-container">
							<div class="elementor-grid">
								<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_facebook"
							role="button"
							tabindex="0"
							aria-label="Compartir en facebook"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-facebook" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z"></path></svg>							</span>
																				</div>
					</div>
									<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_twitter"
							role="button"
							tabindex="0"
							aria-label="Compartir en twitter"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-twitter" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"></path></svg>							</span>
																				</div>
					</div>
									<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_linkedin"
							role="button"
							tabindex="0"
							aria-label="Compartir en linkedin"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-linkedin" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"></path></svg>							</span>
																				</div>
					</div>
									<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_whatsapp"
							role="button"
							tabindex="0"
							aria-label="Compartir en whatsapp"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-whatsapp" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z"></path></svg>							</span>
																				</div>
					</div>
									<div class="elementor-grid-item">
						<div
							class="elementor-share-btn elementor-share-btn_telegram"
							role="button"
							tabindex="0"
							aria-label="Compartir en telegram"
						>
															<span class="elementor-share-btn__icon">
								<svg class="e-font-icon-svg e-fab-telegram" viewBox="0 0 496 512" xmlns="http://www.w3.org/2000/svg"><path d="M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm121.8 169.9l-40.7 191.8c-3 13.6-11.1 16.9-22.4 10.5l-62-45.7-29.9 28.8c-3.3 3.3-6.1 6.1-12.5 6.1l4.4-63.1 114.9-103.8c5-4.4-1.1-6.9-7.7-2.5l-142 89.4-61.2-19.1c-13.3-4.2-13.6-13.3 2.8-19.7l239.1-92.2c11.1-4 20.8 2.7 17.2 19.5z"></path></svg>							</span>
																				</div>
					</div>
						</div>
						</div>
				</div>
					</div>
				</div>
				</div>
		<p>La entrada <a href="https://bidiss.ciess.org/bibliografias/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 5, mayo 2021</title>
		<link>https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-5-mayo-2021/</link>
		
		<dc:creator><![CDATA[Ernesto Ramirez]]></dc:creator>
		<pubDate>Sat, 28 Oct 2023 22:33:16 +0000</pubDate>
				<category><![CDATA[Boletines bibliohemerográficos]]></category>
		<category><![CDATA[Editadas por el CIESS]]></category>
		<category><![CDATA[Publicaciones]]></category>
		<category><![CDATA[Administración de la seguridad social]]></category>
		<category><![CDATA[Adultos mayores]]></category>
		<category><![CDATA[América Latina]]></category>
		<category><![CDATA[Asia]]></category>
		<category><![CDATA[Bases de datos]]></category>
		<category><![CDATA[China]]></category>
		<category><![CDATA[Covid-19]]></category>
		<category><![CDATA[Cuba]]></category>
		<category><![CDATA[Derecho a la seguridad social]]></category>
		<category><![CDATA[Derecho internacional]]></category>
		<category><![CDATA[Desarrollo humano]]></category>
		<category><![CDATA[Desarrollo social]]></category>
		<category><![CDATA[Economía social]]></category>
		<category><![CDATA[Emergencias en salud]]></category>
		<category><![CDATA[Equidad de género]]></category>
		<category><![CDATA[Higiene en el trabajo]]></category>
		<category><![CDATA[Historia de la seguridad social]]></category>
		<category><![CDATA[Igualdad y equidad]]></category>
		<category><![CDATA[Informes institucionales]]></category>
		<category><![CDATA[Jornada laboral]]></category>
		<category><![CDATA[Legislación laboral]]></category>
		<category><![CDATA[Mercado laboral]]></category>
		<category><![CDATA[México]]></category>
		<category><![CDATA[Pandemia]]></category>
		<category><![CDATA[Población rural]]></category>
		<category><![CDATA[Programas de seguridad social]]></category>
		<category><![CDATA[República Dominicana]]></category>
		<category><![CDATA[Salarios]]></category>
		<category><![CDATA[Salud y seguridad en el trabajo]]></category>
		<category><![CDATA[Seguridad social]]></category>
		<category><![CDATA[Sistemas de información]]></category>
		<category><![CDATA[Sistemas de pensiones]]></category>
		<category><![CDATA[Sistemas de salud]]></category>
		<category><![CDATA[Trabajo informal]]></category>
		<guid isPermaLink="false">https://bidiss.ciess.org/?p=4452</guid>

					<description><![CDATA[<p><img width="860" height="575" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2021-05-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-5-mayo-2021/">Boletín bibliohemerográfico, número 5, mayo 2021</a> se publicó primero en <a href="https://bidiss.ciess.org">Biblioteca Digital de Seguridad Social</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="4452" class="elementor elementor-4452" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-ede893f e-con-full e-flex e-con e-parent" data-id="ede893f" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-7854d2a elementor-widget__width-initial elementor-widget elementor-widget-heading" data-id="7854d2a" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h1 class="elementor-heading-title elementor-size-default"><br>Boletines Bibliohemerográficos</h1>				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-0421b1f e-flex e-con-boxed e-con e-parent" data-id="0421b1f" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-1765975 elementor-widget elementor-widget-spacer" data-id="1765975" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-365cb16 e-con-full e-flex e-con e-parent" data-id="365cb16" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
		<div class="elementor-element elementor-element-9c65908 e-con-full e-flex e-con e-child" data-id="9c65908" data-element_type="container" data-e-type="container">
				</div>
		<div class="elementor-element elementor-element-3f33523 e-con-full e-flex e-con e-child" data-id="3f33523" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-f5e4a3a elementor-widget elementor-widget-image" data-id="f5e4a3a" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/elementor/thumbs/Boletin2021-05-qejotss1ntdn4mvvh4t02dct3ogd2qs0itce5w5c00.png" title="Boletin2021-05" alt="Boletin2021-05" loading="lazy" />															</div>
				</div>
				<div class="elementor-element elementor-element-a4cd956 elementor-align-right elementor-widget elementor-widget-button" data-id="a4cd956" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2021-05.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 5, mayo 2021</h2>
    <p class="text-justify">En este número del boletín se incluyen las publicaciones que se han incorporado a nuestro fondo bibliográfico en las que se destacan las tesis del Máster de Estudios Avanzados en Seguridad Social, desarrollado en conjunto por el Centro Interamericano de Estudios de Seguridad Social y la Universidad Pablo de Olavide de Sevilla, España.</p>
</body>
</html>				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-a930290 e-con-full e-flex e-con e-child" data-id="a930290" data-element_type="container" data-e-type="container">
				</div>
				</div>
		<div class="elementor-element elementor-element-4b519f8 e-flex e-con-boxed e-con e-parent" data-id="4b519f8" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-b627aef elementor-widget elementor-widget-html" data-id="b627aef" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<h5>Nota histórica</h5>
<div class="title-line"></div>
<br>
<div style="text-align: center;">
  <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2023/11/Libro-2021-05-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;">El progreso de la seguridad social en Cuba</span></strong></h4>
</div>
<p align="justify">El Ex Secretario de la Caja de Retiro de Obreros y Jornaleros del Estado de Cuba y Representante de Cuba en la IV Conferencia Internacional de Seguridad Social, en su texto publicado en la Revista Seguridad Social de mayo/junio de 1958, hace una reseña histórica sobre la creación y evolución de la seguridad social en Cuba, destacando que ésta, ha tenido que transitar diversas "convulsiones" político-sociales, sobre todo las que este país sufrió durante las décadas de 1940 y 1950.</p>
<p align="justify">En el siguiente enlace podrás acceder al artículo completo.</p>
<div class="links-container" style="text-align: center;">
  <a href="http://biblioteca.ciess.org/adiss/downloads/1044/ADISS2017-971.pdf" 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-ca9cd8b e-flex e-con-boxed e-con e-parent" data-id="ca9cd8b" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-9301e7d elementor-widget elementor-widget-html" data-id="9301e7d" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<h5>Monitor de recursos y fuentes de información</h5>
<div class="title-line"></div>
<br>
<div style="text-align: center;">
  <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2023/11/Libro-2021-05-02.png" style="width: 25%;border-radius: 5px; display: inline-block; box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.5);">
</div>
<br><br>
<div><h4 class="p1" style="text-align: center;"><strong><span style="color: #000000;">Base de datos DIALNET<br>
<a href="https://dialnet.unirioja.es/" target="_blank">https://dialnet.unirioja.es/</a></span></strong></h4>
</div>
<p align="justify">La base de datos Dialnet tiene su origen en la Biblioteca y el Servicio Informático de la Universidad de La Rioja y su objetivo inicial fue emitir alertas informativas a partir de contenidos de revistas científicas. Desde 1999 se apostó por conseguir crear un sistema que permitiera establecer un servicio de alertas por correo electrónico para los usuarios. Al mismo tiempo, se pretendía confeccionar de forma rápida, un catálogo interno con los registros analíticos que formaban parte de las alertas.</p>
<p align="justify">Actualmente, Dialnet se ha consolidado como una herramienta fundamental para la búsqueda de información de calidad y se ha logrado colocar como uno de los mayores portales bibliográficos del mundo. Su finalidad es dar mayor visibilidad a la literatura científica hispana, especialmente centrada en las áreas de las Ciencias Humanas, Jurídicas y Sociales.</p>
<p align="justify">Su base de datos se comprende por 11.155 títulos de revistas; 7.644.536 de documentos y 282.392 tesis.</p>
<p align="justify">Dialnet es un proyecto de cooperación que integra distintos recursos y servicios documentales:</p>
<ol style="list-style-type: disc;">
    <li> Base de datos de contenidos científicos hispanos. En la actualidad podemos encontrar en Dialnet artículos de revista, libros y artículos de libros colectivos, actas de congresos, tesis doctorales, reseñas de otras publicaciones en Dialnet.</li>
    <li>Servicio de alertas bibliográficas que difunde, de una manera actualizada, los contenidos de las revistas científicas hispanas.</li>
    <li>Hemeroteca virtual hispana de carácter interdisciplinar, aunque con un predominio de las revistas de Ciencias humanas, jurídicas y sociales.</li>
    <li>Depósito o repositorio de acceso a la literatura científica hispana a texto completo, con una clara apuesta por el acceso libre y gratuito a la misma, sumándose al movimiento Open Access.</li>
</ol>
<p align="justify">Si resulta de su interés conocer más sobre esta base de datos y su uso para obtener mejores resultados en sus búsquedas, recomendamos la consulta del Video: Búsqueda de información científica en DIALNET, desarrollado por Javier Saavedra que se encuentra disponible en Youtube.</p>
<div class="links-container" style="text-align: center;">
  <a href="https://youtu.be/khVcUhvzVZQ" rel="noopener" class="registro-boton-active" target="_blank">
  <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver en Youtube &gt;
</a> 
</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-1461df9 e-flex e-con-boxed e-con e-parent" data-id="1461df9" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-a0ef2f6 elementor-widget elementor-widget-html" data-id="a0ef2f6" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<html lang="es">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <style>
        body {
            font-family: "Raleway", sans-serif;
        }
        .color-black {
            color: #000000;
        }
        .color-blue {
            color: #3366ff;
        }
        .text-justify {
            text-align: justify;
            font-size: 18px;
        }
        .text-bold {
            font-weight: bold;
        }
        .link-blue {
            color: #043ca9;
            text-decoration: none;
        }
        h1 {
            font-size: 32px;
            color: #043ca9;
            margin-bottom: 2px;
            line-height: 30px;            
        }
        h2 {
            font-size: 26px;
            font-weight: 800;
            color: #043ca9;
        }
        h5 {
            font-size: 28px;
            font-weight: 800;
            text-align: center;
            line-height: 30px; 
            margin-bottom: 2px;
        }
        .larger-font {
            font-size: 20px;
        }
        .titulo {
            font-weight: bold;
            }
        .bibliografia {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            }
        .ficha {
            width: 30%;
            margin: 10px;
            border: 1px solid #ccc;
            padding: 10px;
            text-align: left;
            transition: transform 0.2s;
            font-size: smaller;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 1rem;
            margin: 1rem;
            text-decoration: none;
            color: #333 !important;
            transition: all 0.3s ease;
            border-radius: 10px;
            }
        .ficha:hover {
            /*transform: scale(1.05);*/
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        }
        .ficha img {
            max-width: 80%;
            margin-bottom: 5px;
            height: auto;
            transition: transform 0.2s;
            border-radius: 5px 5px 5px 5px;
            box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.5);
            }
        .ficha img:hover {
            /*transform: scale(1.05);*/
            justify-content: center;
            }
        .title-line {
            height: 2px;
            background: linear-gradient(to right, #85ac1c, #1092bc);
            margin-top: 10px;
            }
        .registro-boton-active {
            display: inline-block;
            padding: 15px 15px;
            border: 2px solid #3675AB;
            text-align: center;
            border-radius: 5px;
            transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease; /* Agregamos transición para el color del borde */
            margin-top: 20px;
            background-color: #3675AB;
            color: #ffffff;
            text-decoration: none;
        }

        .registro-boton-active:hover {
            color: #3675AB;
            background-color: #ffffff; /* Cambiamos el color de fondo al pasar el cursor */
            border-color: #3675AB; /* Mantenemos el color del borde al pasar el cursor */
        }
    </style>
    </style>
</head>
<body>
<h5>Resumen de contenido:</h5>
<div class="title-line"></div>
  <div class="bibliografia">
    <div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2023/11/Libro-2021-05-03.png" alt="Libro 1">
      <div class="titulo">El oficio de prevenir. Los desafíos en las intervenciones de las Técnicas y Técnicos Superiores en Higiene y Seguridad en el Trabajo. De la práctica profesionalizante al ejercicio profesional de la salud y seguridad en el trabajo</div>
      Autor: Anibal San Juan<br>
      Año: 2021<br>
      Editorial: El autor<br>
      <a href="http://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=28963" rel="noopener" class="registro-boton-active" target="_blank">
          <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;
         </a>
    </div>

    <div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2023/11/Libro-2021-05-04.png" alt="Libro 2">
      <div class="titulo">Derecho internacional de la seguridad social.</div>
      Autor: Gabriela Mendizába<br>
      Año: 2020<br>
      Editorial: Porrúa<br>
      Colección: Seguridad social en contexto
      <a href="http://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=28973" rel="noopener" class="registro-boton-active" target="_blank">
          <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;
         </a>
    </div>
    <div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2023/11/Libro-2021-05-05.png" alt="Libro 3">
      <div class="titulo">Social Security Programs throughout the World: The Americas, 2019</div>
      Presentación: Katherine N. Bent<br>
      Año: 2020<br>
      Editorial: Social Security Administration : International Social Security Association<br>
      Colección: (SSA Publication No. 13-11804
      <a href="http://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=28980" rel="noopener" class="registro-boton-active" target="_blank">
          <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;
         </a>
    </div>

    <div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2023/11/Libro-2021-05-06.png" alt="Libro 4">
      <div class="titulo">Legislaciones y programas en empleo, emprendimiento y seguridad social para jóvenes en Iberoamérica. Informe</div>
      Autor: Organización Iberoamericana de Seguridad Social<br>
      Año: 2019<br>
      Editorial: OISS<br>

      <a href="http://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=1666" rel="noopener" class="registro-boton-active" target="_blank">
          <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;
         </a>
    </div>
        <div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2023/11/Libro-2021-05-07.png" alt="Libro 5">
      <div class="titulo">Protección social reactiva frente a emergencias en América Latina y el Caribe. La respuesta de Republica Dominicana, a la pandémica Covid-19</div>
    Autor: Rodolfo Beazley<br>
    Año: 2020<br>
    Editorial: Programa Mundial de Alimentos<br>
    
        <a href="http://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=1670" rel="noopener" class="registro-boton-active" target="_blank">
  <i class="fas fa-file-pdf" style="margin-right: 5px;"></i> Ver documento &gt;</a>
    </div>
        <div class="ficha">
      <img decoding="async" src="https://bidiss.ciess.org/wp-content/uploads/2023/11/Libro-2021-05-08.png" alt="Libro 6">
      <div class="titulo">Las personas adultas mayores y el acceso a los sistemas de protección social en el ámbito rural. Seminario internacional “Vejez, ruralidad y servicios sociales”, Santiago, Chile, 11 de diciembre de 2018</div>
            Año: 2019<br>
      Editorial: Organización Iberoamericana de Seguridad Social<br>
      <a href="http://biblioteca.ciess.org/liss/index.php?P=FullRecord&ID=1667" 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/administracion-de-la-seguridad-social/" class="elementor-post-info__terms-list-item">Administración de la seguridad social</a>, <a href="https://bidiss.ciess.org/tag/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/asia/" class="elementor-post-info__terms-list-item">Asia</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/china/" class="elementor-post-info__terms-list-item">China</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/cuba/" class="elementor-post-info__terms-list-item">Cuba</a>, <a href="https://bidiss.ciess.org/tag/derecho-a-la-seguridad-social/" class="elementor-post-info__terms-list-item">Derecho a la seguridad social</a>, <a href="https://bidiss.ciess.org/tag/derecho-internacional/" class="elementor-post-info__terms-list-item">Derecho internacional</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/desarrollo-social/" class="elementor-post-info__terms-list-item">Desarrollo social</a>, <a href="https://bidiss.ciess.org/tag/economia-social/" class="elementor-post-info__terms-list-item">Economía social</a>, <a href="https://bidiss.ciess.org/tag/emergencias-en-salud/" class="elementor-post-info__terms-list-item">Emergencias en salud</a>, <a href="https://bidiss.ciess.org/tag/equidad-de-genero/" class="elementor-post-info__terms-list-item">Equidad de género</a>, <a href="https://bidiss.ciess.org/tag/higiene-en-el-trabajo/" class="elementor-post-info__terms-list-item">Higiene en el trabajo</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/igualdad-y-equidad/" class="elementor-post-info__terms-list-item">Igualdad y equidad</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/jornada-laboral/" class="elementor-post-info__terms-list-item">Jornada laboral</a>, <a href="https://bidiss.ciess.org/tag/legislacion-laboral/" class="elementor-post-info__terms-list-item">Legislación laboral</a>, <a href="https://bidiss.ciess.org/tag/mercado-laboral/" class="elementor-post-info__terms-list-item">Mercado laboral</a>, <a href="https://bidiss.ciess.org/tag/mexico/" class="elementor-post-info__terms-list-item">México</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/poblacion-rural/" class="elementor-post-info__terms-list-item">Población rural</a>, <a href="https://bidiss.ciess.org/tag/programas-de-seguridad-social/" class="elementor-post-info__terms-list-item">Programas de seguridad social</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/salarios/" class="elementor-post-info__terms-list-item">Salarios</a>, <a href="https://bidiss.ciess.org/tag/salud-y-seguridad-en-el-trabajo/" class="elementor-post-info__terms-list-item">Salud y seguridad en el trabajo</a>, <a href="https://bidiss.ciess.org/tag/seguridad-social/" class="elementor-post-info__terms-list-item">Seguridad social</a>, <a href="https://bidiss.ciess.org/tag/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/sistemas-de-salud/" class="elementor-post-info__terms-list-item">Sistemas de salud</a>, <a href="https://bidiss.ciess.org/tag/trabajo-informal/" class="elementor-post-info__terms-list-item">Trabajo informal</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-4519 post type-post status-publish format-standard has-post-thumbnail hentry category-boletines-bibliohemerograficos category-editadas-por-el-ciess category-publicaciones tag-ahorro-individual tag-america-latina tag-bases-de-datos tag-bienestar-personal tag-brasil tag-corrupcion tag-costa-rica tag-covid-19 tag-derecho-a-la-seguridad-social tag-desarrollo-social tag-desempleo tag-dialogo-social tag-donacion tag-emil-schoenbaum tag-historia-de-la-seguridad-social tag-historia-del-imss tag-imss tag-indicadores tag-informacion-cientifica tag-jovenes tag-pandemia tag-profesional-docente tag-relaciones-laborales tag-salud-mental tag-salud-publica tag-seguridad-social tag-seguridad-y-salud-en-el-trabajo tag-sga tag-sistema-globalmente-armonizado tag-sistemas-de-informacion tag-sistemas-de-salud">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-1-enero-2022/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="1056" height="816" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2022-01.png" class="attachment-full size-full wp-image-4520" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2022-01.png 1056w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2022-01-300x232.png 300w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2022-01-1024x791.png 1024w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2022-01-768x593.png 768w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2022-01-580x448.png 580w, https://bidiss.ciess.org/wp-content/uploads/2023/10/Boletin2022-01-860x665.png 860w" sizes="(max-width: 1056px) 100vw, 1056px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-1-enero-2022/" >
				Boletín bibliohemerográfico, número 1, enero 2022			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-1-enero-2022/" aria-label="Más información sobre Boletín bibliohemerográfico, número 1, enero 2022" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-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-4554 post type-post status-publish format-standard has-post-thumbnail hentry category-boletines-bibliohemerograficos category-editadas-por-el-ciess category-publicaciones tag-acceso-a-la-salud tag-adultos-mayores tag-america-latina tag-banco-de-prevision-social tag-bases-de-datos tag-bienestar-infantil tag-chile tag-colombia tag-contrato-colectivo-de-trabajo tag-covid-19 tag-cuba tag-digitalizacion tag-discapacidad tag-espana tag-europa tag-guatemala tag-historia-de-la-seguridad-social tag-honduras tag-igss tag-imss tag-inclusion-laboral tag-infancia tag-informacion-cientifica tag-informalidad-laboral tag-informes-institucionales tag-instituto-guatemalteco-de-seguridad-social tag-jornada-laboral tag-jovenes tag-medicamentos tag-mercado-laboral tag-migracion tag-pandemia tag-personas-discapacitadas tag-personas-migrantes tag-peru tag-pobreza tag-proteccion-social tag-rodrigo-fournier-guevara tag-salarios tag-seguridad-social tag-sindicalismo tag-sistemas-de-informacion tag-subcontratacion tag-trabajo-decente tag-transferencias-monetarias tag-uruguay tag-vejez tag-venezuela tag-vih-sida">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-6-junio-2022/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="1056" height="816" src="https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2022-06.png" class="attachment-full size-full wp-image-4555" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2022-06.png 1056w, https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2022-06-300x232.png 300w, https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2022-06-1024x791.png 1024w, https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2022-06-768x593.png 768w, https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2022-06-580x448.png 580w, https://bidiss.ciess.org/wp-content/uploads/2023/11/Boletin2022-06-860x665.png 860w" sizes="(max-width: 1056px) 100vw, 1056px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-6-junio-2022/" >
				Boletín bibliohemerográfico, número 6, junio 2022			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-6-junio-2022/" aria-label="Más información sobre Boletín bibliohemerográfico, número 6, junio 2022" tabindex="-1" >
			Leer más »		</a>

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

				</div>
				</article>
				</div>
		
						</div>
				</div>
					</div>
				</div>
				</div>
		<p>La entrada <a href="https://bidiss.ciess.org/publicaciones/boletin-bibliohemerografico-numero-5-mayo-2021/">Boletín bibliohemerográfico, número 5, mayo 2021</a> se publicó primero en <a href="https://bidiss.ciess.org">Biblioteca Digital de Seguridad Social</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Responsabilidad del Estado</title>
		<link>https://bidiss.ciess.org/publicaciones/responsabilidad-del-estado/</link>
		
		<dc:creator><![CDATA[Ernesto Ramirez]]></dc:creator>
		<pubDate>Thu, 19 Oct 2023 22:41:23 +0000</pubDate>
				<category><![CDATA[Conceptos]]></category>
		<category><![CDATA[Desarrollo humano]]></category>
		<category><![CDATA[Desarrollo social]]></category>
		<category><![CDATA[Editadas por el CIESS]]></category>
		<category><![CDATA[Estado]]></category>
		<category><![CDATA[Principios de la seguridad social]]></category>
		<category><![CDATA[Protección social]]></category>
		<category><![CDATA[Publicaciones]]></category>
		<category><![CDATA[Seguridad social para todos]]></category>
		<category><![CDATA[Temas de seguridad social]]></category>
		<category><![CDATA[América Latina]]></category>
		<category><![CDATA[Conceptos de la seguridad social]]></category>
		<category><![CDATA[Información sobre el programa]]></category>
		<category><![CDATA[Seguridad social]]></category>
		<guid isPermaLink="false">https://bidiss.ciess.org/?p=3467</guid>

					<description><![CDATA[<p><img width="630" height="575" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-04-630x575.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" /></p>
<p>Este documento forma parte de la serie de manuales de la seguridad social que se han desarrollado en el marco del Programa Seguridad Social para Todos, los cuales tienen el propósito principal de promover los valores y principios de la seguridad social.</p>
<p>La entrada <a href="https://bidiss.ciess.org/publicaciones/responsabilidad-del-estado/">Responsabilidad del Estado</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="3467" class="elementor elementor-3467" 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">
					<h2 class="elementor-heading-title elementor-size-default"><br>CIESS. Seguridad social para todos</h2>				</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/SSTodos-04-qe41v9n0kc1gtcht4dyzl5zc4w255112ea6fqa29s0.png" title="SSTodos-04" alt="SSTodos-04" loading="lazy" />															</div>
				</div>
				<div class="elementor-element elementor-element-652a665 elementor-align-right elementor-widget elementor-widget-button" data-id="652a665" 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://biblioteca.ciess.org/adiss/downloads/1761/ADISS2019-2975.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">Descargar 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;
        }
        .tabla-nota {
            width: 90%;
            margin: 0 auto;
            border-collapse: separate;
            border-spacing: 10px;
            background-color: #f6f6f6;            
            border: 1px solid #b3b3b3;
            border-radius: 10px;
            padding: 3px;
            overflow: hidden;            
        }
        h1 {
            font-size: 32px;
            color: #043ca9;
            margin-bottom: 10px;
            line-height: 30px;            
        }
        .tabla-nota td {
            text-align: left;
            padding: 5px;
            border: 1px solid #f5f5f5;
            border-radius: 10px;
        }
        .larger-font {
            font-size: 20px;
        }
        
    </style>

</head>
<body>
    <h1>Responsabilidad del Estado</h1>
<p class="text-justify">Este documento forma parte de la serie de manuales de la seguridad social que se han desarrollado en el marco del Programa Seguridad Social para Todos, los cuales tienen el propósito principal de promover los valores y principios de la seguridad social.</p>
<table class="tabla-nota">
<tbody>
<tr>
<td style="width: 35%; color: #000000">Autor:</td>
<td><a style="color: #043ca9;" href="http://biblioteca.ciess.org/adiss/index.php?P=SearchResults&F4=%3DCentro+Interamericano+de+Estudios+de+Seguridad+Social">Centro Interamericano de Estudios de Seguridad Social</a><br></td>
</tr>
<tr>
<td><span style="color: #000000;">Fecha de publicación:</span></td>
<td><a style="color: #043ca9;" href="http://biblioteca.ciess.org/adiss/index.php?P=SearchResults&F94=%3D2011" target="_blank">2011</span></td>
</tr>
<tr>
<td><span style="color: #000000;">Idioma</span></td>
<td><a style="color: #043ca9;" href="http://biblioteca.ciess.org/adiss/index.php?P=SearchResults&F11=%3DEspa%C3%B1ol" target="_blank">Español</span></td>
</tr>
<tr>
<td><span style="color: #000000;">Formato:</span></td>
<td><a style="color: #043ca9;" href="http://biblioteca.ciess.org/adiss/index.php?P=SearchResults&F10=%3Dpdf" target="_blank">PDF</span>
</span></a></td>
</tr>
<tr>
<td><span style="color: #000000;">Disponible en:</span></td>
<td><a style="color: #043ca9;" href="http://biblioteca.ciess.org/adiss/r1695/responsabilidad_del_estado" target="_blank"> Acervo Digital Institucional (ADISS)</a><br><a style="color: #043ca9;" href="http://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=27890" target="_blank">Catálogo de Biblioteca del CIESS</a></td>
</tr>
<tr>
<td><span style="color: #000000;">Serie:</span></td>
<td><a style="color: #043ca9;" href="https://bidiss.ciess.org/ciess-seguridad-social-para-todos/"> Seguridad social para todos</a></td>
</tr>
</tbody>
</table>

</body>
</html>				</div>
				</div>
				<div class="elementor-element elementor-element-4b87c7d elementor-widget elementor-widget-post-info" data-id="4b87c7d" 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/conceptos-de-la-seguridad-social/" class="elementor-post-info__terms-list-item">Conceptos de la seguridad social</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/desarrollo-social/" class="elementor-post-info__terms-list-item">Desarrollo social</a>, <a href="https://bidiss.ciess.org/tag/estado/" class="elementor-post-info__terms-list-item">Estado</a>, <a href="https://bidiss.ciess.org/tag/informacion-sobre-el-programa/" class="elementor-post-info__terms-list-item">Información sobre el programa</a>, <a href="https://bidiss.ciess.org/tag/principios-de-la-seguridad-social/" class="elementor-post-info__terms-list-item">Principios de la seguridad social</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>				</span>
					</span>
								</li>
				</ul>
						</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-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">Publicaciones relacionadas:</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-3447 post type-post status-publish format-standard has-post-thumbnail hentry category-conceptos category-desarrollo-humano category-desarrollo-social category-editadas-por-el-ciess category-exclusion-social category-proteccion-social category-publicaciones category-seguridad-social-para-todos category-temas tag-america-latina tag-conceptos-de-la-seguridad-social tag-desarrollo-humano tag-desarrollo-social tag-exclusion-social tag-informacion-sobre-el-programa tag-proteccion-social tag-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/seguridad-social-para-todos/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="630" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-02.png" class="attachment-full size-full wp-image-3448" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-02.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-02-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-02-580x838.png 580w" sizes="(max-width: 630px) 100vw, 630px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/seguridad-social-para-todos/" >
				Seguridad social para todos			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/publicaciones/seguridad-social-para-todos/" aria-label="Más información sobre Seguridad social para todos" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-3476 post type-post status-publish format-standard has-post-thumbnail hentry category-conceptos category-editadas-por-el-ciess category-principios-de-la-seguridad-social category-publicaciones category-relaciones-laborales category-seguridad-e-higiene-del-trabajo category-seguridad-social-para-todos category-temas category-trabajo category-trabajo-decente category-trabajo-formal category-trabajo-informal tag-america-latina tag-informacion-sobre-el-programa tag-principios-de-la-seguridad-social tag-relaciones-laborales tag-salud-y-seguridad-en-el-trabajo tag-seguridad-social tag-trabajo tag-trabajo-decente tag-trabajo-formal tag-trabajo-informal">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/trabajo/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="674" height="925" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-05.png" class="attachment-full size-full wp-image-3477" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-05.png 674w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-05-219x300.png 219w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-05-580x796.png 580w" sizes="(max-width: 674px) 100vw, 674px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/trabajo/" >
				Trabajo			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/publicaciones/trabajo/" aria-label="Más información sobre Trabajo" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-3438 post type-post status-publish format-standard has-post-thumbnail hentry category-desarrollo-humano category-desarrollo-social category-editadas-por-el-ciess category-exclusion-social category-indicadores category-proteccion-social category-publicaciones category-seguridad-social-para-todos category-temas tag-america-latina tag-desarrollo-humano tag-desarrollo-social tag-exclusion-social tag-indicadores tag-proteccion-social tag-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/indice-de-desarrollo-de-la-seguridad-social-informe-final/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="630" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-01.png" class="attachment-full size-full wp-image-3439" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-01.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-01-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-01-580x838.png 580w" sizes="(max-width: 630px) 100vw, 630px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/indice-de-desarrollo-de-la-seguridad-social-informe-final/" >
				Indice de desarrollo de la seguridad social. Informe final			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/publicaciones/indice-de-desarrollo-de-la-seguridad-social-informe-final/" aria-label="Más información sobre Indice de desarrollo de la seguridad social. Informe final" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-3482 post type-post status-publish format-standard has-post-thumbnail hentry category-conceptos category-discriminacion-laboral category-editadas-por-el-ciess category-exclusion-social category-igualdad-y-equidad category-principios-de-la-seguridad-social category-publicaciones category-seguridad-social-para-todos category-solidaridad-social category-temas category-trabajo category-trabajo-decente category-trabajo-formal category-trabajo-informal tag-america-latina tag-discriminacion tag-exclusion-social tag-igualdad-y-equidad tag-informacion-sobre-el-programa tag-principios-de-la-seguridad-social tag-seguridad-social tag-solidaridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/valores-y-principios/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="630" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-07.png" class="attachment-full size-full wp-image-3483" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-07.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-07-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-07-580x838.png 580w" sizes="(max-width: 630px) 100vw, 630px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/valores-y-principios/" >
				Valores y principios			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/publicaciones/valores-y-principios/" aria-label="Más información sobre Valores y principios" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				</div>
		
						</div>
				</div>
					</div>
				</div>
				</div>
		<p>La entrada <a href="https://bidiss.ciess.org/publicaciones/responsabilidad-del-estado/">Responsabilidad del Estado</a> se publicó primero en <a href="https://bidiss.ciess.org">Biblioteca Digital de Seguridad Social</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Persona y sociedad: el papel de la protección social</title>
		<link>https://bidiss.ciess.org/publicaciones/persona-y-sociedad-el-papel-de-la-proteccion-social/</link>
		
		<dc:creator><![CDATA[Ernesto Ramirez]]></dc:creator>
		<pubDate>Thu, 19 Oct 2023 22:28:09 +0000</pubDate>
				<category><![CDATA[Conceptos]]></category>
		<category><![CDATA[Desarrollo humano]]></category>
		<category><![CDATA[Desarrollo social]]></category>
		<category><![CDATA[Editadas por el CIESS]]></category>
		<category><![CDATA[Principios de la seguridad social]]></category>
		<category><![CDATA[Protección social]]></category>
		<category><![CDATA[Publicaciones]]></category>
		<category><![CDATA[Seguridad social para todos]]></category>
		<category><![CDATA[Temas de seguridad social]]></category>
		<category><![CDATA[América Latina]]></category>
		<category><![CDATA[Conceptos de la seguridad social]]></category>
		<category><![CDATA[Información sobre el programa]]></category>
		<category><![CDATA[Seguridad social]]></category>
		<guid isPermaLink="false">https://bidiss.ciess.org/?p=3460</guid>

					<description><![CDATA[<p><img width="630" height="575" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-03-630x575.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" /></p>
<p>Este documento forma parte de la serie de manuales de la seguridad social que se han desarrollado en el marco del Programa Seguridad Social para Todos, los cuales tienen el propósito principal de promover los valores y principios de la seguridad social.</p>
<p>La entrada <a href="https://bidiss.ciess.org/publicaciones/persona-y-sociedad-el-papel-de-la-proteccion-social/">Persona y sociedad: el papel de la protección 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="3460" class="elementor elementor-3460" 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">
					<h2 class="elementor-heading-title elementor-size-default"><br>CIESS. Seguridad social para todos</h2>				</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/SSTodos-03-qe41a57kzd4hwt6dgr9t1zvfk6675w67tqemhfdrls.png" title="SSTodos-03" alt="SSTodos-03" loading="lazy" />															</div>
				</div>
				<div class="elementor-element elementor-element-652a665 elementor-align-right elementor-widget elementor-widget-button" data-id="652a665" 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://biblioteca.ciess.org/adiss/downloads/1757/ADISS2019-2960.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">Descargar 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;
        }
        .tabla-nota {
            width: 90%;
            margin: 0 auto;
            border-collapse: separate;
            border-spacing: 10px;
            background-color: #f6f6f6;            
            border: 1px solid #b3b3b3;
            border-radius: 10px;
            padding: 3px;
            overflow: hidden;            
        }
        h1 {
            font-size: 32px;
            color: #043ca9;
            margin-bottom: 10px;
            line-height: 30px;            
        }
        .tabla-nota td {
            text-align: left;
            padding: 5px;
            border: 1px solid #f5f5f5;
            border-radius: 10px;
        }
        .larger-font {
            font-size: 20px;
        }
        
    </style>

</head>
<body>
    <h1>Persona y sociedad: el papel de la protección social</h1>
<p class="text-justify">Este documento forma parte de la serie de manuales de la seguridad social que se han desarrollado en el marco del Programa Seguridad Social para Todos, los cuales tienen el propósito principal de promover los valores y principios de la seguridad social.</p>
<table class="tabla-nota">
<tbody>
<tr>
<td style="width: 35%; color: #000000">Autor:</td>
<td><a style="color: #043ca9;" href="http://biblioteca.ciess.org/adiss/index.php?P=SearchResults&F4=%3DCentro+Interamericano+de+Estudios+de+Seguridad+Social">Centro Interamericano de Estudios de Seguridad Social</a><br></td>
</tr>
<tr>
<td><span style="color: #000000;">Fecha de publicación:</span></td>
<td><a style="color: #043ca9;" href="http://biblioteca.ciess.org/adiss/index.php?P=SearchResults&F94=%3D2011" target="_blank">2011</span></td>
</tr>
<tr>
<td><span style="color: #000000;">Idioma</span></td>
<td><a style="color: #043ca9;" href="http://biblioteca.ciess.org/adiss/index.php?P=SearchResults&F11=%3DEspa%C3%B1ol" target="_blank">Español</span></td>
</tr>
<tr>
<td><span style="color: #000000;">Formato:</span></td>
<td><a style="color: #043ca9;" href="http://biblioteca.ciess.org/adiss/index.php?P=SearchResults&F10=%3Dpdf" target="_blank">PDF</span>
</span></a></td>
</tr>
<tr>
<td><span style="color: #000000;">Disponible en:</span></td>
<td><a style="color: #043ca9;" href="http://biblioteca.ciess.org/adiss/r1691/persona_y_sociedad_el_papel_de_la_proteccin_social" target="_blank"> Acervo Digital Institucional (ADISS)</a><br><a style="color: #043ca9;" href="http://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=27889" target="_blank">Catálogo de Biblioteca del CIESS</a></td>
</tr>
<tr>
<td><span style="color: #000000;">Serie:</span></td>
<td><a style="color: #043ca9;" href="https://bidiss.ciess.org/ciess-seguridad-social-para-todos/"> Seguridad social para todos</a></td>
</tr>
</tbody>
</table>

</body>
</html>				</div>
				</div>
				<div class="elementor-element elementor-element-4b87c7d elementor-widget elementor-widget-post-info" data-id="4b87c7d" 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/conceptos-de-la-seguridad-social/" class="elementor-post-info__terms-list-item">Conceptos de la seguridad social</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/desarrollo-social/" class="elementor-post-info__terms-list-item">Desarrollo social</a>, <a href="https://bidiss.ciess.org/tag/informacion-sobre-el-programa/" class="elementor-post-info__terms-list-item">Información sobre el programa</a>, <a href="https://bidiss.ciess.org/tag/principios-de-la-seguridad-social/" class="elementor-post-info__terms-list-item">Principios de la seguridad social</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>				</span>
					</span>
								</li>
				</ul>
						</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-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">Publicaciones relacionadas:</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-3489 post type-post status-publish format-standard has-post-thumbnail hentry category-conceptos category-deberes-sociales category-derechos-humanos category-derechos-y-obligaciones category-editadas-por-el-ciess category-igualdad-y-equidad category-impuestos category-politicas-fiscales category-principios-de-la-seguridad-social category-publicaciones category-seguridad-social-para-todos category-temas tag-america-latina tag-deberes-sociales tag-derechos-humanos tag-derechos-y-obligaciones tag-igualdad-social tag-impuestos tag-informacion-sobre-el-programa tag-politicas-fiscales tag-principios-de-la-seguridad-social tag-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/vida-comunitaria-derechos-y-obligaciones-de-las-personas/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="630" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-08.png" class="attachment-full size-full wp-image-3490" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-08.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-08-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-08-580x838.png 580w" sizes="(max-width: 630px) 100vw, 630px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/vida-comunitaria-derechos-y-obligaciones-de-las-personas/" >
				Vida comunitaria: derechos y obligaciones de las personas			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/publicaciones/vida-comunitaria-derechos-y-obligaciones-de-las-personas/" aria-label="Más información sobre Vida comunitaria: derechos y obligaciones de las personas" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-3476 post type-post status-publish format-standard has-post-thumbnail hentry category-conceptos category-editadas-por-el-ciess category-principios-de-la-seguridad-social category-publicaciones category-relaciones-laborales category-seguridad-e-higiene-del-trabajo category-seguridad-social-para-todos category-temas category-trabajo category-trabajo-decente category-trabajo-formal category-trabajo-informal tag-america-latina tag-informacion-sobre-el-programa tag-principios-de-la-seguridad-social tag-relaciones-laborales tag-salud-y-seguridad-en-el-trabajo tag-seguridad-social tag-trabajo tag-trabajo-decente tag-trabajo-formal tag-trabajo-informal">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/trabajo/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="674" height="925" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-05.png" class="attachment-full size-full wp-image-3477" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-05.png 674w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-05-219x300.png 219w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-05-580x796.png 580w" sizes="(max-width: 674px) 100vw, 674px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/trabajo/" >
				Trabajo			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/publicaciones/trabajo/" aria-label="Más información sobre Trabajo" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-3447 post type-post status-publish format-standard has-post-thumbnail hentry category-conceptos category-desarrollo-humano category-desarrollo-social category-editadas-por-el-ciess category-exclusion-social category-proteccion-social category-publicaciones category-seguridad-social-para-todos category-temas tag-america-latina tag-conceptos-de-la-seguridad-social tag-desarrollo-humano tag-desarrollo-social tag-exclusion-social tag-informacion-sobre-el-programa tag-proteccion-social tag-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/seguridad-social-para-todos/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="630" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-02.png" class="attachment-full size-full wp-image-3448" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-02.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-02-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-02-580x838.png 580w" sizes="(max-width: 630px) 100vw, 630px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/seguridad-social-para-todos/" >
				Seguridad social para todos			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/publicaciones/seguridad-social-para-todos/" aria-label="Más información sobre Seguridad social para todos" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-3482 post type-post status-publish format-standard has-post-thumbnail hentry category-conceptos category-discriminacion-laboral category-editadas-por-el-ciess category-exclusion-social category-igualdad-y-equidad category-principios-de-la-seguridad-social category-publicaciones category-seguridad-social-para-todos category-solidaridad-social category-temas category-trabajo category-trabajo-decente category-trabajo-formal category-trabajo-informal tag-america-latina tag-discriminacion tag-exclusion-social tag-igualdad-y-equidad tag-informacion-sobre-el-programa tag-principios-de-la-seguridad-social tag-seguridad-social tag-solidaridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/valores-y-principios/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="630" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-07.png" class="attachment-full size-full wp-image-3483" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-07.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-07-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-07-580x838.png 580w" sizes="(max-width: 630px) 100vw, 630px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/valores-y-principios/" >
				Valores y principios			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/publicaciones/valores-y-principios/" aria-label="Más información sobre Valores y principios" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				</div>
		
						</div>
				</div>
					</div>
				</div>
				</div>
		<p>La entrada <a href="https://bidiss.ciess.org/publicaciones/persona-y-sociedad-el-papel-de-la-proteccion-social/">Persona y sociedad: el papel de la protección social</a> se publicó primero en <a href="https://bidiss.ciess.org">Biblioteca Digital de Seguridad Social</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Seguridad social para todos</title>
		<link>https://bidiss.ciess.org/publicaciones/seguridad-social-para-todos/</link>
		
		<dc:creator><![CDATA[Ernesto Ramirez]]></dc:creator>
		<pubDate>Thu, 19 Oct 2023 22:12:19 +0000</pubDate>
				<category><![CDATA[Conceptos]]></category>
		<category><![CDATA[Desarrollo humano]]></category>
		<category><![CDATA[Desarrollo social]]></category>
		<category><![CDATA[Editadas por el CIESS]]></category>
		<category><![CDATA[Exclusión social]]></category>
		<category><![CDATA[Protección social]]></category>
		<category><![CDATA[Publicaciones]]></category>
		<category><![CDATA[Seguridad social para todos]]></category>
		<category><![CDATA[Temas de seguridad social]]></category>
		<category><![CDATA[América Latina]]></category>
		<category><![CDATA[Conceptos de la seguridad social]]></category>
		<category><![CDATA[Información sobre el programa]]></category>
		<category><![CDATA[Seguridad social]]></category>
		<guid isPermaLink="false">https://bidiss.ciess.org/?p=3447</guid>

					<description><![CDATA[<p><img width="630" height="575" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-02-630x575.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" /></p>
<p>Folleto de presentación del Programa Seguridad Social para Todos y de los personajes creados para promover los valores y principios de la seguridad social.</p>
<p>La entrada <a href="https://bidiss.ciess.org/publicaciones/seguridad-social-para-todos/">Seguridad social para todos</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="3447" class="elementor elementor-3447" 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">
					<h2 class="elementor-heading-title elementor-size-default"><br>CIESS. Seguridad social para todos</h2>				</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/SSTodos-02-qe40lg09e3b8tp1zp2wqj89dlnwyw8453h9aho0740.png" title="SSTodos-02" alt="SSTodos-02" loading="lazy" />															</div>
				</div>
				<div class="elementor-element elementor-element-652a665 elementor-align-right elementor-widget elementor-widget-button" data-id="652a665" 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://biblioteca.ciess.org/adiss/downloads/1754/ADISS2021-3360spa.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">Descargar 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;
        }
        .tabla-nota {
            width: 90%;
            margin: 0 auto;
            border-collapse: separate;
            border-spacing: 10px;
            background-color: #f6f6f6;            
            border: 1px solid #b3b3b3;
            border-radius: 10px;
            padding: 3px;
            overflow: hidden;            
        }
        h1 {
            font-size: 32px;
            color: #043ca9;
            margin-bottom: 10px;
            line-height: 30px;            
        }
        .tabla-nota td {
            text-align: left;
            padding: 5px;
            border: 1px solid #f5f5f5;
            border-radius: 10px;
        }
        .larger-font {
            font-size: 20px;
        }
        
    </style>

</head>
<body>
    <h1>Seguridad social para todos</h1>
<p class="text-justify">Folleto de presentación del Programa Seguridad Social para Todos y de los personajes creados para promover los valores y principios de la seguridad social.</p>
<table class="tabla-nota">
<tbody>
<tr>
<td style="width: 35%; color: #000000">Autor:</td>
<td><a style="color: #043ca9;" href="http://biblioteca.ciess.org/adiss/index.php?P=SearchResults&F4=%3DCentro+Interamericano+de+Estudios+de+Seguridad+Social">Centro Interamericano de Estudios de Seguridad Social</a><br></td>
</tr>
<tr>
<td><span style="color: #000000;">Fecha de publicación:</span></td>
<td><a style="color: #043ca9;" href="http://biblioteca.ciess.org/adiss/index.php?P=SearchResults&F94=%3D2011" target="_blank">2011</span></td>
</tr>
<tr>
<td><span style="color: #000000;">Idioma</span></td>
<td><a style="color: #043ca9;" href="http://biblioteca.ciess.org/adiss/index.php?P=SearchResults&F11=%3DEspa%C3%B1ol" target="_blank">Español</span></td>
</tr>
<tr>
<td><span style="color: #000000;">Formato:</span></td>
<td><a style="color: #043ca9;" href="http://biblioteca.ciess.org/adiss/index.php?P=SearchResults&F10=%3Dpdf" target="_blank">PDF</span>
</span></a></td>
</tr>
<tr>
<td><span style="color: #000000;">Disponible en:</span></td>
<td><a style="color: #043ca9;" href="http://biblioteca.ciess.org/adiss/r1690/seguridad_social_para_todos" target="_blank"> Acervo Digital Institucional (ADISS)</a><br><a style="color: #043ca9;" href="http://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=26922" target="_blank">Catálogo de Biblioteca del CIESS</a></td>
</tr>
<tr>
<td><span style="color: #000000;">Serie:</span></td>
<td><a style="color: #043ca9;" href="https://bidiss.ciess.org/ciess-seguridad-social-para-todos/"> Seguridad social para todos</a></td>
</tr>
</tbody>
</table>

</body>
</html>				</div>
				</div>
				<div class="elementor-element elementor-element-4b87c7d elementor-widget elementor-widget-post-info" data-id="4b87c7d" 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/conceptos-de-la-seguridad-social/" class="elementor-post-info__terms-list-item">Conceptos de la seguridad social</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/desarrollo-social/" class="elementor-post-info__terms-list-item">Desarrollo social</a>, <a href="https://bidiss.ciess.org/tag/exclusion-social/" class="elementor-post-info__terms-list-item">Exclusión social</a>, <a href="https://bidiss.ciess.org/tag/informacion-sobre-el-programa/" class="elementor-post-info__terms-list-item">Información sobre el programa</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>				</span>
					</span>
								</li>
				</ul>
						</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-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">Publicaciones relacionadas:</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-3482 post type-post status-publish format-standard has-post-thumbnail hentry category-conceptos category-discriminacion-laboral category-editadas-por-el-ciess category-exclusion-social category-igualdad-y-equidad category-principios-de-la-seguridad-social category-publicaciones category-seguridad-social-para-todos category-solidaridad-social category-temas category-trabajo category-trabajo-decente category-trabajo-formal category-trabajo-informal tag-america-latina tag-discriminacion tag-exclusion-social tag-igualdad-y-equidad tag-informacion-sobre-el-programa tag-principios-de-la-seguridad-social tag-seguridad-social tag-solidaridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/valores-y-principios/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="630" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-07.png" class="attachment-full size-full wp-image-3483" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-07.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-07-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-07-580x838.png 580w" sizes="(max-width: 630px) 100vw, 630px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/valores-y-principios/" >
				Valores y principios			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/publicaciones/valores-y-principios/" aria-label="Más información sobre Valores y principios" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-3489 post type-post status-publish format-standard has-post-thumbnail hentry category-conceptos category-deberes-sociales category-derechos-humanos category-derechos-y-obligaciones category-editadas-por-el-ciess category-igualdad-y-equidad category-impuestos category-politicas-fiscales category-principios-de-la-seguridad-social category-publicaciones category-seguridad-social-para-todos category-temas tag-america-latina tag-deberes-sociales tag-derechos-humanos tag-derechos-y-obligaciones tag-igualdad-social tag-impuestos tag-informacion-sobre-el-programa tag-politicas-fiscales tag-principios-de-la-seguridad-social tag-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/vida-comunitaria-derechos-y-obligaciones-de-las-personas/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="630" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-08.png" class="attachment-full size-full wp-image-3490" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-08.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-08-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-08-580x838.png 580w" sizes="(max-width: 630px) 100vw, 630px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/vida-comunitaria-derechos-y-obligaciones-de-las-personas/" >
				Vida comunitaria: derechos y obligaciones de las personas			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/publicaciones/vida-comunitaria-derechos-y-obligaciones-de-las-personas/" aria-label="Más información sobre Vida comunitaria: derechos y obligaciones de las personas" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-3447 post type-post status-publish format-standard has-post-thumbnail hentry category-conceptos category-desarrollo-humano category-desarrollo-social category-editadas-por-el-ciess category-exclusion-social category-proteccion-social category-publicaciones category-seguridad-social-para-todos category-temas tag-america-latina tag-conceptos-de-la-seguridad-social tag-desarrollo-humano tag-desarrollo-social tag-exclusion-social tag-informacion-sobre-el-programa tag-proteccion-social tag-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/seguridad-social-para-todos/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="630" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-02.png" class="attachment-full size-full wp-image-3448" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-02.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-02-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-02-580x838.png 580w" sizes="(max-width: 630px) 100vw, 630px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/seguridad-social-para-todos/" >
				Seguridad social para todos			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/publicaciones/seguridad-social-para-todos/" aria-label="Más información sobre Seguridad social para todos" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-3476 post type-post status-publish format-standard has-post-thumbnail hentry category-conceptos category-editadas-por-el-ciess category-principios-de-la-seguridad-social category-publicaciones category-relaciones-laborales category-seguridad-e-higiene-del-trabajo category-seguridad-social-para-todos category-temas category-trabajo category-trabajo-decente category-trabajo-formal category-trabajo-informal tag-america-latina tag-informacion-sobre-el-programa tag-principios-de-la-seguridad-social tag-relaciones-laborales tag-salud-y-seguridad-en-el-trabajo tag-seguridad-social tag-trabajo tag-trabajo-decente tag-trabajo-formal tag-trabajo-informal">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/trabajo/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="674" height="925" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-05.png" class="attachment-full size-full wp-image-3477" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-05.png 674w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-05-219x300.png 219w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-05-580x796.png 580w" sizes="(max-width: 674px) 100vw, 674px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/trabajo/" >
				Trabajo			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/publicaciones/trabajo/" aria-label="Más información sobre Trabajo" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				</div>
		
						</div>
				</div>
					</div>
				</div>
				</div>
		<p>La entrada <a href="https://bidiss.ciess.org/publicaciones/seguridad-social-para-todos/">Seguridad social para todos</a> se publicó primero en <a href="https://bidiss.ciess.org">Biblioteca Digital de Seguridad Social</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Indice de desarrollo de la seguridad social. Informe final</title>
		<link>https://bidiss.ciess.org/publicaciones/indice-de-desarrollo-de-la-seguridad-social-informe-final/</link>
		
		<dc:creator><![CDATA[Ernesto Ramirez]]></dc:creator>
		<pubDate>Thu, 19 Oct 2023 21:58:43 +0000</pubDate>
				<category><![CDATA[Desarrollo humano]]></category>
		<category><![CDATA[Desarrollo social]]></category>
		<category><![CDATA[Editadas por el CIESS]]></category>
		<category><![CDATA[Exclusión social]]></category>
		<category><![CDATA[Indicadores]]></category>
		<category><![CDATA[Protección social]]></category>
		<category><![CDATA[Publicaciones]]></category>
		<category><![CDATA[Seguridad social para todos]]></category>
		<category><![CDATA[Temas de seguridad social]]></category>
		<category><![CDATA[América Latina]]></category>
		<category><![CDATA[Seguridad social]]></category>
		<guid isPermaLink="false">https://bidiss.ciess.org/?p=3438</guid>

					<description><![CDATA[<p><img width="630" height="575" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-01-630x575.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" /></p>
<p>Este trabajo elabora un índice de desarrollo de la seguridad social combinando factores demográficos, del mercado de trabajo y la capacidad de financiar el gasto público social, como factores fundamentales para su diseño. Expande el indicador de dependencia demográfica tradicional que relaciona al número de individuos en edades dependientes con el número en edades activas, mediante una variante que construye un indicador de dependencia del trabajo formal, el cual relaciona el número de individuos dependientes de la economía con el de los trabajadores que tienen un empleo formal, considerando como dependientes a todos aquellos que no son empleados formales entre 15 y 59 años de edad.</p>
<p>La entrada <a href="https://bidiss.ciess.org/publicaciones/indice-de-desarrollo-de-la-seguridad-social-informe-final/">Indice de desarrollo de la seguridad social. Informe final</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="3438" class="elementor elementor-3438" 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">
					<h2 class="elementor-heading-title elementor-size-default"><br>CIESS. Seguridad social para todos</h2>				</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/SSTodos-01-qe3zwice3b6eu39wasw0w0s6aotfpa4hc28l6ez668.png" title="SSTodos-01" alt="SSTodos-01" loading="lazy" />															</div>
				</div>
				<div class="elementor-element elementor-element-652a665 elementor-align-right elementor-widget elementor-widget-button" data-id="652a665" 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://biblioteca.ciess.org/adiss/downloads/168/ADISS2015-142.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">Descargar 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;
        }
        .tabla-nota {
            width: 90%;
            margin: 0 auto;
            border-collapse: separate;
            border-spacing: 10px;
            background-color: #f6f6f6;            
            border: 1px solid #b3b3b3;
            border-radius: 10px;
            padding: 3px;
            overflow: hidden;            
        }
        h1 {
            font-size: 32px;
            color: #043ca9;
            margin-bottom: 10px;
            line-height: 30px;            
        }
        .tabla-nota td {
            text-align: left;
            padding: 5px;
            border: 1px solid #f5f5f5;
            border-radius: 10px;
        }
        .larger-font {
            font-size: 20px;
        }
        
    </style>

</head>
<body>
    <h1>Indice de desarrollo de la seguridad social. Informe final</h1>
<p class="text-justify">Este trabajo elabora un índice de desarrollo de la seguridad social combinando factores demográficos, del mercado de trabajo y la capacidad de financiar el gasto público social, como factores fundamentales para su diseño. Expande el indicador de dependencia demográfica tradicional que relaciona al número de individuos en edades dependientes con el número en edades activas, mediante una variante que construye un indicador de dependencia del trabajo formal, el cual relaciona el número de individuos dependientes de la economía con el de los trabajadores que tienen un empleo formal, considerando como dependientes a todos aquellos que no son empleados formales entre 15 y 59 años de edad.</p>
<table class="tabla-nota">
<tbody>
<tr>
<td style="width: 35%; color: #000000">Autores:</td>
<td><a style="color: #043ca9;" href="http://biblioteca.ciess.org/adiss/index.php?P=SearchResults&F4=%3DConte+Grand%2C+Alfredo+H.">Conte Grand, Alfredo H.</a><br><a style="color: #043ca9;" href="http://biblioteca.ciess.org/adiss/index.php?P=SearchResults&F4=%3DUthoff%2C+Andras">Uthoff, Andras</a><br></td>
</tr>
<tr>
<td><span style="color: #000000;">Fecha de publicación:</span></td>
<td><a style="color: #043ca9;" href="http://biblioteca.ciess.org/adiss/index.php?P=SearchResults&F94=%3D2011" target="_blank">2011</span></td>
</tr>
<tr>
<td><span style="color: #000000;">Idioma</span></td>
<td><a style="color: #043ca9;" href="http://biblioteca.ciess.org/adiss/index.php?P=SearchResults&F11=%3DEspa%C3%B1ol" target="_blank">Español</span></td>
</tr>
<tr>
<td><span style="color: #000000;">Formato:</span></td>
<td><a style="color: #043ca9;" href="http://biblioteca.ciess.org/adiss/index.php?P=SearchResults&F10=%3Dpdf" target="_blank">PDF</span>
</span></a></td>
</tr>
<tr>
<td><span style="color: #000000;">Disponible en:</span></td>
<td><a style="color: #043ca9;" href="http://biblioteca.ciess.org/adiss/r177/indice_de_desarrollo_de_la_seguridad_social_informe_final" target="_blank"> Acervo Digital Institucional (ADISS)</a><br><a style="color: #043ca9;" href="http://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=25163" target="_blank">Catálogo de Biblioteca del CIESS</a></td>
</tr>
<tr>
<td><span style="color: #000000;">Serie:</span></td>
<td><a style="color: #043ca9;" href="https://bidiss.ciess.org/ciess-seguridad-social-para-todos/"> Seguridad social para todos</a></td>
</tr>
</tbody>
</table>

</body>
</html>				</div>
				</div>
				<div class="elementor-element elementor-element-4b87c7d elementor-widget elementor-widget-post-info" data-id="4b87c7d" 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/desarrollo-humano/" class="elementor-post-info__terms-list-item">Desarrollo humano</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/exclusion-social/" class="elementor-post-info__terms-list-item">Exclusión social</a>, <a href="https://bidiss.ciess.org/tag/indicadores/" class="elementor-post-info__terms-list-item">Indicadores</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>				</span>
					</span>
								</li>
				</ul>
						</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-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">Publicaciones relacionadas:</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-3438 post type-post status-publish format-standard has-post-thumbnail hentry category-desarrollo-humano category-desarrollo-social category-editadas-por-el-ciess category-exclusion-social category-indicadores category-proteccion-social category-publicaciones category-seguridad-social-para-todos category-temas tag-america-latina tag-desarrollo-humano tag-desarrollo-social tag-exclusion-social tag-indicadores tag-proteccion-social tag-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/indice-de-desarrollo-de-la-seguridad-social-informe-final/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="630" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-01.png" class="attachment-full size-full wp-image-3439" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-01.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-01-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-01-580x838.png 580w" sizes="(max-width: 630px) 100vw, 630px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/indice-de-desarrollo-de-la-seguridad-social-informe-final/" >
				Indice de desarrollo de la seguridad social. Informe final			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/publicaciones/indice-de-desarrollo-de-la-seguridad-social-informe-final/" aria-label="Más información sobre Indice de desarrollo de la seguridad social. Informe final" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-3476 post type-post status-publish format-standard has-post-thumbnail hentry category-conceptos category-editadas-por-el-ciess category-principios-de-la-seguridad-social category-publicaciones category-relaciones-laborales category-seguridad-e-higiene-del-trabajo category-seguridad-social-para-todos category-temas category-trabajo category-trabajo-decente category-trabajo-formal category-trabajo-informal tag-america-latina tag-informacion-sobre-el-programa tag-principios-de-la-seguridad-social tag-relaciones-laborales tag-salud-y-seguridad-en-el-trabajo tag-seguridad-social tag-trabajo tag-trabajo-decente tag-trabajo-formal tag-trabajo-informal">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/trabajo/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="674" height="925" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-05.png" class="attachment-full size-full wp-image-3477" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-05.png 674w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-05-219x300.png 219w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-05-580x796.png 580w" sizes="(max-width: 674px) 100vw, 674px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/trabajo/" >
				Trabajo			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/publicaciones/trabajo/" aria-label="Más información sobre Trabajo" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-3482 post type-post status-publish format-standard has-post-thumbnail hentry category-conceptos category-discriminacion-laboral category-editadas-por-el-ciess category-exclusion-social category-igualdad-y-equidad category-principios-de-la-seguridad-social category-publicaciones category-seguridad-social-para-todos category-solidaridad-social category-temas category-trabajo category-trabajo-decente category-trabajo-formal category-trabajo-informal tag-america-latina tag-discriminacion tag-exclusion-social tag-igualdad-y-equidad tag-informacion-sobre-el-programa tag-principios-de-la-seguridad-social tag-seguridad-social tag-solidaridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/valores-y-principios/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="630" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-07.png" class="attachment-full size-full wp-image-3483" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-07.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-07-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-07-580x838.png 580w" sizes="(max-width: 630px) 100vw, 630px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/valores-y-principios/" >
				Valores y principios			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/publicaciones/valores-y-principios/" aria-label="Más información sobre Valores y principios" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-3467 post type-post status-publish format-standard has-post-thumbnail hentry category-conceptos category-desarrollo-humano category-desarrollo-social category-editadas-por-el-ciess category-estado category-principios-de-la-seguridad-social category-proteccion-social category-publicaciones category-seguridad-social-para-todos category-temas tag-america-latina tag-conceptos-de-la-seguridad-social tag-desarrollo-humano tag-desarrollo-social tag-estado tag-informacion-sobre-el-programa tag-principios-de-la-seguridad-social tag-proteccion-social tag-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/responsabilidad-del-estado/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="630" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-04.png" class="attachment-full size-full wp-image-3468" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-04.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-04-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-04-580x838.png 580w" sizes="(max-width: 630px) 100vw, 630px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/responsabilidad-del-estado/" >
				Responsabilidad del Estado			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/publicaciones/responsabilidad-del-estado/" aria-label="Más información sobre Responsabilidad del Estado" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				</div>
		
						</div>
				</div>
					</div>
				</div>
				</div>
		<p>La entrada <a href="https://bidiss.ciess.org/publicaciones/indice-de-desarrollo-de-la-seguridad-social-informe-final/">Indice de desarrollo de la seguridad social. Informe final</a> se publicó primero en <a href="https://bidiss.ciess.org">Biblioteca Digital de Seguridad Social</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Estado, seguridad social y marginalidad</title>
		<link>https://bidiss.ciess.org/publicaciones/estado-seguridad-social-y-marginalidad/</link>
		
		<dc:creator><![CDATA[Ernesto Ramirez]]></dc:creator>
		<pubDate>Mon, 11 Sep 2023 23:03:27 +0000</pubDate>
				<category><![CDATA[Bienestar]]></category>
		<category><![CDATA[Editadas por la Secretaría General]]></category>
		<category><![CDATA[Estado de bienestar]]></category>
		<category><![CDATA[Programas sociales]]></category>
		<category><![CDATA[Publicaciones]]></category>
		<category><![CDATA[Serie Estudios]]></category>
		<category><![CDATA[Temas de seguridad social]]></category>
		<category><![CDATA[Democracia]]></category>
		<category><![CDATA[Desarrollo humano]]></category>
		<category><![CDATA[Pobreza]]></category>
		<category><![CDATA[Protección social]]></category>
		<category><![CDATA[Seguridad social]]></category>
		<guid isPermaLink="false">https://bidiss.ciess.org/?p=869</guid>

					<description><![CDATA[<p><img width="611" height="575" src="https://bidiss.ciess.org/wp-content/uploads/2023/09/SerieEstudios-4-611x575.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" /></p>
<p>El autor del libro, efectúa un estudio definitorio del papel que desempeña el Estado, en sus diferentes modalidades, para la consecución del bienestar social. Hace además, observaciones al tratar la situación económica y social de América Latina en tan importante tema, así como los retos a que se enfrenta, muy especialmente al relativo a la marginalidad urbana y rural que aún subsiste en todos los países que la conforman. Asimismo, analiza las crisis que se abaten sobre las instituciones de seguridad social, dada la creciente demanda de sus servicios, y señala la necesidad de que todas ellas actúen de manera congruente y coordinada frente a la escasez de de recursos que las afecta y con criterios más racionales para su mejor aprovechamiento.</p>
<p>La entrada <a href="https://bidiss.ciess.org/publicaciones/estado-seguridad-social-y-marginalidad/">Estado, seguridad social y marginalidad</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="869" class="elementor elementor-869" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-04da79e e-con-full e-flex e-con e-parent" data-id="04da79e" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-7e927e8 elementor-widget__width-initial elementor-widget elementor-widget-heading" data-id="7e927e8" 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"><br>Publicaciones CISS. Secretaría General</h2>				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-a4ccba8 e-flex e-con-boxed e-con e-parent" data-id="a4ccba8" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-d8e3ae6 elementor-widget elementor-widget-spacer" data-id="d8e3ae6" 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/SerieEstudios-4-qc9xsr813d53tl4ft5ftacky3w93taebt842omdkow.jpg" title="SerieEstudios-4" alt="SerieEstudios-4" loading="lazy" />															</div>
				</div>
				<div class="elementor-element elementor-element-3f67e9c elementor-align-right elementor-widget elementor-widget-button" data-id="3f67e9c" 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://biblioteca.ciess.org/adiss/downloads/501/ADISS2016-453.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">Descargar 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;
        }
        .tabla-nota {
            width: 90%;
            margin: 0 auto;
            border-collapse: separate;
            border-spacing: 10px;
            background-color: #f6f6f6;            
            border: 1px solid #b3b3b3;
            border-radius: 10px;
            padding: 3px;
            overflow: hidden;            
        }
        h1 {
            font-size: 32px;
            color: #043ca9;
            margin-bottom: 10px;
            line-height: 30px;            
        }
        .tabla-nota td {
            text-align: left;
            padding: 5px;
            border: 1px solid #f5f5f5;
            border-radius: 10px;
        }
        .larger-font {
            font-size: 20px;
        }
        
    </style>

</head>
<body>
    <h1>Estado, seguridad social y marginalidad.</h1>
<p class="text-justify">El autor del libro, efectúa un estudio definitorio del papel que desempeña el Estado, en sus diferentes modalidades, para la consecución del bienestar social. Hace además, observaciones al tratar la situación económica y social de América Latina en tan importante tema, así como los retos a que se enfrenta, muy especialmente al relativo a la marginalidad urbana y rural que aún subsiste en todos los países que la conforman. Asimismo, analiza las crisis que se abaten sobre las instituciones de seguridad social, dada la creciente demanda de sus servicios, y señala la necesidad de que todas ellas actúen de manera congruente y coordinada frente a la escasez de de recursos que las afecta y con criterios más racionales para su mejor aprovechamiento.</p>
<table class="tabla-nota">
<tbody>
<tr>
<td style="width: 35%;">Autor:</td>
<td><a style="color: #043ca9;" href="http://biblioteca.ciess.org/adiss/index.php?P=SearchResults&F4=%3DRuezga+Barba%2C+Antonio" target="_blank">Ruezga Barba, Antonio</a></td>
</tr>
<tr>
<td><span style="color: #000000;">Fecha de publicación:</span></td>
<td><a style="color: #043ca9;" href="http://biblioteca.ciess.org/adiss/index.php?P=SearchResults&F94=%3D1994" target="_blank">1994</span></td>
</tr>
<tr>
<td><span style="color: #000000;">Idioma</span></td>
<td><a style="color: #043ca9;" href="http://biblioteca.ciess.org/adiss/index.php?P=SearchResults&F11=%3DEspa%C3%B1ol" target="_blank">Español</span></td>
</tr>
<tr>
<td><span style="color: #000000;">Formato:</span></td>
<td><a style="color: #043ca9;" href="http://biblioteca.ciess.org/adiss/index.php?P=SearchResults&F10=%3Dpdf" rel="noopener">PDF</span></a></td>
</tr>
<tr>
<td><span style="color: #000000;">Disponible en:</span></td>
<td><a style="color: #043ca9;" href="http://biblioteca.ciess.org/adiss/r489/estado_seguridad_social_y_marginalidad"> Acervo Digital Institucional (ADISS)</a><br><a style="color: #043ca9;" href="http://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=17293&query_desc=kw%2Cwrdl%3A%20Estado%2C%20seguridad%20social%20y%20marginalidad"> Catálogo de Biblioteca del CIESS</a></td>
</tr>
</tr>
<td><span text-align="right" style="color: #000000;">Serie:</span></td>
<td><a style="color: #043ca9;" href="https://bidiss.ciess.org/ciss-serie-estudios/"> Estudios ; 4</a></td>
</tr>
</tbody>
</table>

</body>
</html>				</div>
				</div>
				<div class="elementor-element elementor-element-8bed731 elementor-widget elementor-widget-post-info" data-id="8bed731" 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/democracia/" class="elementor-post-info__terms-list-item">Democracia</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/estado-de-bienestar/" class="elementor-post-info__terms-list-item">Estado de bienestar</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/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>				</span>
					</span>
								</li>
				</ul>
						</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-f36d5fd e-flex e-con-boxed e-con e-parent" data-id="f36d5fd" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-354c3f5 elementor-widget elementor-widget-spacer" data-id="354c3f5" 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-371bd41 e-flex e-con-boxed e-con e-parent" data-id="371bd41" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-8b61d8d elementor-widget elementor-widget-heading" data-id="8b61d8d" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Publicaciones relacionadas:</h2>				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-b318504 e-flex e-con-boxed e-con e-parent" data-id="b318504" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-a912d4e elementor-grid-4 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="a912d4e" 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-4134 post type-post status-publish format-standard has-post-thumbnail hentry category-adulto-mayor category-adultos-mayores category-aspectos-juridicos category-atencion-en-salud category-cobertura category-editadas-por-la-secretaria-general category-proteccion-social category-publicaciones category-reformas category-serie-estudios category-servicios-sociales category-temas category-tercera-edad category-vejez tag-adulto-mayor tag-america-latina tag-aspectos-juridicos tag-atencion-del-adulto-mayor tag-brasil tag-cobertura-de-la-seguridad-social tag-empleados-publicos tag-formacion-y-capacitacion tag-reforma-de-la-seguridad-social tag-seguridad-social tag-servicios-sociales tag-tercera-edad tag-vejez">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/reunion-tecnica-de-la-cajs-capacitacion-y-proteccion-juridica-del-adulto-mayor-6-de-noviembre-de-2003/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="630" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-59.png" class="attachment-full size-full wp-image-4135" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-59.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-59-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-59-580x838.png 580w" sizes="(max-width: 630px) 100vw, 630px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/reunion-tecnica-de-la-cajs-capacitacion-y-proteccion-juridica-del-adulto-mayor-6-de-noviembre-de-2003/" >
				Reunión técnica de la CAJS: Capacitación y protección jurídica del adulto mayor, 6 de noviembre de 2003			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/publicaciones/reunion-tecnica-de-la-cajs-capacitacion-y-proteccion-juridica-del-adulto-mayor-6-de-noviembre-de-2003/" aria-label="Más información sobre Reunión técnica de la CAJS: Capacitación y protección jurídica del adulto mayor, 6 de noviembre de 2003" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-4128 post type-post status-publish format-standard has-post-thumbnail hentry category-aspectos-juridicos category-editadas-por-la-secretaria-general category-pensiones category-portabilidad-de-derechos category-proteccion-social category-publicaciones category-serie-estudios category-sistemas-de-pensiones category-temas tag-america-latina tag-aspectos-juridicos tag-pensiones tag-planes-de-pensiones tag-portabilidad-de-derechos tag-proteccion-social tag-seguridad-social tag-sistemas-de-pensiones">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/reunion-tecnica-de-la-cajs-11-de-abril-de-2002/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="630" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-58.png" class="attachment-full size-full wp-image-4129" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-58.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-58-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-58-580x838.png 580w" sizes="(max-width: 630px) 100vw, 630px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/reunion-tecnica-de-la-cajs-11-de-abril-de-2002/" >
				Reunión técnica de la CAJS: 11 de abril de 2002			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/publicaciones/reunion-tecnica-de-la-cajs-11-de-abril-de-2002/" aria-label="Más información sobre Reunión técnica de la CAJS: 11 de abril de 2002" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-4121 post type-post status-publish format-standard has-post-thumbnail hentry category-aspectos-juridicos category-editadas-por-la-secretaria-general category-mujer-y-seguridad-social category-prevision-social category-principios-de-la-seguridad-social category-publicaciones category-serie-estudios category-sistemas-de-seguridad-social category-temas tag-america-latina tag-argentina tag-aspectos-juridicos tag-brasil tag-chile tag-mexico tag-mujer-en-la-seguridad-social tag-prevision-social tag-seguridad-social tag-sistemas-de-seguridad-social">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/tendencias-juridicas-de-los-sistemas-de-seguridad-social-en-america-la-mujer-en-los-regimenes-reformados/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="630" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-57.png" class="attachment-full size-full wp-image-4122" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-57.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-57-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-57-580x838.png 580w" sizes="(max-width: 630px) 100vw, 630px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/tendencias-juridicas-de-los-sistemas-de-seguridad-social-en-america-la-mujer-en-los-regimenes-reformados/" >
				Tendencias jurídicas de los sistemas de seguridad social en América. La mujer en los regímenes reformados			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/publicaciones/tendencias-juridicas-de-los-sistemas-de-seguridad-social-en-america-la-mujer-en-los-regimenes-reformados/" aria-label="Más información sobre Tendencias jurídicas de los sistemas de seguridad social en América. La mujer en los regímenes reformados" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-4115 post type-post status-publish format-standard has-post-thumbnail hentry category-aspectos-economicos category-aspectos-historicos category-aspectos-juridicos category-convenios-internacionales category-desarrollo-social category-editadas-por-la-secretaria-general category-globalizacion category-historia-de-la-seguridad-social category-principios-de-la-seguridad-social category-publicaciones category-serie-estudios category-temas tag-america-latina tag-aspectos-economicos tag-aspectos-juridicos tag-convenio-102-oit tag-convenios-internacionales tag-derecho-social tag-desarrollo-social tag-empleados-publicos tag-espana tag-europa tag-funcionarios-publicos tag-globalizacion tag-historia-de-la-seguridad-social tag-justicia-de-la-seguridad-social tag-mexico tag-personas-con-discapacidad tag-principios-de-la-seguridad-social tag-proteccion-de-la-salud tag-seguridad-social tag-trabajadores">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/publicaciones/reunion-tecnica-de-la-cajs-el-derecho-social-herencia-para-el-nuevo-siglo/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="630" height="910" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-56.png" class="attachment-full size-full wp-image-4116" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-56.png 630w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-56-208x300.png 208w, https://bidiss.ciess.org/wp-content/uploads/2023/10/SerieEstudios-56-580x838.png 580w" sizes="(max-width: 630px) 100vw, 630px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/publicaciones/reunion-tecnica-de-la-cajs-el-derecho-social-herencia-para-el-nuevo-siglo/" >
				Reunión técnica de la CAJS: El derecho social. Herencia para el nuevo siglo			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/publicaciones/reunion-tecnica-de-la-cajs-el-derecho-social-herencia-para-el-nuevo-siglo/" aria-label="Más información sobre Reunión técnica de la CAJS: El derecho social. Herencia para el nuevo siglo" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				</div>
		
						</div>
				</div>
					</div>
				</div>
				</div>
		<p>La entrada <a href="https://bidiss.ciess.org/publicaciones/estado-seguridad-social-y-marginalidad/">Estado, seguridad social y marginalidad</a> se publicó primero en <a href="https://bidiss.ciess.org">Biblioteca Digital de Seguridad Social</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
