<?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>Discriminación archivos - Biblioteca Digital de Seguridad Social</title>
	<atom:link href="https://bidiss.ciess.org/tag/discriminacion/feed/" rel="self" type="application/rss+xml" />
	<link>https://bidiss.ciess.org/tag/discriminacion/</link>
	<description>Biblioteca Digital de Seguridad Social completar descripción</description>
	<lastBuildDate>Tue, 21 Jan 2025 17:09:31 +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>Discriminación archivos - Biblioteca Digital de Seguridad Social</title>
	<link>https://bidiss.ciess.org/tag/discriminacion/</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-10086 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-aspectos-actuariales tag-aspectos-demograficos tag-envejecimiento-poblacional tag-financiamiento tag-fondos-de-pensiones tag-genero tag-pensiones tag-prevision-social tag-reformas tag-seguridad-social tag-seguro-social tag-sistemas-de-pensiones">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/sistemas-de-pensiones-en-las-americas/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img decoding="async" width="650" height="366" src="https://bidiss.ciess.org/wp-content/uploads/2024/07/06-sistemas-pensiones-modelos.png" class="attachment-full size-full wp-image-10087" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/07/06-sistemas-pensiones-modelos.png 650w, https://bidiss.ciess.org/wp-content/uploads/2024/07/06-sistemas-pensiones-modelos-300x169.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/07/06-sistemas-pensiones-modelos-580x327.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/07/06-sistemas-pensiones-modelos-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/sistemas-de-pensiones-en-las-americas/" >
				Sistemas de pensiones en las Américas			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/bibliografias/sistemas-de-pensiones-en-las-americas/" aria-label="Más información sobre Sistemas de pensiones en las Américas" tabindex="-1" >
			Leer más »		</a>

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

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-8838 post type-post status-publish format-standard has-post-thumbnail hentry category-bibliografias tag-administracion tag-administracion-de-la-seguridad-social tag-administracion-de-servicios tag-administracion-publica tag-calidad-de-servicios tag-cultura-organizacional tag-gerencia tag-habilidades-gerenciales tag-liderazgo tag-politicas-publicas tag-recursos-humanos tag-satisfaccion-laboral tag-sistema-de-salud">
				<a class="elementor-post__thumbnail__link" href="https://bidiss.ciess.org/bibliografias/alta-direccion-en-instituciones-de-seguridad-social/" tabindex="-1" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="650" height="366" src="https://bidiss.ciess.org/wp-content/uploads/2024/05/12-alta-direccion-instituciones-seguridad-social.png" class="attachment-full size-full wp-image-8839" alt="" srcset="https://bidiss.ciess.org/wp-content/uploads/2024/05/12-alta-direccion-instituciones-seguridad-social.png 650w, https://bidiss.ciess.org/wp-content/uploads/2024/05/12-alta-direccion-instituciones-seguridad-social-300x169.png 300w, https://bidiss.ciess.org/wp-content/uploads/2024/05/12-alta-direccion-instituciones-seguridad-social-580x327.png 580w, https://bidiss.ciess.org/wp-content/uploads/2024/05/12-alta-direccion-instituciones-seguridad-social-640x360.png 640w" sizes="(max-width: 650px) 100vw, 650px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://bidiss.ciess.org/bibliografias/alta-direccion-en-instituciones-de-seguridad-social/" >
				Alta dirección en instituciones de seguridad social			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://bidiss.ciess.org/bibliografias/alta-direccion-en-instituciones-de-seguridad-social/" aria-label="Más información sobre Alta dirección en instituciones de seguridad social" tabindex="-1" >
			Leer más »		</a>

				</div>
				</article>
				</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>Valores y principios</title>
		<link>https://bidiss.ciess.org/publicaciones/valores-y-principios/</link>
		
		<dc:creator><![CDATA[Ernesto Ramirez]]></dc:creator>
		<pubDate>Thu, 19 Oct 2023 23:02:13 +0000</pubDate>
				<category><![CDATA[Conceptos]]></category>
		<category><![CDATA[Discriminación laboral]]></category>
		<category><![CDATA[Editadas por el CIESS]]></category>
		<category><![CDATA[Exclusión social]]></category>
		<category><![CDATA[Igualdad y equidad]]></category>
		<category><![CDATA[Principios de la seguridad social]]></category>
		<category><![CDATA[Publicaciones]]></category>
		<category><![CDATA[Seguridad social para todos]]></category>
		<category><![CDATA[Solidaridad social]]></category>
		<category><![CDATA[Temas de seguridad social]]></category>
		<category><![CDATA[Trabajo]]></category>
		<category><![CDATA[Trabajo decente]]></category>
		<category><![CDATA[Trabajo formal]]></category>
		<category><![CDATA[Trabajo informal]]></category>
		<category><![CDATA[América Latina]]></category>
		<category><![CDATA[Discriminación]]></category>
		<category><![CDATA[Información sobre el programa]]></category>
		<category><![CDATA[Seguridad social]]></category>
		<guid isPermaLink="false">https://bidiss.ciess.org/?p=3482</guid>

					<description><![CDATA[<p><img width="630" height="575" src="https://bidiss.ciess.org/wp-content/uploads/2023/10/SSTodos-07-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/valores-y-principios/">Valores y principios</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="3482" class="elementor elementor-3482" 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-07-qe42m7oghcxdmxcrs19z2d716j8xso023nfizu3zeo.png" title="SSTodos-07" alt="SSTodos-07" 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/1759/ADISS2019-2964.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>Valores y principios</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/r1693/valores_y_principios" target="_blank"> Acervo Digital Institucional (ADISS)</a><br><a style="color: #043ca9;" href="http://catalogo.ciess.org/cgi-bin/koha/opac-detail.pl?biblionumber=27888" 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/discriminacion/" class="elementor-post-info__terms-list-item">Discriminación</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/igualdad-y-equidad/" class="elementor-post-info__terms-list-item">Igualdad y equidad</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/seguridad-social/" class="elementor-post-info__terms-list-item">Seguridad social</a>, <a href="https://bidiss.ciess.org/tag/solidaridad-social/" class="elementor-post-info__terms-list-item">Solidaridad 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-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>
				<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/valores-y-principios/">Valores y principios</a> se publicó primero en <a href="https://bidiss.ciess.org">Biblioteca Digital de Seguridad Social</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
