<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**********************************************************************************************************************/
/** ESTILOS																											  */
/**********************************************************************************************************************/

/**********************************************************************************************************************/
/** FUENTES ***********************************************************************************************************/
/**********************************************************************************************************************/

@font-face {
    font-family:'AvenirNextLTPro-Regular';
    src: url('fuentes/AvenirNextLTPro-Regular.eot');
    src: url('fuentes/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('fuentes/AvenirNextLTPro-Regular.woff') format('woff'),
        url('fuentes/AvenirNextLTPro-Regular.ttf') format('truetype'),
        url('fuentes/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0-10FFFF;
}

@font-face {
    font-family:'AvenirNextLTPro-Bold';
    src: url('fuentes/AvenirNextLTPro-Bold.eot');
    src: url('fuentes/AvenirNextLTPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('fuentes/AvenirNextLTPro-Bold.woff') format('woff'),
        url('fuentes/AvenirNextLTPro-Bold.ttf') format('truetype'),
        url('fuentes/AvenirNextLTPro-Bold.svg#AvenirNextLTPro-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0-10FFFF;
}

@font-face {
    font-family:'AvenirNextLTPro-BoldCn';
    src: url('fuentes/AvenirNextLTPro-BoldCn.eot');
    src: url('fuentes/AvenirNextLTPro-BoldCn.eot?#iefix') format('embedded-opentype'),
        url('fuentes/AvenirNextLTPro-BoldCn.woff') format('woff'),
        url('fuentes/AvenirNextLTPro-BoldCn.ttf') format('truetype'),
        url('fuentes/AvenirNextLTPro-BoldCn.svg#AvenirNextLTPro-BoldCn') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0-10FFFF;
}


/**********************************************************************************************************************/
/** ELEMENTOS GENERALES ***********************************************************************************************/
/**********************************************************************************************************************/

html {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

body.scrollOff {
    overflow: hidden;
}

iframe.oculto {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    visibility: hidden;
    display: none;
}

p {
    color: #000000;
    font-family: 'AvenirNextLTPro-Regular', sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;    
}

ul {
	list-style: square;
}
ul ul {
    list-style: circle;
}
ul ul ul {
    list-style: disc;
}


li {
    margin-bottom: 1em;
    color: #000000;
    font-family: 'AvenirNextLTPro-Regular', sans-serif;
    font-size: 1em;
}

a {
    outline: none;
    color: #000000;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

img {
    border: 0px;
    margin: 0px;
    padding: 0px;
    display: block; 
}

h1 {
	font-family: 'AvenirNextLTPro-Regular', sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    color: #000000;
}

h2 {
	font-family: 'AvenirNextLTPro-Bold', sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 1px;
    color: #000000;
}

h3 {
	font-family: 'AvenirNextLTPro-Bold', sans-serif;
    font-size: 1em;
    font-weight: bold;
    color: #000000;
}

*:focus {
    outline: none;
}

input {
	width: 100%;
    box-sizing: border-box;
    height: 32px;    
    margin: 0px;
    padding: 5px;
    font-family: 'AvenirNextLTPro-Regular', sans-serif;
    font-size: 1em;
    border: 0px;
    background-color: #f1f1f1;
}
input[type="checkbox"], input[type="radio"] {
    width: auto;
    height: 1em;
    float: left;
}

textarea {
	resize: none;
	width: 100%;
    box-sizing: border-box;
    margin: 0px;
    padding: 5px;
    font-family: 'AvenirNextLTPro-Regular', sans-serif;
    font-size: 1em;
    border: 0px;
    background-color: #f1f1f1;
}

select {
	width: 100%;
    box-sizing: border-box;
    height: 32px;    
    margin: 0px;
    padding: 5px;
    font-family: 'AvenirNextLTPro-Regular', sans-serif;
    font-size: 1em;
    border: 0px;
    background-color: #f1f1f1;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #f1f1f1 inset;
}

table {
    margin: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
}

td, th {
    color: #000000;
    font-family: 'AvenirNextLTPro-Regular', sans-serif;
    font-size: 1em;
    line-height: 2em;
    text-align: left;
}

fieldset {
    margin: 0px;
    margin-top: 15px;
    padding: 10px;
    border: 1px solid #484848;
}

legend {
    color: #d6704f;
    font-family: 'AvenirNextLTPro-Regular', sans-serif;
    font-size: 1.1em;
}


/**********************************************************************************************************************/
/** BOTONES ***********************************************************************************************************/
/**********************************************************************************************************************/
    
.boton {
    margin: 0px;
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: #2b3a6e;
    display: table;
    cursor: pointer;
    font-family: 'AvenirNextLTPro-BoldCn', sans-serif;
    font-size: 0.8em;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff; 
    text-align: center;
    border: 0;
}
.boton:hover {
    background-color: #bac00e;
}

.botonOff {
    box-sizing: border-box;
    height: 32px;
    margin: 0px;
    padding-left: 12px;
    padding-right: 10px;
    padding-top: 6px;
    background-color: #cccccc;
    display: table;
    cursor: pointer;
    font-family: 'AvenirNextLTPro-BoldCn', sans-serif;
    font-size: 0.9em;
    font-weight: 400;
    letter-spacing: 2px;
    color: #ffffff; 
    text-align: center;
}


/**********************************************************************************************************************/
/** AVISO DE COOKIES **************************************************************************************************/
/**********************************************************************************************************************/

#avisoCookie {
    display: none;
    box-sizing: border-box;
    position: fixed;
    padding: 10px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: #000000;
    background-color: rgba(0,0,0,0.8);
    z-index: 1000003;
    overflow: hidden;
}

#avisoCookie p {
    margin: 0px;
    font-family: 'AvenirNextLTPro-Regular', sans-serif;
    font-size: 0.9em;
    text-align: center;
    color: #ffffff;
}

#avisoCookie a {
    color: #ffffff;
    text-decoration: underline;
    font-weight: 700;
}

#avisoCookie a:hover {
    text-decoration: none;
}

.botonCookies {
    display: table;
    margin: 0px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ff0000;
    cursor: pointer;
}

.botonCookies p {
    margin: 0px;
    font-family: 'AvenirNextLTPro-BoldCn', sans-serif;
    font-size: .8em;
    text-align: center;
    letter-spacing: 1px;
    color: #ffffff;
}    

.botonCookies:hover {
    background-color: #000000;
}

/**********************************************************************************************************************/
/** ESTRUCTURA ********************************************************************************************************/
/**********************************************************************************************************************/

.cabecera, .cabeceraM {
    background-color: #FFFFFF;
}

.cabeceraM {
    margin-top: 38px;
}

.cabecera a {
    text-decoration: none;
}

.bloqueCabeceraPpal {
    padding-bottom: 1em;
}

img.logotipo {
    margin-top: 1em;
    max-height: 120px;
}

.lema {
	margin-top: 42px;
}

.lema p.p1 {
    margin: 0;
    font-family: 'AvenirNextLTPro-Bold', sans-serif;
    font-size: 1.8em;
    line-height: .9em;
}

.lema p.p2 {
    margin: 0;
    font-family: 'AvenirNextLTPro-Regular', sans-serif;
    font-size: 1.4em;
    line-height: 1.2em;
}

.lema p.p3 {
    margin: 0;
    font-family: 'AvenirNextLTPro-Regular', sans-serif;
    font-size: 1.1em;
}

.lema p.p4 {
    margin: 0;
    font-family: 'AvenirNextLTPro-BoldCn', sans-serif;
    font-size: 1.2em;
}

.pastillaCabecera {
    margin-bottom: 1em;
    padding: .5em;
    background-color: #50758b;
    float: left;
}

.pastillaCabecera p {
    margin:0;
    text-align: center;
    color: #FFFFFF;
}

.pastillaCabecera p.p1 {
    margin-top: 1.5em;
    font-size: 1.1em;
    font-weight: bold;
}

.pastillaCabecera p.p2 {
    font-size: .7em;
}

.bloquePartnerCabecera {
    margin-top: 1em;
    float: right; 
}

.bloquePartnerCabecera img {
    margin-left: .5em;
    float: left;
    max-width: 175px;
}

/**********************************************************/

.bloquePie {
    margin-top: 2em;
    padding: 0px 0px;
    background-color: #4e748b;
    height: 100px;
    overflow: hidden;
}

.fondoPie {
    box-sizing: border-box;
    padding: 10px 0px;
    background-image: url('../imagenes/fondoPie@2x.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100px;
}

.fondoPie .grid_2 p {
    margin: 0px;
    font-size: 0.8em;
    letter-spacing: 1px;
    color: #ffffff;
}

.fondoPie .grid_2 img {
    height: 60px;
    float: none;
}


.fondoPie .grid_2.offset_8 img {
    height: 80px;
    float: right;
}

/**********************************************************/

#mensajeResultados {
    margin: 0px;
    margin-top: 5em;
    margin-bottom: 5em;
    margin-left: auto;
    margin-right: auto;
    padding: 2em;
    width: 70%;
    border-left: 3px solid #D0D0D0;
    border-right: 3px solid #D0D0D0;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}

/**********************************************************/

.bloqueAviso {
    margin: 0px;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 1em;
    border: 2px dashed #999999;
    width: 40%;
}
.bloqueAviso img {
    margin-right: .5em;
    float: left;
    max-width: 48px;
}
.bloqueAviso p {
    margin: 0px;
    font-weight: bold;
}

/**********************************************************/

.tituloSeccion {
    margin: 0px;
    margin-top: 3em;
    margin-bottom: 1.5em;
    padding-bottom: .5em;
    border-bottom: 2px solid #444444;
}

.tituloSeccion h1 {
    margin: 0;
    font-size: 1.1em;
    text-align: left;
    color: #444444;
}

/**********************************************************/

.tituloSeccionPortada {
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.tituloSeccionPortada h1 {
    margin: 0;
    margin-bottom: 30px;
    font-family: 'AvenirNextLTPro-Regular', sans-serif;
    font-size: 2.4em;
    text-align: center;
    font-weight: normal;
    color: #7f2346;
    letter-spacing: 2px;
}

/**********************************************************/

h1.tituloSeccionInterior {
    margin: 0px;
    margin-top: 2.5em;
    margin-bottom: 1em;
    font-size: 1.5em;
    letter-spacing: 2px;
    text-align: left;
}

h2.tituloSeccionInterior {
    margin-top: -0.8em;
    margin-bottom: 1em;
    padding-left: 1em;
    font-size: 1.2em;
    color: #666666;
    letter-spacing: 2px;
    text-align: left;
}

h1.tituloSeccionInterior::before {
    content: "&gt;";
    float: left;
    font-weight: bold;
    color: #f1883d;
}

h2.tituloSeccionInterior::before {
    content: "&gt;";
    float: left;
    font-weight: bold;
    color: #999999;
}

/**********************************************************/

.tablaResultados {
    margin-top: 2em;
    margin-bottom: 5em;
}

.tablaResultados table {
    width: 100%;
}

.celdaCabecera {
    background-color: #333333;
    font-family: 'AvenirNextLTPro-Regular', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    height: 30px;
}

.celdaListado {
    margin: 0px;
    padding: 0px;   
    border-bottom: 1px solid #BEBEBE;
    font-family: 'AvenirNextLTPro-Regular', sans-serif;
    font-size: 11px;
    text-align: left;
    color: #000000;
    line-height: 18px;
    height: 30px;
}

.filaDatos {
    background-color: #ffffff;
}
.filaDatos:hover {
    background-color: #EEEEEE;
}

.botonTabla {
    border: 0px;
    margin-left: 4px;
    margin-right: 4px;
    float: left;
}

/**********************************************************/

.videoResponsive {
       position: relative;
       padding-bottom: 56.25%; /* 16:9 */
       height: 0;
}

.videoResponsive iframe {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       z-index: 1;
}

/**********************************************************/

p.nota {
    font-size: .9em;
    font-style: italic;
    text-align: center;
}


/**********************************************************************************************************************/
/** MENU PRINCIPAL ****************************************************************************************************/
/**********************************************************************************************************************/
/*ANTIGUO MENÃš*/
.bloqueMenu {
    width: 100%;
    background-color: #50758b;
    z-index: 1000001;
}

.bloqueMenu img.logoMenu {
	margin-top: 8px;
	height: 55px;
	display: none;
    float: left;
}

.bloqueMenu .menuPpal ul {
    margin: 0px;
    padding: 0px;
    float: right;
}

.bloqueMenu .menuPpal li {
    box-sizing: border-box;
    height: 70px;
    margin: 0px;
    padding: 20px 1.5em 0px 1.5em;
    list-style: none;
    color: #FFFFFF;
    font-size: .9em;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;
    float: left;
}

.bloqueMenu .menuPpal li:hover {
    color: #000000;
    background-color: #f1883d;
}

.bloqueMenu .menuPpal li.activo {
    color: #000000;
    background-color: #f1883d;
}

.menuFijo {
    position: fixed;
    top: 0px;
}

/*NUEVO*/
.menu {
    width: 100%;
    background-color: #50758b;
    z-index: 1000001;
}

.menu img.logoMenu {
    margin-top: 20px;
    margin-right: 30px;
	height: 55px;
	display: none;
    float: left;
}

.menu a {
    border-bottom: none;
    color: inherit;
}

.menu .row &gt; div {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.menu .menuPpal &gt; ul {
    height: 100px;
}

.menu nav &gt; ul {
    margin: 0px;
    padding: 0px;
    height: 60px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.menu nav &gt; ul &gt; li {
    position: relative;
    cursor: pointer;
    margin: 0px;
    font-size: 1em;
    font-weight: 600;
    text-align: center;
    list-style: none;
    color: #FFFFFF;
    transition: all .3s;
}

.menu nav &gt; ul &gt; li a.activo {
    font-weight: 900;
    color: #f1883d;
}

.menu nav &gt; ul &gt; li &gt; ul &gt; li a.activo {
    font-weight: 900;
    color: #000000;
}

.menu nav &gt; ul &gt; li ul {
    min-width: 100%;
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin: 40px 0px 0px -30px;
    padding: 0px;
    z-index: 2000;
    background-color: #f1883d;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
    transition: all 0.3s;
}

.menu nav &gt; ul &gt; li ul li {
    min-width: 100%;
    margin: 0px;
    padding: 30px 20px;
    border-bottom: 1px solid #c6621a;
    font-weight: 600;
    font-size: 0.9em;
    line-height: normal;
    text-align: left;
    list-style: none;
    color: #ffffff;
    background-color: #f1883d;
}

.menu nav &gt; ul &gt; li ul li:last-child {
    border-bottom: none;
}

.menu nav &gt; ul &gt; li:hover {
    color: #f1883d;
}

.menu nav &gt; ul &gt; li:hover ul {
    visibility: visible;
    opacity: 1;
}

.menu nav &gt; ul &gt; li ul li:hover {
    color: #000000;
}

/**********************************************************/

.submenu {
	padding: 5px;
	background-color: #f1883d;
    padding: 0px 375px;
}

.submenu ul {
    margin: 0px;
    padding: 0px;
    display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}

.submenu li {
	list-style: none;
    box-sizing: border-box;
    margin: 0px 10px 0px 10px;
    padding: 0px;
    color: #FFFFFF;
    font-size: 0.9em !important;
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;
}

.submenu ul li:hover {
    color: #000000 !important;
}

/**********************************************************/

#botonMenuMovil {
    cursor: pointer;
    float: left;
    margin: 7px;
    margin-left: 0px;
}

#botonMenuMovil .bar1, #botonMenuMovil .bar2, #botonMenuMovil .bar3 {
    margin: 4px;
    width: 25px;
    height: 3px;
    display: block;
    background-color: #FFFFFF;
    border-radius: 1px;
}

#botonMenuMovil .bar:last-child {
    margin-bottom: 0;
}

#menuLateralMovil {
    position: fixed;
    z-index: 1000000;
    top: 0;
    left: -240px;
    width: 240px;
    height: 100%;
    padding-top: 50px;
    overflow-y: auto;
    background-color: #4e748b;
    background-color: rgba(78,116,139,1);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: left 0.3s ease-in-out;
    -moz-transition: left 0.3s ease-in-out;
    -ms-transition: left 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
}

#menuLateralMovil.open-sidebar {
    left: 0;
}

#menuLateralMovil ul {
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    list-style: none;
}

#menuLateralMovil ul li {
    cursor: pointer;
    margin: 0;    
    padding: 1em;
    font-size: 1em;
    color: #FFFFFF;
    text-decoration: none;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#menuLateralMovil ul li:last-child {
    border-bottom: 0px;
}

#menuLateralMovil ul li a {
    color: #ffffff;
    text-decoration: none;
}

#menuLateralMovil ul li.sub {
	margin-left: 2.5em;
	padding: 0px;
	font-size: 0.8em;
	line-height: normal;
}

#menuLateralMovil ul ul {
    list-style: square;
    list-style-position: inside;
}

#menuLateralMovil ul ul li {
    padding: .5em;
    padding-bottom: 0px;
    border-bottom: 0px;
}


/**********************************************************************************************************************/
/** SLIDE PORTADA *****************************************************************************************************/
/**********************************************************************************************************************/

#slidePortada {
    width: 100%;
    margin-top: 0px;
    overflow: hidden;
}

#slidePortada a {
    border-bottom: 0;
    text-decoration: none;
}

#slidePortada ul li {
    margin: 0;
    list-style: none;
    line-height: normal;
    letter-spacing: 0;
}

.fondoDiapositiva {
    background-size: cover;
    background-repeat: no-repeat;
    height: 650px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.flex-caption {
    display: table;
}

.flex-caption .tituloCaption {
    box-sizing: border-box;
    margin: 50px auto 20px auto;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    color: #23282d;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0);
    font-weight: 700;
    font-size: 45px;
    line-height: 1;
    text-align: center;
    display: table;
}

.flex-caption .textoCaption {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    color: #23282d;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0);
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    display: table;
}


.imagenSlide img {
    width: 100%;
}
/**********************************************************************************************************************/
/** PORTADA ***********************************************************************************************************/
/**********************************************************************************************************************/

.bloquePortadaPresentacion p {
	font-size: 1.2em;
	line-height: 2em;
}

.bloqueImagenPresentacionPortada {
    margin-bottom: 1em;
    width: 100%;
    height: 50px;
    background-image: url('../imagenes/presentacion.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.bloqueVideoPortada {
    margin-top: 2em;
    margin-bottom: 2em;
}

.bannerPortada {
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 460px;
}

.bloquePortadaMapa {
    padding: 1em;
    border: 1px solid #868686;
}

.bloquePortadaMapa img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 450px;
}

#elestadodelapobreza, #metodologia, #tasaarope, #end {
    padding: 100px 0px 0px 0px;
}

/**********************************************************************************************************************/
/** PRESENTACION ******************************************************************************************************/
/**********************************************************************************************************************/

.bloqueImagenPresentacion {
    margin-bottom: 1.5em;
    width: 100%;
    height: 150px;
    background-image: url('../imagenes/presentacion.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}


/**********************************************************************************************************************/
/** CAPITULOS *********************************************************************************************************/
/**********************************************************************************************************************/

.bloqueCapitulo {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 2px dashed #dedede;
}

.bloqueCapitulo h1 {
    margin:0;
    border-left: 1em solid #9b6dad;
    padding-left: .3em;
    font-family: 'AvenirNextLTPro-Bold', sans-serif;
    font-size: 1em;
}

.bloqueCapitulo p.nombreCapitulo {
    margin: 0;
    margin-bottom: .5em;
}

.bloqueCapitulo p.enlaceDescarga {
    margin: 0;
    float: right;
}


/**********************************************************************************************************************/
/** GRAFICOS **********************************************************************************************************/
/**********************************************************************************************************************/

#canvasGraficos {
    margin-top: 2em;
}

.chart {
    width: 100%; 
    min-height: 300px;
    background-image: url("../imagenes/fondoChart.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.chart img {
    max-width: 100%; 
    margin: 0px auto;
}

.cabecerasTablasGraficos {
    background-color: #81cff0;
    color: #000000;
    font-weight: bold;
    text-align: center;
    height: 40px;
    cursor: pointer;
}

.botonPNG {
    margin-top: 3em;
    margin-left: auto;
    margin-right: auto;
    padding: .5em;
    width: 20%;
    background-color: #f1883d;
    text-align: center;
}
.botonPNG a {
    text-decoration: none;
}
.botonPNG:hover {
    background-color: #dd9765;
}


/**********************************************************************************************************************/
/** POBREZA POR CCAA **************************************************************************************************/
/**********************************************************************************************************************/

.bloqueCCAA {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 2px dashed #dedede;
}

.bloqueCCAA h1 {
    margin:0;
    border-left: 1em solid #81cff0;
    padding-left: .3em;
    font-family: 'AvenirNextLTPro-Bold', sans-serif;
    font-size: 1em;
}

.bloqueCCAA p.enlaceDescarga {
    margin: 0;
    float: right;
}


/**********************************************************************************************************************/
/** ACTUALIDAD ********************************************************************************************************/
/**********************************************************************************************************************/

.listadoNoticias {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.listadoNoticias .noticiaListado {
    width: calc(50% - 40px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
    border: 1px solid #4e748b;
    border-radius: 10px 10px 10px 10px;
}


.listadoNoticias .noticiaListado .portadaNoticia img {
    border-radius: 10px 10px 0px 0px;
    border-bottom: 2px solid #4e748b;
}

.listadoNoticias .noticiaListado h1 {
    margin: 20px 0px;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.5em;
    text-transform: uppercase;
    margin: 10px 0px;
    padding: 10px;
}

.listadoNoticias .noticiaListado h1 a {
    text-decoration: none;
    cursor: pointer;
    color: #4e748b;
}

.listadoNoticias .noticiaListado p.contenidoNoticia {
    font-size: 0.9em;
    text-align: justify;
    margin: 0px 0px;
    padding: 10px;
}

.listadoNoticias .noticiaListado .boton {
    float: right;
    background-color: transparent;
    color: #5C9598;
    padding: 10px;
}

.listadoNoticias .noticiaListado .boton:hover {
    color: #5C9598;
    font-weight: 900;
    text-decoration: underline;
}

#noticias {
    width: calc(100% - 400px);
    margin: 0px auto;
}

#noticias .portadaNoticia img {
    width: 100%;
}


/**********************************************************************************************************************/
/** MATERIALES ********************************************************************************************************/
/**********************************************************************************************************************/

.materialesEP {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 50px;
}

.materialesEP a {
    width: calc(25% - 20px);
    margin-bottom: 20px;
    margin-left: 20px;
}

.materialesEP a img {
    width: 100%;
    cursor: pointer;
}

#bloqueVideos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: stretch;
}

#bloqueVideos &gt; div {
    box-sizing: border-box;
    width: calc(50% - 30px);
    margin-bottom: 50px;
    padding: 1em;
    background-color: #f5f5f5;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
}

#bloqueVideos &gt; div p {
    margin: 0px;
    color: #333333;
    text-align: center;
}

#bloqueVideos &gt; div p a { 
    text-decoration: none;
}

#bloqueVideos &gt; div p a:hover { 
    color: #BD1622;
}

/**********************************************************************************************************************/
/** DESCARGAS *********************************************************************************************************/
/**********************************************************************************************************************/

.bd {
	margin-bottom: 30px;
	padding: 20px;
	border: 2px solid #dedede;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;    
}

.bd h2 {
    width: 100%;
	margin: 0px 0px 20px 20px;
	color: #89c05b;
	font-size: 1.2em;
}

.bd &gt; article {
    width: calc(50% - 20px);
}

.bloqueDescargas {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 2px dashed #dedede;
}

.bloqueDescargas h3 {
    margin: 0;
    border-left: 1em solid #89c05b;
    padding-left: .3em;
    font-family: 'AvenirNextLTPro-Bold', sans-serif;
    font-size: 1em;
}

.bloqueDescargas p.descripcionDescarga {
    margin: 0;
    margin-top: .5em;
}

.bloqueDescargas p.enlaceDescarga {
    margin: 0;
    float: right;
}
</pre></body></html>