/********** MODIFICADO 27/10/2020 ******/
/*#*/
.title,
h1,
h2,
h3,
h4 {
  font-family: titilliumWeb-semibold;
  color: #4c4e57;
  line-height: 1;
}

.title--light {
  color: #777777;
}

h1,
h1.title {
  font-size: 32px;
  margin-bottom: 20px; /********** MODIFICADO 27/01/2020 ******/
}

h2,
h2.title,
h2.menu-left__header {
  font-size: 26px;
  margin-bottom: 16px;
}

h3,
h3.title {
  font-size: 22px;
  margin-bottom: 14px;
}

h4,
h4.title {
  font-size: 16px;
}
/*#*/

span.title {
  display: inline-block;
  font-size: 26px;
  margin-bottom: 16px;
}

/**** MODIFICADO 25/11 *******/
p.title {
  font-size: 22px;
  margin-bottom: 7px;
  padding: 0;
}

h2.title--small {
  font-size: 18px;
}

.com-enlace {
  position: relative;
}

.com-enlace--destacado,
.seccion__content .com-enlace--destacado {
  padding: 10px 12px 12px 14px;
  border: solid thin #222;
  background: #eaeaeb;
  color: #222;
  /***** MODIFICADO 11/09 *****/
}

.com-enlace--destacado .link {
  margin-top: -10px;
}

.icono__enlace {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 6px;
  margin-top: 4px;
  display: inline-block;
  vertical-align: sub;
  /***** MODIFICADO 11/09 *****/
}

.icono__enlace--pdf {
  background-image: url("../assets/img/icons/ico_pdf.png");
}

.icono__enlace--video {
  background-image: url("../assets/img/icons/ico-video.png");
}

.icono__enlace--audio {
  background-image: url("../assets/img/icons/ico-audio.png");
}

.icono__enlace--xml {
  background-image: url("../assets/img/icons/ico_pdf.png");
}

.icono__enlace--doc {
  background-image: url("../assets/img/icons/ico_pdf.png");
}

.icono__enlace--img {
  background-image: url("../assets/img/icons/ico-imagen.png");
}

.icono__enlace--docus {
  background-image: url("../assets/img/icons/ico_docus.png");
}

.icono__enlace--docx {
  background-image: url("../assets/img/icons/ico_docx-rojo.png");
}

.icono__enlace--mp3 {
  background-image: url("../assets/img/icons/ico_mp3.png");
}

.icono__enlace--xlsx {
  background-image: url("../assets/img/icons/ico_xlsx.png");
}

.icono__enlace--doc {
  background-image: url("../assets/img/icons/ico_docx.png");
}

.icono__enlace--png,
.icono__enlace--jpg {
  background-image: url("../assets/img/icons/ico_imagen.png");
}

.icono__enlace--mp4 {
  background-image: url("../assets/img/icons/ico_mp4.png");
}

.icono__enlace--pptx {
  background-image: url("../assets/img/icons/ico_pptx.png");
}

.icono__enlace--zip {
  background-image: url("../assets/img/icons/ico_zip.png");
}

.icono__enlace--externo {
  background-image: url("../assets/img/icons/ico_abre-ventana-nueva.png");
}

.icono__enlace--interno {
  background-image: url("../assets/img/icons/ico-enlace-interno.png");
  /***** MODIFICADO 11/09 *****/
}

.icono__enlace--audio {
  margin-left: 0;
}

.com-enlace,
.seccion__content .com-enlace {
  margin-bottom: 20px; /***** AÑADIDO 28/11 *****/
  line-height: 24px;
}

.com-enlace--destacado .icono__enlace {
  right: 10px;
}

.com-pagina-parrafo {
  float: left;
  padding: 25px;
  clear: both;
  width: 100%;
  margin-bottom: 20px;
}
.com-pagina-parrafo img {
  float: left;
  padding: 0px 15px 10px 0px;
}

/***** AÑADIDO 28/11 *****/
@media screen and (max-width: 768px) {
  .com-pagina-parrafo img {
    width: 100%;
  }
  /***** AÑADIDO 23/01 *****/
  .com-pagina-parrafo img {
    padding: 0px 0px 10px 0px;
  }
}

.vcard {
  display: flex;
  min-height: 200px;
  /*MODIFICADO 11/02/2020*/
  /*font-family: titilliumWeb-regular;*/
}
.vcard__imagen {
  width: 100%;
  min-width: 50%;
  background-size: cover;
}

.vcard__content {
  padding: 15px;
}

.vcard__text,
.vcard__location {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  margin-bottom: 6px;
}

.vcard__location,
.vcard__rrss {
  margin-top: 4px;
}

.vcard__rrss {
  font-size: 22px;
  text-align: left;
}

.vcard .icon-pin {
  margin-right: 4px;
}

.vcard__imagen img {
  width: 100%;
}

.com-lista-enlaces {
  float: left;
  margin-bottom: 20px;
}

.com-lista-enlaces__item {
  float: left;
  width: 100%;
}

.com-lista-enlaces__rrss {
  float: left;
  width: 100%;
  margin-top: 10px;
  text-align: left;
}

.com-lista-enlaces__titulo {
  float: left;
  font-family: titilliumWeb-semibold;
  vertical-align: top;
  font-size: 20px;
  margin-top: -6px;
  margin-left: -14px;
  clear: both;
}

.com-lista-enlaces__link {
  float: left;
  font-size: 18px;
  padding: 0px 10px;
  border-right: solid thin;
}

.com-lista-enlaces__link:first-child {
  padding-left: 0;
  clear: left;
}

.com-lista-enlaces__link:last-child {
  border-right: none;
  padding-right: 0;
}

.com-lista-enlaces__imagen {
  float: left;
  margin-right: 30px;
}

.com-lista-enlaces__texto {
  float: left;
}

.com-lista-enlaces__item {
  padding: 30px 0px;
  border-bottom: solid thin #ccc;
}

/****** MODIFICADO 21/08 enlaces C2 componentes destacados ***********/

.com-listado__titulo,
.com-listado__item {
  padding: 0.3rem 2rem 0.3 1rem !important;
  position: relative;
}

.com-listado .com-listado__item {
  /***** Añadido 10/02/2020 **********/
  /*display:table;*/
  display: inherit;
}
.com-listado--destacado .com-listado__item {
  /***** Añadido 10/02/2020 **********/
  display: inherit;
}

/*.com-listado--destacado .com-listado__titulo, .com-listado--destacado .com-listado__item {
padding-left: 1rem!important;
}*/

.com-listado__horizontal .com-listado__item,
.com-listado__audio .com-listado__item {
  position: relative;
  display: inline-block;
  /***** MODIFICADO 11/09 *****/
}

.com-listado__audio {
  margin-left: 1em;
  /***** MODIFICADO 11/09 *****/
}

.com-listado__audio .com-listado__item a {
  display: inline;
}

.com-listado__item--horizontal:not(:first-child) {
  padding-left: 0;
}

.com-listado--destacado
  .com-listado__vertical
  .com-listado__item:nth-of-type(even) {
  /***** MODIFICADO 04/03/2020 ******/
  background-color: #e0e3e2;
}

.com-listado__vertical span {
  /*margin-left: 1rem;*/ /* MODIFICADO 20-04-2020 */
  margin-left: 0;
}

.com-listado--destacado .com-listado__vertical span {
  margin-left: 17px;
}

/****** FIN MODIFICADO *************/

.breadcrumbs a:last-child {
  font-family: titilliumWeb-semibold;
}

.com-listado {
  display: inline-block;
  width: 100%;
  /*margin: 20px 0px;*/
  margin-bottom: 20px;
}

.com-listado__titulo {
  font-family: lato-bold;
}

.com-listado--destacado {
  border: 1px solid #535353;
}

.com-listado--destacado .com-listado__titulo {
  font-family: lato-regular;
  background-color: #535353;
  color: #ffffff;
  margin-bottom: 0;
}

.com-listado__item--vertical:nth-child(even) {
  background-color: #e0e3e2;
}

.com-listado__titulo {
  /** MODIFICADO 03/12/2019 **/
  margin-bottom: 20px;
  position: relative;
}

.com-listado--destacado .com-listado__titulo,
.com-listado--destacado .com-listado__item {
  padding: 0.3rem 0 0.3rem 1rem; /** MODIFICADO 24/01/2020 **/
}

/* AÑADIDO 31/10/2019 */

.com-listado__horizontal {
  padding: 0 1rem;
}

.com-listado__horizontal .com-listado__item {
  display: inline;
  padding-left: 0;
}

/* MODIFICADO 12/02/2020 */
/*.com-listado--destacado .com-listado__vertical .com-listado__item {
padding-left: 2rem;
}
*/

.com-listado--destacado .com-listado__vertical .com-listado__item a {
  width: 100%;
  position: relative;
  display: block;
}

.com-listado--destacado .com-listado__vertical .icono__enlace {
  position: absolute;
}
/*********************/

.com-listado__horizontal .com-listado__item:not(:first-child) {
  padding-left: 0; /*MODIFICADO 22/08*/
}

.com-listado__item--horizontal:not(:first-child) {
  padding-left: 0;
}

.com-listado__item {
  line-height: 24px;
}

.com-listado__item--horizontal {
  position: relative;
  display: inline-block;
  padding-right: 2rem;
}

.com-listado__horizontal li.com-listado__item:after {
  /***** MODIFICADO 04/03/2020 ******/
  content: "|";
  margin: 0 5px;
}

.com-listado__horizontal li.com-listado__item:last-child:after {
  /***** MODIFICADO 04/03/2020 ******/
  content: "";
}

.com-listado__item--horizontal:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}

/*********** MODIFICADO 21/08 **************/

/*.com-listado__item--vertical .icono__enlace {
  position: absolute;
  right: 1rem;
}*/

.com-listado--destacado .com-listado__vertical .icono__enlace {
  /*position: absolute;*/ /*MODIFICADO 22/10 */
  right: 1rem;
}

.com-listado__audio .icono__enlace {
  right: 0;
  margin-left: 0;
}

.com-listado__audio .link:first-of-type {
  margin-right: 6px;
  /***** MODIFICADO 11/09 *****/
}

.com-listado__audio a {
  position: relative;
}

/************ FIN MODIFICADO ***************/

.com-listado__item--audio {
  padding-top: 0;
  padding-bottom: 0;
}

.com-listado__item--audio a {
  position: relative;
}

/*correción padding del com-listado. AÑADIDO 31/10/2019*/
.com-listado-item a {
  padding-left: 1rem;
}

.interven-titulo {
  font-family: lato-bold;
}

.interven__item {
  font-size: 1.05em;
  border-bottom: solid thin #adacad;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.interven__item:first-child {
  padding-top: 1rem;
}

.interven__item:last-child {
  border-bottom: 0;
}

.interven-titulo {
  padding: 0.8rem 0;
}

.listado-imagenes__item {
  flex-direction: column;
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}

.listado-imagenes__link {
  font-family: lato-bold;
  font-size: 1rem;
  padding-top: 1rem;
  display: inline-block;
  text-decoration: underline;
  color: #4a4d56;
}

.row.listado-imagenes {
  padding: 0;
  margin: 0;
}

/**************************************
       Listado descarga
**************************************/

.link-pdf {
  background: rgba(0, 0, 0, 0) url("../assets/img/icons/ico_pdf.png") no-repeat
    scroll 0 0;
  display: block;
  background-position: 98%;
}
.link-xml {
  background: rgba(0, 0, 0, 0) url("../assets/img/icons/ico_docu.png") no-repeat
    scroll 0 0;
  display: block;
  background-position: 98%;
}
.link-doc {
  background: rgba(0, 0, 0, 0) url("../assets/img/icons/ico_docx.png") no-repeat
    scroll 0 0;
  display: block;
  background-position: 98%;
}
.link-audio {
  background: rgba(0, 0, 0, 0) url("../assets/img/icons/ico-audio.png")
    no-repeat scroll 0 0;
  display: block;
  background-position: 98%;
}
.link-img {
  background: rgba(0, 0, 0, 0) url("../assets/img/icons/ico-imagen.png")
    no-repeat scroll 0 0;
  display: block;
  background-position: 98%;
}
.link-new {
  background: rgba(0, 0, 0, 0)
    url("../assets/img/icons/ico-abre-ventana-nueva.png") no-repeat scroll 0 0;
  display: block;
  background-position: 98%;
}
.link-int {
  background: rgba(0, 0, 0, 0) url("../assets/img/icons/ico-enlace-interno.png")
    no-repeat scroll 0 0;
  display: block;
  background-position: 98%;
}

[class*="link-"] a {
  text-decoration: underline;
}
.listado-descarga__destacado {
  border: 1px solid #535353;
  margin: 1.5rem 0;
}
.pad-listado,
.listado-descarga__destacado li,
.listado-descarga li {
  padding: 0.5rem 1rem;
}
.listado-descarga li:first-child {
  padding-left: 0;
}
.titulo-listado__destacado,
.listado-vertical li,
.titulo-listado,
.listado-horizontal li {
  padding: 0.5rem 1rem;
}
.titulo-listado__destacado {
  background-color: #535353;
  color: #ffffff;
}
.titulo-listado {
  color: #535353;
  font-weight: bold;
}

.listado-vertical {
  position: relative;
}
.listado-vertical li:nth-child(even) {
  background-color: #e0e3e2;
}
.listado-vertical li a:first-child {
  padding-right: 3rem;
}

.listado-vertical .icono__enlace {
  position: absolute;
  right: 1rem;
}

/****** MODIFICADO 02/03/2020 **** vbravo ******/
.listado-horizontal li {
  float: left;
  padding: 0 0.5rem 0 0;
}
.listado-horizontal li::after {
  content: "| ";
  margin-left: 0.5rem;
}
.listado-horizontal li:last-child::after {
  content: "";
}
.link-descripcion {
  margin-left: 2rem;
}

/**************************************
     Fin - Listado descarga
**************************************/
/**************************************
     Listado Imágenes
**************************************/
/****** Modificado 4/09/2019  **********/
.galeria-imagenes {
  overflow: hidden;
}

.listado-imagenes__item {
  padding: 0 7.5px;
  display: inline-block;
  vertical-align: top;
  width: 24.5%;
  /* min-height: 13rem; */
  position: relative;
}

.listado-imagenes__imagen {
  min-height: 8rem;
  min-height: initial; /* AÑADIDO 31/10/2019 */
}

.listado-imagenes__imagen img {
  width: 100%;
}

.listado-imagenes__item a p {
  padding-top: 0.8rem;
  font-family: lato-bold; /*MODIFICADO 24-09*/
  font-size: 1rem;
  color: #4c4e57;
  text-decoration: underline;
  font-size: 16px;
  line-height: 17px;
}
.listado-imagenes__texto {
  /* min-height: 5.5rem; */
  position: relative;
  bottom: 0;
}

/******************************
        Agenda
******************************/
/***** AÑADIDO 23/09/2019 ****/

.componente {
  padding-bottom: 20px;
}
.agenda__titulo {
  background: #4a4d57;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 2px;
  font-family: TitilliumWeb-Semibold;
  text-transform: uppercase;
}
.date-picker table {
  width: 100%;
  border-radius: 0;
  border-collapse: collapse;
  border: 0;
}
#calendarEvents-date-picker-hover {
  background-color: #ff020b;
  color: #fff;
}

.date-picker td {
  border-radius: 0;
}

.mod_eventos_content .date-picker td {
  float: left;
  width: 14.6%;
  height: 2.2em;
  margin-left: -1px;
  text-align: center;
  padding-top: 5px;
  font-size: 0.875em;
  color: #666666;
  border: 1px solid #cfcfcf;
  background: #f2f2f2;
}

.date-picker .today-but {
  display: none;
}

.prev-year,
.next-year {
  display: none !important;
}

.prev-month,
.next-month {
  position: absolute;
  top: 6px;
  height: 16px;
  width: 16px;
  text-indent: -9999px;
}

.prev-month {
  left: 16px;
  background: url(../assets/img/flecha_agenda_izquierda.png) no-repeat scroll
    left top transparent !important;
  background-size: cover !important;
}

.next-month {
  right: 16px;
  background: url(../assets/img/flecha_agenda_derecha.png) no-repeat scroll left
    top transparent !important;
  background-size: cover !important;
}

.date-picker .month-display,
.date-picker .year-display {
  display: inline;
  text-transform: none;
  letter-spacing: 0;
  font-weight: normal;
  font-size: 1.2em;
  color: #ff020b;
  font-family: lato-bold;
}

.date-picker .date-picker-day-header {
  padding: 10px 0 0.2em 0;
}

.date-picker .date-picker-highlight {
  color: #333;
}

.date-picker-title {
  border: solid 2px #ccc !important;
  position: relative;
}

.date-picker .month-out.date-picker-highlight {
  color: #555;
}

.date-picker {
  font: 900 0.8em/1em "lato", "HelveticaNeue-Light", "Helvetica Neue Light",
    "Helvetica Neue", Helvetica, Verdana, Arial, "Lucida Grande", sans-serif;
  z-index: 3; /* AÑADIDO 17/10/2019 */
}

.date-picker .out-of-range,
.date-picker .not-selectable {
  font-family: lato-italic;
  font-style: none;
}

/********* Fin - Agenda*********
********************************/

@media (max-width: 1024px) {
  .listado-imagenes__item {
    width: 49.5%;
    min-height: 16rem;
  }
  .listado-imagenes__texto {
    min-height: 3rem;
  }
}
@media (min-width: 637px) and (max-width: 769px) {
  .listado-imagenes__item {
    min-height: 19rem;
  }
}
@media (max-width: 576px) {
  .listado-imagenes__item {
    width: 100%;
    min-height: none;
  }
  .listado-imagenes__texto {
    position: relative;
    min-height: none;
  }
}

/**************************************
     Fin - Listado Imágenes
**************************************/

/**************************************
     Intervenciones
**************************************/
.interven__item {
  font-size: 1.05em;
  font-size: 1em; /* AÑADIDO 31/10 */
  border-bottom: solid thin #adacad;
  padding-bottom: 2rem;
  margin: 1rem 0;
}
.interven__item:last-child {
  border-bottom: 0;
}
.interven-titulo {
  font-family: lato-regular; /* MODIFICADO 21-10*/
  padding: 0.8rem 0;
}
/**************************************
     Fin - Intervenciones
**************************************/

/**************************************
     Admin
**************************************/
.aviso__admin {
  display: flex;
  flex-wrap: nowrap;
  background-color: #eaebf0;
  padding: 3rem;
  width: 100%; /*MODIFICADO 16-09*/
  margin-bottom: 15px;
}
.aviso__admin a {
  color: #4a4d56;
}
.aviso__icono {
  float: left;
  margin: -1.5rem 1rem 0 -1.5rem;
}
.aviso__texto {
  /*MODIFICADO 30-10*/
  overflow-x: auto;
}
.aviso__texto .title {
  font-family: Lato-Bold;
  font-size: 1.2em;
  margin-bottom: 3px;
}
.aviso__texto p {
  font-family: Lato-Light;
}

@media (max-width: 1024px) {
  .aviso__admin {
    width: 100%;
  }
}
/**************************************
     Fin - Admin
**************************************/

/*************************************
    Componente Párrafo Anclas
*************************************/
.listado-parrafos_anclas {
  /** MODIFICADO 18/11/2019 **/
  margin: 20px 0;
  color: #4a4d56;
}
.titulo-listado_parrafos_anclas a {
  text-decoration: none;
  color: #4a4d56;
}
.titulo-listado_parrafos_anclas {
  font-family: lato-Bold;
  font-size: 1.4em;
}
.parrafo__content-group .listado-parrafos_anclas li i.icon-arrow-simple {
  margin: 0;
}
.listado_enlinea .listado-parrafos_anclas_listado li i.icon-arrow-simple {
  display: none;
}

.listado-parrafos_anclas_listado li {
  margin-bottom: -2px;
}
.listado-parrafos_anclas_listado li i {
  font-weight: bold;
}

/*AÑADIDO 13-09-19*/
.listado_enlinea ul {
  margin-top: 5px;
}
.listado_enlinea ul li {
  display: inline;
}
.listado_enlinea ul li i {
  display: none;
}
.listado_enlinea ul li:before {
  content: " \007C ";
}
.listado_enlinea ul li:nth-child(1):before {
  content: "";
}
/*************************************
    Fin Componente Párrafo Anclas
*************************************/

/*************************************
    Componente Páginas Hijas
*************************************/
.listado-paginas_hijas {
  font-size: 1.35em;
  font-family: Lato-Regular;
}
.listado-paginas_hijas li {
  margin-bottom: 10px;
}
.listado-paginas_hijas li i {
  margin-right: 3px;
  font-weight: bold;
  font-size: 0.4em;
}
.listado-paginas_hijas .link {
  /** AÑADIDO 20/11/19 **/
  display: initial;
}
/*************************************
    Fin Componente Párrafo Anclas
*************************************/
/*************************************
    Componente Tabla      /*MODIFICADO 07-11**
*************************************/

/*AÑADIDO 25-11*/
.componente_tabla_completa {
  overflow: hidden;
  width: 100%;
}
.tabla_con_scroll {
  overflow-x: auto;
  width: 100%;
}

/*MODIFICADO 21-10*/
.componente_tabla caption,
.componente-texto caption,
.interven__item caption,
.xhtml-content caption {
  font-family: lato-bold;
  color: #535353;
  font-size: 1.1em;
  padding: 1.5rem 0 0.8rem 0;
  text-align: left;
}
.componente_tabla {
  width: 100%;
  padding: 50px;
}
.componente_tabla tr th,
.componente-texto tr th,
.interven__item tr th,
.xhtml-content tr th {
  font-family: Lato-Light;
  color: white;
  background-color: #535353;
  border: 1px solid white;
  height: 30px;
  vertical-align: middle;
  padding: 3px 5px 3px 5px;
  text-align: left;
}
.componente_tabla tr th:first-child,
.componente-texto tr th:first-child,
.interven__item tr th:first-child,
.xhtml-content tr th:first-child {
  padding: 3px 5px 3px 20px;
}
/*.componente_tabla tr th:last-child,.componente-texto tr th:last-child,  .interven__item tr th:last-child, .xhtml-content tr th:last-child{
padding: 3px 20px 3px 5px;
}*/

.componente_tabla tr td:last-child,
.componente-texto tr td:last-child,
.interven__item tr td:last-child,
.xhtml-content tr td:last-child {
  padding: 3px 20px 3px 20px;
}
.componente_tabla tr td:nth-of-type(1),
.componente-texto tr td:nth-of-type(1),
.interven__item tr td:nth-of-type(1),
.xhtml-content tr td:nth-of-type(1) {
  padding: 7px 20px 8px 20px;
}
.componente_tabla tr td,
.componente-texto tr td,
.interven__item tr td,
.xhtml-content tr td {
  border: solid white 1px;
  padding: 7px 6px 8px 6px;
  vertical-align: middle;
  /*MODIFICADO 07-10*/
}
.componente_tabla tr:nth-child(odd),
.componente-texto tr:nth-child(odd),
.interven__item tr:nth-child(odd),
.xhtml-content tr:nth-child(odd) {
  background-color: #e0e3e4;
}

.componente-texto table td strong a,
.componente-texto table td strong {
  font-family: lato;
  font-weight: 400;
}
.componente_tabla tr td:nth-of-type(1),
.componente-texto tr td:nth-of-type(1),
.interven__item tr td:nth-of-type(1),
.xhtml-content tr td:nth-of-type(1) {
  /*width: 45%;*/
}

.componente_tabla.componente_tabla_excel tr td:nth-of-type(1) {
  /*MODIFICADO 01-10*/
  width: auto;
}

.seccion__content table th .textoDestacado {
  background: inherit;
  margin: 0;
}

table th p,
table th a {
  color: #ffffff !important;
  text-align: center !important;
  display: block !important;
}

.tabla__columna {
  position: relative;
  text-align: left; /*MODIFICADO 10-10*/
}
/*CLASE ELIMINADA 01-10*/
.componente_tabla tr td a {
  position: relative;
  margin-left: 3px;
  bottom: 1px;
}
.tabla__columna ul li {
  margin-top: -2px;
}
.contenido_tabla {
  /*MODIFICADO 25-09*/
  padding: 0 14px;
  position: relative;
}
.table-container-fade-dcha {
  position: absolute;
  right: 0;
  width: 30px;
  height: 100%;
  background-image: -webkit-linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    white 100%,
    white
  );
  background-image: -moz-linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    white 100%,
    white
  );
  background-image: -ms-linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    white 100%,
    white
  );
  background-image: -o-linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    white 100%,
    white
  );
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    white 100%,
    white
  );
  display: none;
  z-index: 2;
}
.table-container-fade-izq {
  position: absolute;
  left: 0;
  width: 30px;
  height: 100%;
  background-image: -webkit-linear-gradient(
    to left,
    rgba(255, 255, 255, 0),
    white 100%,
    white
  );
  background-image: -moz-linear-gradient(
    to left,
    rgba(255, 255, 255, 0),
    white 100%,
    white
  );
  background-image: -ms-linear-gradient(
    to left,
    rgba(255, 255, 255, 0),
    white 100%,
    white
  );
  background-image: -o-linear-gradient(
    to left,
    rgba(255, 255, 255, 0),
    white 100%,
    white
  );
  background-image: linear-gradient(
    to left,
    rgba(255, 255, 255, 0),
    white 100%,
    white
  );
  display: none;
  z-index: 2;
}
.tabla_con_scroll {
  /*MODIFICADO 07-10*/
  overflow-x: auto;
}

@media screen and (max-width: 768px) {
  /*MODIFICADO-ELIMINADA CLASE 06-09-19*/
  .componente_tabla {
    width: 100%;
  }
  .componente_tabla tr td:nth-of-type(1) {
    padding: 7px 5px 8px 10px;
  }
  .componente_tabla tr td:nth-of-type(1) {
    width: auto;
  }
  .tabla__columna__central {
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  /*AÑADIDO 05-09-19*/
  .tabla_con_scroll {
    position: relative;
  }
}
@media (max-width: 868px) {
  /*AÑADIDO 23-09-19*/
  .table-container-fade-dcha {
    display: block;
  }
  .table-container-fade-izq {
    display: none;
  }
}
/*************************************
  Fin Componente Tabla
*************************************/

/*************************************
     Componente Listado descarga
*************************************/

.listado-horizontal li {
  display: block;
}
.listado-horizontal li::before {
  content: "";
}
/*************************************
     Fin - Componente Listado descarga
*************************************/
@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 576px) {
  .vcard__imagen {
    display: none;
  }

  .com-lista-enlaces__imagen {
    display: none;
  }

  .com-lista-enlaces__titulo {
    margin-left: 0;
    line-height: 26px;
  }
}

/***************** COMPONENTE SUBIR *******************************
******************************************************************/
.Componente_subir {
  width: 100%;
  /*MODIFICADO 05-09-19*/
  margin: 5px 0 20px 0;
  display: flex;
  justify-content: flex-end;
  align-content: center;
}
.Componente_subir a {
  font-family: lato-bold; /*MODIFICADO 24-09*/
  color: #ff0000;
}
.Componente_subir i {
  font-size: 10px;
  margin-left: 2px;
}

@media screen and (max-width: 767px) {
  /*AÑADIDO 17-09*/
  .Componente_subir {
    display: none;
  }
}

/*************** FIN COMPONENTE SUBIR ****************************
******************************************************************/

/******************COMPONENTE LISTADO NOTICIAS********************
******************************************************************/
/* .ListadoNoticias__contenedor section:nth-of-type(1){
  padding: 0rem 0 1.5rem 0;
  min-height: 205px;
}  Modificado 16-10-19*/
.ListadoNoticias__contenedor {
  margin-top: 0;
}
.ListadoNoticias__contenedor .ListadoNoticias {
  /*MODIFICADO 15-10*/
  border-bottom: 1px solid #bcc1d3;
  padding: 1.5rem 0 1.5rem 0;
  /* min-height: 228px; */
  /* display: flex;
  display: -webkit-flex; */
  overflow: hidden;
}

h2.ListadoNoticias_titulo {
  /*MODIFICADO 20-11-2019*/
  font-family: titilliumweb-semibold;
  margin-top: 1em; /* MODIFICADO 8/04/2020 */
  width: 100%;
  font-size: 1em;
  line-height: 20px;
}

.ListadoNoticias .agenda__content-group {
  margin: 0;
}

.ListadoNoticias__imagen__contenedor {
  /*MODIFICADO 14-10*/
  max-width: 300px;
  max-height: 200px;
  float: left;
  position: relative;
  margin-right: 25px;
  margin-bottom: 15px;
  overflow: hidden;
  display: table-cell;
}
.ListadoNoticias__imagen {
  /*MODIFICADO 20-01*/
  float: left;
  padding: 0;
  max-width: 22rem;
  min-width: 10rem;
  padding-right: 15px;
}
.ListadoNoticias_fecha {
  font-family: Lato-Regular;
  margin-bottom: 3px;
  margin-top: -4px;
}
.ListadoNoticias__texto {
  /*MODIFICADO 24-09*/
  width: 64%;
  float: right;
}
.ListadoNoticias_espacio {
  width: 100%;
  height: 2px;
}
.ListadoNoticias__texto h2 a {
  font-family: lato-bold; /*MODIFICADO 24-09*/
}
.ListadoNoticias__descripcion {
  /* MODIFICADO 24-09*/
  margin-top: 10px;
}
.ListadoNoticias .list {
  /*MODIFICADO 09/01/2020*/
  padding: 0.5rem 0 0 0.5rem;
  display: table;
}
.ListadoNoticias .list li {
  /*MODIFICADO 09/01/2020*/
  display: table-row;
}
@media screen and (min-width: 1025px) {
  .ListadoNoticias__contenedor .ListadoNoticias:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 576px) {
  .ListadoNoticias {
    display: flex;
    flex-wrap: wrap;
  }

  .ListadoNoticias__imagen__contenedor {
    /** MODIFICADO 02/01/2020 **/
    width: 100%;
    height: auto;
    max-width: none;
    float: none;
    margin-right: 0;
  }
  .ListadoNoticias__imagen {
    /*MODIFICADO 09/01/2020*/
    max-width: none;
    width: 100%;
  }
  .ListadoNoticias__texto {
    width: 100%;
  }
  .ListadoNoticias_fecha {
    margin-top: 5px;
    margin-bottom: 0;
  }

  .ListadoNoticias__descripcion {
    font-family: Lato-Regular;
    font-size: 1rem;
    margin-top: 5px;
  }
  .ListadoNoticias__contenedor section {
    /*MODIFICADO 02-10*/
    border-bottom: none;
    margin-bottom: 1.5rem;
    padding: 0;
  }
  .ListadoNoticias__contenedor section:nth-of-type(1) {
    /*MODIFICADO 02-10*/
    padding: 0;
  }
}

@media screen and (min-width: 577px) and (max-width: 1024px) {
  .ListadoNoticias__contenedor {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ListadoNoticias__imagen__contenedor {
    width: 100%;
    height: 180px;
  }
  .ListadoNoticias__contenedor .ListadoNoticias {
    padding: 0 0;
    margin: 0 0;
    padding-bottom: 0.5rem;
  }
  .seccion__content.ListadoNoticias {
    /*MODIFICADO 02-10*/
    margin-bottom: 1.5rem;
    width: 48%;
    margin-right: 1%;
  }

  .ListadoNoticias__imagen {
    margin: 0;
    width: 100%;
    height: auto;
    padding: 0;
  }
  .ListadoNoticias_fecha {
    margin-top: 5px;
    margin-bottom: 0;
  }
  .ListadoNoticias__texto {
    align-self: flex-start;
    width: 96%;
  }

  .ListadoNoticias__descripcion {
    font-family: Lato-Regular;
    font-size: 1rem;
    margin-top: 5px;
  }
  .ListadoNoticias__contenedor section {
    border-bottom: none;
  }
}

/*****************FIN COMPONENTE LISTADO NOTICIAS********************
******************************************************************/

/***** MODIFICADO 21/01 modificación para imagen-parrafo C-16 ****/

.imagen-parrafo {
  float: left;
  margin-right: 20px;
}

@media screen and (max-width: 375px) {
  .imagen-parrafo {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
/********************** FIN MODIFICACION *************************/

/*****************************************************
********************* MAPAS **************************/
/** Modificado 4/09/2019 **/
/*--------------------------------- Mapa ---------------------------------------*/
.mapas {
  background: url("../assets/img/map/comunidades/mapa-comunidades-mptfp.png")
    no-repeat top left;
  position: relative;
  margin-top: 20px;
  width: 555.5px;
  margin: 2rem 0;
  float: left;
}
.mapasProvincias {
  background: url("../assets/img/map/provincias/mapa-provincias-de-espana-mptfp-reducido.png")
    no-repeat top left;
  position: relative;
  margin-top: 20px;
  width: 552px;
  margin: 2rem 0;
  float: left;
}
.mapas.noBckg,
.mapasProvincias.noBckg {
  background: none;
}
.mapas .transparentMap,
.mapasProvincias .transparentMap {
  position: relative;
  z-index: 50;
  width: 575px;
  height: 480px;
  border: 0;
  padding-bottom: 0 !important;
}

/********************************** Comunidades ***************************************/
.comunidad_img {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  width: auto !important;
  padding-bottom: 0 !important;
}
.mapas img.comunidad_img {
  display: none;
}
.mapas img.comunidad_display {
  display: block;
}
.enmarcadoMapa {
  border: 1px solid #e5e5e5;
  min-height: 15em;
}
.enmarcadoMapaEELL {
  border: 1px solid #e5e5e5;
  min-height: 12em;
}
.enmarcadoMapaSimple {
  border: 1px solid #e5e5e5;
  min-height: 15em;
}
.enmarcadoMapaMultiple {
  border: 1px solid #e5e5e5;
  min-height: 12em;
}
.mapaFichaOrg {
  float: right;
  width: 480px;
  height: 230px;
}

.andalucia {
  display: none;
}
.aragon {
  display: none;
}
.asturias {
  display: none;
}
.baleares {
  display: none;
}
.canarias {
  display: none;
}
.cantabria {
  display: none;
}
.castillaleon {
  display: none;
}
.castillamancha {
  display: none;
}
.cataluna {
  display: none;
}
.valencia {
  display: none;
}
.extremadura {
  display: none;
}
.galicia {
  display: none;
}
.madrid {
  display: none;
}
.murcia {
  display: none;
}
.navarra {
  display: none;
}
.vascongadas {
  display: none;
}
.rioja {
  display: none;
}
.ceuta {
  display: none;
}
.melilla {
  display: none;
}
area:hover {
  cursor: pointer;
}
/********************************** Provincias ***************************************/
.provincia_img {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  width: auto !important;
  padding-bottom: 0 !important;
}
.mapasProvincias img.provincia_img {
  display: none;
}
.mapasProvincias img.provincia_display {
  display: block;
}

.aCoruna {
  display: none;
}
/*--------------------------------- Enlaces_ MAPAS ---------------------------------------*/
.listado_delegaciones ul {
  width: 68%;
}
.lista-dos-columnas {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.lista-cinco-columnas {
  /*MODIFICADO 03-10*/
  columns: 5;
  -webkit-columns: 5;
  -moz-columns: 5;
}
/*------------------------------ Detalle_ Delegaciones ------------------------------------*/
.delegaciones__content ul li {
  margin-bottom: 0.5rem;
  word-break: break-word; /***  Añadido 25-02-2020 ***/
}
.delegaciones__content ul a {
  font-size: 10.5px;
}
.delegaciones__content .xhtml-content li i.icon-arrow-simple {
  margin-top: 0.3rem;
}
.datos_delegacion {
  /*MODIFICADO 13-11*/
  display: none;
  width: 30%;
  float: right;
  border: solid 16px #eaeaea;
  padding: 0.8rem;
  margin: 1.5rem 0;
  word-break: break-word;
}
.datos_delegacion__titulo {
  font-family: "titilliumweb-bold";
}
.datos_delegacion img {
  width: 100%;
  margin: 0.8rem 0;
}
.datos_delegacion .direccion,
.datos_delegacion .telefono,
.datos_delegacion {
  margin-bottom: 0.6rem;
}
.datos_delegacion .direccion,
.datos_delegacion .telefono {
  /*MODIFICADO 31-10*/
  width: 100%;
}
.email {
  /*MODIFICADO 07-10*/
  margin-bottom: 0.8rem;
  width: 100%;
}
.datos_delegacion .direccion span,
.datos_delegacion .telefono span,
.datos_delegacion .email span {
  display: block;
  font-size: 0.8rem;
  overflow-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
}
.mostrarDetalle {
  /*MODIFICADO 07-10*/
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.datos_delegacion i.icon-arrow-simple {
  /*MODIFICADO 10-10*/
  position: absolute;
  top: 21px;
  font-weight: bold;
}
.datos_delegacion a.link.link--underline {
  /*MODIFICADO 10-10*/
  margin-left: 11px;
}
.datos_delegacion a.link.link--underline:nth-of-type(2) {
  /*MODIFICADO 10-10*/
  margin-left: 5px;
  font-size: 0.8rem;
}

@media screen and (max-width: 871px) {
  .InfoDDFF__agenda {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 871px) {
  /*MODIFICADO 07-10*/
  .seccion_mapa {
    display: none;
  }
  .lista-dos-columnas {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
  .lista-cinco-columnas {
    /*MODIFICADO 03-10*/
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
  .listado_delegaciones ul {
    width: auto;
    margin-top: 2rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1165px) {
  /*MODIFICADO 07-10*/
  .datos_delegacion i.icon-arrow-simple {
    /*MODIFICADO 10-10*/
    top: 16px;
  }
  .datos_delegacion {
    padding: 0.5rem;
    margin: 1.5rem 0 0 0;
    width: 25%;
  }
  .email {
    overflow-x: auto;
  }
}
@media screen and (width: 1024px) {
  /*MODIFICADO 07-10*/
  .datos_delegacion {
    padding: 0.5rem;
    margin: 1.5rem -50px 0 0;
    width: 30%;
  }
}
/*****************FIN COMPONENTE MAPAS ********************
******************************************************************/

/***** MODIFICADO 21/01 modificación para imagen-parrafo C-16 ****/

.texto--imagen .imagen-parrafo[src*="ministro\/"],
.texto--imagen .imagen-parrafo[src*="delegado\/"],
.texto--imagen .imagen-parrafo[src*="\/sub_"],
.texto--imagen-der .imagen-parrafo {
  float: right;
  margin: 0 0 20px 20px;
  max-width: 100%;
}

@media (min-width: 480px) and (max-width: 767px) {
  .imagen-parrafo {
    width: 50%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  .imagen-parrafo {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
/********************** FIN MODIFICACION *************************/

/******************************************************************
**************************  CALENDARIO  ***************************
******************************************************************/
.mod_calendar {
  max-width: 320px;
  margin: 0 auto;
} /*MODIFICADO 02-09-19*/
.contentMob .mod_calendar {
  display: none;
}
.contenido_left .mod_calendar {
  display: block;
}
.contenido_left.home .mod_calendar {
  display: block;
}
.mod_calendar .md-title {
  font-family: "titilliumweb-regular";
  padding: 0.4em 3%;
  width: 100%;
  font-size: 0.85em;
  color: #ffffff;
  background: #4c4e57;
  text-align: center;
}
.mod_calendar .showW {
  display: block;
}
.mod_calendar .showTM {
  display: block;
}
.mod_calendar .prev-year {
  display: none;
}
.mod_calendar .next-year {
  display: none;
}
.mod_calendar .today-but {
  display: none;
}
.mod_calendar .date-picker-thead {
  position: relative;
}
.mod_calendar .date-picker-statusbar {
  display: none;
}
.mod_calendar .date-picker {
  border: 0;
  width: 100% !important;
  height: auto !important;
  padding: 0;
}
.mod_calendar .date-picker .date-picker-table {
  width: 100%;
  background: #f9fbfa;
  border-collapse: collapse;
  border: 0;
  background-image: none;
  padding: 0;
}
.mod_calendar .date-picker .date-picker-table tr {
  float: left;
  width: 100%;
}
.mod_calendar .date-picker .date-picker-table .date-picker-thead {
  border-radius: 0;
  background-color: #f9fbfa;
}
.mod_calendar
  .date-picker
  .date-picker-table
  .date-picker-thead
  .date-picker-title {
  padding: 0.3em 0 0.5em 0;
  width: 100%;
  float: left;
  text-align: center;
  color: #ff020b;
  background: #fff;
  background-color: #fff;
  border: 1px solid #a09e9e;
}
.mod_calendar
  .date-picker
  .date-picker-table
  .date-picker-thead
  .date-picker-title
  .month-display,
.mod_calendar
  .date-picker
  .date-picker-table
  .date-picker-thead
  .date-picker-title
  .year-display {
  font-family: lato-bold;
  text-transform: none;
}
.mod_calendar
  .date-picker
  .date-picker-table
  .date-picker-thead
  .date-picker-day-header {
  float: left;
  width: 14.2%;
  padding: 0.9em 0 0 0;
  text-transform: capitalize;
  color: #444444;
  font-size: 10.88px;
  font-weight: bold;
}
.mod_calendar .date-picker .date-picker-table td {
  float: left;
  width: 14%;
  height: auto;
  padding: 3.6%;
  text-align: center;
  margin-top: -1px;
  border-radius: 0;
  color: #5f6367;
  background: #fff;
  background-color: #fff;
  background-image: none;
  font-size: 10.88px;
  font-weight: bold;
  border-radius: 0 !important;
}
.mod_calendar .date-picker .date-picker-table .date-picker-today {
  border: 1px solid #323232 !important;
  border-right: 1px solid #323232 !important;
  border-bottom: 1px solid #323232 !important;
  width: 14%; /*padding-bottom: 3%;*/
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
}
.mod_calendar .date-picker .date-picker-table .date-picker-selected-date {
  font-weight: bold;
  color: #ffffff;
  background: #386aab;
  border-color: #888 !important;
  text-shadow: none;
}
.mod_calendar .date-picker .date-picker-table .date-picker-hover {
  text-shadow: none;
  box-shadow: none;
  background-color: #386aab;
  color: #fff;
  border: 1px solid #4c4e57;
}
.mod_calendar .date-picker .date-picker-table .not-selectable {
  opacity: 1;
  color: #d2d2d2;
}

/******************COMPONENTE LISTADO CONTENIDO********************
******************************************************************/
.listadoContenido__contenedor section:nth-of-type(1) {
  padding: 0rem 0 1.5rem 0;
}
.listadoContenido__contenedor {
  margin-top: 1.5rem;
}
.listadoContenido__contenedor section {
  border-bottom: 1px solid #bcc1d3;
  padding: 1.5rem 0 1.5rem 0;
}
.listadoContenido__contenedor section:last-child {
  border-bottom: none;
}
.listadoContenido {
  display: flex;
  flex-wrap: nowrap;
}
.listadoContenido h2 {
  font-family: titilliumweb-semibold; /*MODIFICADO 24-09*/
  font-size: 1em;
  margin-top: 0.25em; /*MODIFICADO 24-09*/
}

.listadoContenido__imagen__contenedor {
  position: relative;
  height: 180px;
  width: 60%; /*MODIFICADO 24-09*/
  margin-right: 25px;
  overflow: hidden;
}
.listadoContenido__imagen {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
}
.listadoContenido_fecha {
  font-family: Lato-Regular;
  margin-bottom: 3px;
  margin-top: -4px;
}
.listadoContenido__texto {
  /*MODIFICADO 24-09*/
  width: 100%;
}
.listadoContenido_espacio {
  width: 100%;
  height: 2px;
}
.listadoContenido__texto h2 a {
  font-family: lato-bold; /*MODIFICADO 24-09*/
  line-height: 22px;
}
.ListadoNoticias__descripcion {
  /*MODIFICADO 24-09*/
  margin-top: 10px;
}

@media screen and (max-width: 560px) {
  .listadoContenido {
    display: flex;
    flex-wrap: wrap;
  }
  .listadoContenido__contenedor section:nth-of-type(1) {
    padding: 0 0 1rem 0px;
  }
  .listadoContenido__imagen__contenedor {
    position: relative;
    width: 100%;
    height: 225px;
    margin-right: 0;
    overflow: hidden;
  }
  .listadoContenido__imagen {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
  }
  .listadoContenido__texto {
    width: 100%;
  }
  .listadoContenido_fecha {
    margin-top: 5px;
    margin-bottom: 0;
  }

  .listadoContenido__descripcion {
    font-family: Lato-Regular;
    font-size: 1rem;
    margin-top: 5px;
  }
  .listadoContenido__contenedor section {
    border-bottom: none;
    padding: 1rem 0;
  }
}

@media screen and (min-width: 561px) and (max-width: 1024px) {
  .listadoContenido__contenedor {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -5px;
  }
  .listadoContenido__contenedor section:nth-of-type(1) {
    padding: 0 5px;
  }
  .listadoContenido__contenedor section {
    padding: 0 5px;
    margin: 0 0 25px 0; /*MODIFICADO 02-10*/
  }
  .listadoContenido {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    padding: 0.8rem 0.5rem;
    align-content: flex-start;
    margin-bottom: 5px;
  }
  .listadoContenido__imagen__contenedor {
    min-width: 100%;
    height: 190px;
    overflow: hidden;
  }
  .listadoContenido__imagen {
    margin: 0;
    width: 100%;
    height: auto;
  }
  .listadoContenido_fecha {
    margin-top: 5px;
    margin-bottom: 0;
  }
  .listadoContenido__texto {
    align-self: flex-start;
    width: 96%;
  }

  .listadoContenido__descripcion {
    font-family: Lato-Regular;
    font-size: 1rem;
    margin-top: 5px;
  }
  .listadoContenido__contenedor section {
    border-bottom: none;
  }
}
/*****************FIN COMPONENTE LISTADO CONTENIDO ********************
******************************************************************/

/***************** COMPONENTE LISTADO VIDEO ********************
******************************************************************/

.ListadoVideo {
  display: flex;
  flex-wrap: nowrap;
}
.ListadoVideo h2 {
  font-family: Lato-Regular;
  font-size: 1em;
  line-height: 20px;
}
.ListadoVideo__imagen__contenedor {
  position: relative;
  height: 135px;
  width: 37%;
  margin-right: 25px;
  overflow: hidden;
}

@media screen and (max-width: 560px) {
  .ListadoVideo {
    display: flex;
    flex-wrap: wrap;
  }
  .ListadoVideo__imagen__contenedor {
    height: 175px;
    width: 100%;
    margin: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 561px) and (max-width: 1024px) {
  .ListadoVideo__imagen__contenedor {
    height: 130px;
    width: 100%;
    overflow: hidden;
  }
}

/*********** Añadido 30/09/2019 **********************/
/*----------------------------------------------------
          margen componentes
-----------------------------------------------------*/

/*[class^="com-"], [class*=" com-"], [class^="componente-"], [class*=" componente-"] {
margin-bottom: 20px;
}*/

/*****************************************************/

/*****************FIN COMPONENTE LISTADO VIDEO********************
******************************************************************/

/***************** Añadido 30/09/2019 *************************/
/*--------------------------------------------------------------
          Estilos CKeditor componente texto
---------------------------------------------------------------*/
.componente-texto,
.texto,
.noticia-container {
  margin-bottom: 20px;
}

.componente-texto a,
.noticia-container a,
.interven__item a,
.xhtml-content a {
  text-decoration: underline;
  color: #4c4e57;
}

.componente-texto a:hover,
.noticia-container a:hover,
.interven__item a:hover,
.xhtml-content a:hover {
  text-decoration: none;
}

.componente-texto strong a,
.noticia-container strong a {
  font-family: lato-bold;
}

.componente-texto blockquote a,
.noticia-container blockquote a {
  font-family: lato-italic;
}

.componente-texto blockquote strong a,
.noticia-container blockquote strong a {
  font-family: lato-bold-italic;
}

.texto--imagen {
  display: contents;
}

/*----------- MODIFICADO 17/10/2019 -------------
Se han añadido los estilos para listas ordenadas */
.componente-texto ul > li:before,
.noticia-container ul > li:before,
.interven-titulo ul > li:before,
.xhtml-content ul > li:before {
  font-family: "sgad-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  margin-right: 6px;
  padding: 0;
  content: "\e90a";
  color: #ff020b;
}

.componente-texto ol > li:before,
.noticia-container ol > li:before,
.interven-titulo ol > li:before,
.xhtml-content ol > li:before {
  font-family: "sgad-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  margin-right: 6px;
  padding: 0;
}

.componente-texto ul > li:before,
.noticia-container ul > li:before,
.interven-titulo ul > li:before,
.listado_delegaciones ul > li:before,
.componente-texto ol > li:before,
.noticia-container ol > li:before,
.interven-titulo ol > li:before,
.listado_delegaciones ol > li:before {
  font-size: 8px;
  margin-right: 6px;
  padding: 0;
}

.componente-texto ul > li:before,
.noticia-container ul > li:before,
.interven-titulo ul > li:before,
.proyectos_textoBoton ul > li:before {
  content: "\e90a";
  color: #ff020b;
  /* MODIFICADO 12/02/2020 */
  font-family: "sgad-icons" !important;
  font-size: 8px;
  /*margin-right: 4px;*/
}

/* AÑADIDO 31/10/2019 */

.highlightBox .highlightBox-title {
  font-size: 22px;
  line-height: 30px;
  text-transform: capitalize;
}

.highlightBox h2.title {
  font-size: 20px;
}

/* AÑADIDO 17/10/2019 */
/* MODIFICADO 31/10/2019 */
.componente-texto ul > li,
.noticia-container ul > li,
.xhtml-content ul > li,
.interven__item ul > li,
.InfoDDFF__agenda ul > li {
  text-indent: -14px;
  padding-left: 14px;
  display: inline-block; /* ie */
  /* AÑADIDO 11/02/2020 
** arregla el posicionamiento de las listas en textos con imágenes flotadas */
  display: flow-root;
  width: 100%;
  /**/
}
/*AÑADIDO 22/10 */
.mapa-web__item,
.com-listado__vertical .com-listado__item,
.listado-parrafos_anclas_listado li,
.listado-paginas_hijas li {
  padding-left: 17px;
  text-indent: -17px;
}

.menu-left__link--2,
.menu-left__link--3 {
  /*text-indent: -14px;*/
}
.menu-left .menu-left__link--2 {
  padding-left: 28px;
}

.menu-left .menu-left__link--3 {
  padding-left: 42px;
}

.menu-left .menu-left__link--4 {
  padding-left: 56px;
}

.menu-left__link,
.menu-top__link {
  word-wrap: break-word;
}

/*--------------------------------------------------------------
          Fin CKeditor componente texto
---------------------------------------------------------------*/

/*--------------------------------------------------------------
          Componente Directorio
---------------------------------------------------------------*/
/*********** AÑADIDIO 24/10 **************/

.com-directorio {
  display: block;
}
.com-directorio .title {
  font-size: 20px;
}
.con-directorio__datos {
  background-color: #f7f7f7;
  color: #4c4e57;
  padding: 1rem; /*1rem;*( /* MODIFICADO 08-04-2020 */
  line-height: 24px;
  margin-bottom: 1rem;
}
.con-directorio--lista p:first-child,
.con-directorio--oficina p:first-child {
  font-family: lato-bold;
  margin-top: 5px;
}
.con-directorio--lista p {
  /*********** AÑADIDIO 24/01/2020 **************/
  font-family: lato-regular;
  margin-top: 5px;
}
.con-directorio--titular,
.con-directorio--oficina h3 {
  font-family: titilliumweb-bold;
  font-size: 18px;
}
.con-directorio__datos a {
  color: #777777;
  text-decoration: underline;
  /*font-size: 20px;*/
  margin-right: 4px;
}
.con-directorio__datos .con-directorio--oficina a:first-child {
  /****** AÑADIDIO 26/02/2020 *******/
  float: none;
}
.con-directorio__datos a:first-child {
  /******* AÑADIDIO 26/02/2020 **********/
  /*float:left;*/
}
.con-directorio__datos .InfoDDGG__RRSS a {
  text-decoration: none;
}
.con-directorio--direccion .icon-pin::before {
  color: #ff020b;
}
.con-directorio--lista ul,
.con-directorio--lista p {
  margin-left: 0.5rem;
}

.con-directorio--lista p:first-child {
  margin-left: 0;
}

.con-directorio--lista span {
  font-style: italic;
}
.con-directorio--direccion a {
  /** AÑADIDO 24/01/2019 **/
  font-size: 1rem;
}

/***********************************************
          CAMBIOS VERSIÓN AZUL
************************************************/
.header {
  background: #154481;
  border-top: 2px solid #ffd200;
  margin-bottom: 0;
}
.menu-top__link.menu-top__link--1,
.menu-left__icon {
  color: #154481;
}

.rrss__header .rrss__link {
  color: #fff;
}

.icon-lupa::before {
  color: #fff;
}
.navigation__link {
  color: #fff;
}

.icon-arrow-simple:before {
  color: #444;
}

.icon-arrow-simple:before,
.componente-texto ul > li:before,
.noticia-container ul > li:before,
.interven-titulo ul > li:before,
.proyectos_textoBoton ul > li:before {
  color: #154481;
}

.menu-top > .dropdown__item > div {
  padding: 0;
}

.menu-left__link--1:hover,
.active > .menu-left__link--1 {
  border-left: solid 4px #154481;
}

.navigation__list {
  margin-top: 10px;
}

.menu-top {
  background: transparent;
}

.icon-menu {
  background: transparent;
  margin-right: 5px;
}

.menu-top__button > span {
  vertical-align: middle;
}

.menu-top__link.menu-top__link--3,
.menu-top__link.menu-top__link--lang-2 {
  background: #cfdff5;
}

.menu-tio__link--4 {
  background: #b9c4d2;
}

.lang > a:after {
  color: #154481;
  border-color: #154481 transparent;
}
footer {
  background: #383c42;
}

.lineaInferiorHoverMenu {
  border-bottom: 3px solid #ffd200;
  z-index: 1;
}

.navigation__item {
  background-color: transparent;
  z-index: 2;
}

.lang {
  border: solid thin #fff;
}

.navigation__item > .navigation__sub-nav {
  border: solid thin #d6d6d6;
  border-bottom: solid 6px #d9dbde; /* MODIFICADO 31/03/2020 */
}

.navigation__sub-nav-item {
  border-bottom: solid 1px #d6d6d6;
  margin-bottom: 0;
}

.navigation__sub-nav {
  background: #fdfdfd;
}
.navigation__sub-nav-link {
  line-height: 34px;
}

.navigation__sub-nav-link:hover,
.navigation__sub-nav-link:focus,
.navigation__sub-nav-link.focus {
  color: white;
  text-decoration: none;
  background-color: #154481;
}

.navigation__sub-nav-item:last-child {
  border-bottom: none;
}

.-bar {
  border-top: solid 16px #d9dbde;
}

.header {
  padding-top: 12px;
}

#calendarEvents-date-picker-hover {
  background-color: #154481;
}

.date-picker .month-display,
.date-picker .year-display {
  color: #154481;
}

.agenda__titulo {
  background: #154481;
}

.text--primary {
  color: #154481;
}

.header__item--first {
  float: left;
}

.header__item h1 {
  line-height: 0;
}

.banner {
  margin: 12px;
}

.banner-campinst1--img{
    width:100%;
    object-fit: cover;
    margin-bottom: 30px;
}

.banner-campinst2--img{
    width:100%;
    object-fit: cover;
    margin-bottom: 30px;
    margin-top: 30px;
}

/* habría que cambiar esta clase en html por .-color-blue por ejemplo */
.-color-red {
  color: #154481 !important;
}

.buscador__input-group:before {
  border-top: solid 3px #154481;
}

.buscador .icon-lupa:before {
  color: #4a4d57;
}

.menu-left__link:hover {
  background: #e8e8e8;
}

.Componente_subir a,
.componente-texto .Componente_subir a {
  color: #154481;
  /*AÑADIDO 11/02/2020 */
  /* modificacion estilos texto subir */
  text-decoration: none;
}

/******* arregla los enlaces que no están alineados con el resto del texto ******/
.textoDestacado a[target="_blank"],
.interven__item a[target="_blank"],
.xhtml-content a[target="_blank"],
.componente-texto a[target="_blank"] {
  vertical-align: initial;
}

a.lang {
  border: none;
}
/*.sitemap__item--first .sitemap__link {
color: #ffd300;
}

.sitemap__item::before {
padding-right: 4px;
color: #ffd300;
content: "\u25E6";
content: "\25e6";
font-size: 20px;
vertical-align: middle;
line-height: 0;
}

*/
.sitemap__item {
  /*text-indent: -12px;*/
  padding: 6px 3px;
  line-height: 1em;
}

.sitemap__item--first::before {
  content: none;
}
footer {
  background: #232d3a;
}
/* Estilos de la barra de información traductor */
#epd div {
  margin: 0 !important;
  font-family: "lato-regular" !important;
}
#cdlp > div {
  display: flex;
  max-width: 76.125rem;
  margin: 0 auto !important;
  line-height: 20px;
}

#cdlp a {
  color: inherit !important;
  text-decoration: underline;
}

#cdlp input[type="submit"] {
  background-color: #ffffff;
  border: 1px solid #949494;
  display: inline-block;
  cursor: pointer;
  color: #000000;
  font-size: 15px;
  padding: 10px 31px;
  text-decoration: none;
  margin-left: 20px;
}
/* Fin barra traductor */

@media only screen and (max-width: 1024px) {
  .header {
    padding-bottom: 10px;
  }

  .sharelink {
    border-left-width: 12px;
    border-right-width: 12px;
  }
}
@media screen and (max-width: 560px) {
  .menu-top {
    color: #fff;
  }
  .icon-menu {
    margin: 0;
  }
  .banner {
    margin: 12px 0;
  }
}

/******** FIN CAMBIOS VERSIÓN AZUL *********/

/******* ÚLTIMAS MODIFICACIONES ****/
h1.title,
h2.title,
h3.title,
h2.menu-left__header {
  margin-bottom: 20px;
}

.infoDDGG-apartado {
  display: flex;
  padding: 20px 0;
}

.infoDDGG-apartado h2,
.infoDDGG-apartado_destacado h2 {
  font-size: 22px;
  margin-left: 14px;
  text-indent: -18px;
}

.infoDDGG-apartado__contenido p,
.infoDDGG-apartado__contenido ul,
.infoDDGG-apartado__contenido ol,
.infoDDGG-apartado__imagen {
  /*margin-bottom: 20px;*/
}

.infoDDGG-apartado ul li,
.infoDDGG-apartado_destacado ul li {
  display: contents;
}

.parrafo__content-group {
  margin-bottom: 0;
}

.parrafo__content-group a {
  text-decoration: underline;
}

.parrafo__content-group a:hover {
  text-decoration: none;
}

.imagen-parrafo {
  /* MODIFICADO 31/03/2020 */
  max-width: 100%;
  /*padding-top: 6px;*/
  margin-bottom: 0px;
}

.listado-paginas_hijas {
  font-size: 1em;
  font-family: Lato-Regular;
  margin-bottom: 20px;
}

.listado-paginas_hijas li {
  margin: 0;
}

.Componente_subir a,
.componente-texto .Componente_subir a {
  text-decoration: none;
}

.componente-texto .textoDestacado {
  /*display:flex;*/
  display: inherit;
}

.proyectosDesplegable_contenedor {
  margin: 0px 0px 20px 0px;
  user-select: none;
}

.proyectos_textoBoton open {
  padding: 0;
  margin-top: -10px;
  padding-bottom: 0;
}
.plantillaProyectos_desplegable {
  margin: 0;
}

.plantillaProyectos_desplegable:before {
  color: #154481;
}

.proyectos_textoBoton {
  padding: 0;
}

.ListadoNoticias__contenedor .ListadoNoticias:first-child {
  padding-top: 0;
}

.ListadoNoticias__contenedor .ListadoNoticias:last-child {
  border-bottom: 0;
}

.infoDDGG-apartado ul li,
.infoDDGG-apartado_destacado ul li {
  /* MODIFICADO 24/02/2020 */
  display: block;
}

.banners {
  justify-content: space-between;
}

.com-listado--destacado .com-listado__vertical .icono__enlace {
  position: static;
  position: initial;
}

/* AÑADIDO 17/03/2020 */
.table-1 th:first-child,
.table-1 td:first-child {
  padding-left: 0;
}

.table-1 th,
.table-1 td {
  padding: 20px 0px 0px 40px;
  text-align: left;
}

.seccion__content ul li p {
  display: inline; /* ie */
  display: inline;
}

.infoDDGG-apartado .listado-horizontal li {
  display: inline;
  display: ruby-base;
  display: contents;
}

/* vídeos */

.article-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.article-list .article-item {
  flex: 0 45%;
  margin-bottom: 20px;
}
.article-list .article-item video {
  width: 100%;
  background: black;
  min-height: 160px;
}
.article-list .article-item h2.title {
  font-size: 16px;
  font-family: "lato-bold";
  margin: 0;
}

.article-list header {
  padding: 5px 0;
}
.mainMenuTitle {
  line-height: normal;
  padding: 5px 0;
}

.infoDDGG-apartado__contenido .mainMenuTitle {
  display: none;
}

/* -- videos -- */

/*---------------------------------------
        DEGRADADO TABLAS
--------------------------------------- */

.table-container {
  position: relative;
}

.table-scroll {
  overflow-x: hidden;
}

@media screen and (max-width: 1023px) {
  .table-scroll {
    overflow-x: auto;
  }
}

.deg-izq,
.deg-dch {
  position: absolute;
  display: none;
  width: 40px;
  height: 100%;
  z-index: 999;
}

.deg-izq {
  top: 0;
  left: 0;
  background-image: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
  background-image: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
  background-image: -webkit-gradient(
    linear,
    0 0,
    100% 0,
    from(rgba(255, 255, 255, 1)),
    to(rgba(255, 255, 255, 0))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
  background-image: linear-gradient(
    left,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 1)', endColorstr='rgba(255, 255, 255, 0)', GradientType=1);
}

.deg-dch {
  top: 0;
  right: 0;
  background-image: -moz-linear-gradient(
    right,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
  background-image: -ms-linear-gradient(
    right,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
  background-image: -webkit-gradient(
    right,
    0 0,
    100% 0,
    from(rgba(255, 255, 255, 1)),
    to(rgba(255, 255, 255, 0))
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
  background-image: -o-linear-gradient(
    right,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
  background-image: linear-gradient(
    right,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 0)', endColorstr='rgba(255, 255, 255, 1)', GradientType=1);
}

/* ------------- FIN DEGRADADO TABLAS --------------- */

/****************************/
@media only screen and (max-width: 560px) {
  .imagen-parrafo {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .article-list .article-item {
    flex: 100%;
  }
}

/* AÑADIDO 20/11/2020 */
/*---------------------------------------
        MARQUESINA
--------------------------------------- */
.close {
  right: 0;
}

.marquee .wrapper {
  position: relative;
  margin: 0 auto;
}

.play {
  left: 0;
}

.play,
.close,
.paused {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 50px;
  height: 34px;
  display: inline-block;
  background: #ffd300;
  font-size: 20px;
  line-height: 32px;
  color: #000;
  cursor: pointer;
  user-select: none;
  text-align: center;
}

.play,
.close {
  font-family: "sgad-icons";
}

.play:before {
  content: "\e913";
}

.play.paused:before {
  content: "\e911";
}

.close:before {
  content: "\e915";
}

.play:hover,
.close:hover {
  color: #b70306;
}

.marquee {
  background: #ffd300;
}

.marquee-container {
  height: 32px;
  max-width: 1192px;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  color: #000;
  margin: 0 auto;
}

.marquee .icon-info {
  margin-right: 3px;
}

.marquee-content {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  line-height: 32px;
  text-align: right;
  right: 0;
  animation: scroll-left 20s linear infinite;
}

.marquee-content p {
  height: 32px;
  display: inline;
}

.marquee-content:hover {
  animation-play-state: paused;
}

.marquee-content a {
  color: #000;
  text-decoration: underline;
}

.marquee-content a:hover {
  color: #b70306;
}

.marquee-content i {
  color: #222;
}

.marquee-paused {
  animation-play-state: paused;
}

.marquee-content {
  margin: 0;
  text-decoration: inherit;
  white-space: nowrap;
}

.marquee-content li {
  display: inline-block;
  text-decoration: inherit;
  padding-right: 50px;
}

.marquee-content li:last-child {
  padding-right: 0;
}

.marquee-content li > i {
  margin-right: 8px;
}

@keyframes scroll-left {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes scroll-left-ie {
  0% {
    transform: translateX(380px);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media all and (-ms-high-contrast: none), all and (-ms-high-contrast: active) {
  .marquee-content {
    animation: scroll-left-ie linear infinite;
  }
}

@media all and (min-width: 1240px) {
  @keyframes scroll-left {
    0% {
      transform: translateX(1100px);
    }
    100% {
      transform: translateX(-100%);
    }
  }
}

.marquee-content {
  display: inline-block;
}
/* ------------- FIN MARQUESINA --------------- */
