/* CLASES asociadas NUEVOS FORMATOS PARA TINY (tinyMCE.init.style_formats, los añadidos al selector de formato en el editor) */

/* CSS relacionados: 
    > https://web[-desa].ua.es/es/comun2/plantilla7/vuala2-formatos-tiny.css (CLASES asociadas NUEVOS FORMATOS PARA TINY (tinyMCE.init.style_formats, los añadidos al selector de formato en el editor))
    > https://web[-desa].ua.es/es/comun2/plantilla7/vuala2-config-contenedores.css  (CLASES asociadas CONFIGURACIONES (públicas, no personalizadas) DE CONTENEDORES (panel izquierdo del editor Vualà2))

    > css\plantillas-ua\plantillas-ua.css (SOLO los estilos COMUNES para KEditor y la visualización WEB)
    > editor/keditor/css/keditor-overrides.css (SOLO los que modifican los originales de KEditor)
    > css\editor\editor.css (SOLO los que se aplican en la visualización de contenedores y componentes durante la edición)
    > css\editor\keditor-iei.css (los ESPECÍFICOS de las plantillas del IEI)
========================================================================== */

/* AJUSTES para el posicionamiento de los IFRAME de INSTAGRAM (en noticias VEU, por ejemplo) */
section[data-type="component-tiny-text-ua"] iframe.instagram-media, 
section[data-type="component-tiny-text-ua"] [data-instgrm-preserve-position=relative] {
  position: relative !important;
}

/* AJUSTES DE COMPONENTE IMAGEN: ¿pasar a un CSS específico? */
section[data-type="component-photo-ua"] div.photo-panel {
  overflow: hidden;
}
section[data-type="component-photo-ua"] img.img-object-fit-scale-down {
  object-fit: scale-down;
}
section[data-type="component-photo-ua"] img.img-object-fit-contain {
  object-fit: contain;
}
section[data-type="component-photo-ua"] img.img-object-fit-cover {
  object-fit: cover;
}
section[data-type="component-photo-ua"] img.img-object-fit-none {
  object-fit: none;
}


/*******************/
/* AJUSTES TINYMCE */
/* evitar que el desplegable de formatos se expanda bajo la cabecera */
/* .tox-menu.tox-collection.tox-collection--list.tox-selected-menu {
  max-height: 280px !important;
} */

/* Correcciones ACCESIBILIDAD y mejoras estilos BOOTSTRAP 4.5.3 */

/* badge */
 .badge, .badge a {
    text-decoration: none !important;
  }
  
  /* .badge-primary:not(:hover),
  .badge[data-badge-color="primary"]:not(:hover) { */
  .badge-primary,
  .badge[data-badge-color="primary"] {
      background-color: #0d6efd !important;
  }
      a.badge[data-badge-color="primary"]:hover, a.badge[data-badge-color="primary"]:focus {
      /* color: #fff; */
      background-color: #0062cc !important;
      }
      a.badge[data-badge-color="primary"]:focus, a.badge[data-badge-color="primary"].focus {
          outline: 0;
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
      }

  .badge[data-badge-color="secondary"] {
      /* color: #fff; */
      background-color: #6c757d !important;
  }
      a.badge[data-badge-color="secondary"]:hover, a.badge[data-badge-color="secondary"]:focus {
      /* color: #fff; */
      background-color: #545b62 !important;
      }
      
      a.badge[data-badge-color="secondary"]:focus, a.badge[data-badge-color="secondary"].focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
      }


  /* .badge-success:not(:hover),
  .badge[data-badge-color="success"]:not(:hover) { */
  .badge-success,
  .badge[data-badge-color="success"] {
      background-color: #198754 !important;
  }
    a.badge[data-badge-color="success"]:hover, a.badge[data-badge-color="success"]:focus {
      color: #fff;
      background-color: #1e7e34 !important;
    }
    a.badge[data-badge-color="success"]:focus, a.badge[data-badge-color="success"].focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    }


  /* .badge-info:not(:hover),
  .badge[data-badge-color="info"]:not(:hover) { */
  .badge-info,
  .badge[data-badge-color="info"] {
      background-color: #0dcaf0 !important;
  }
      a.badge[data-badge-color="info"]:hover, a.badge[data-badge-color="info"]:focus {
      /* color: #fff; */
      background-color: #117a8b !important;
    }
    a.badge[data-badge-color="info"]:focus, a.badge[data-badge-color="info"].focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    }
  .badge-info, .badge-info a, .badge-warning, .badge-warning a,
  .badge[data-badge-color="info"], .badge[data-badge-color="info"] a, .badge[data-badge-color="warning"], .badge[data-badge-color="warning"] a {
      color: #212529 !important;
  }

  .badge[data-badge-color="warning"] {
      /* color: #212529; */
      background-color: #ffc107;
    }
    
    a.badge[data-badge-color="warning"]:hover, a.badge[data-badge-color="warning"]:focus {
      /* color: #212529; */
      background-color: #d39e00;
    }
    
    a.badge[data-badge-color="warning"]:focus, a.badge[data-badge-color="warning"].focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    }

  .badge[data-badge-color="danger"] {
      color: #fff;
      background-color: #dc3545;
  }
    a.badge[data-badge-color="danger"]:hover, a.badge[data-badge-color="danger"]:focus {
      color: #fff;
      background-color: #bd2130;
    }
    a.badge[data-badge-color="danger"]:focus, a.badge[data-badge-color="danger"].focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    }
    
  .badge[data-badge-color="light"] {
      color: #212529;
      background-color: #f8f9fa;
  }
    a.badge[data-badge-color="light"]:hover, a.badge[data-badge-color="light"]:focus {
      color: #212529;
      background-color: #dae0e5;
    }
    a.badge[data-badge-color="light"]:focus, a.badge[data-badge-color="light"].focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    }
    
  .badge[data-badge-color="dark"] {
      color: #fff;
      background-color: #343a40;
  }
    a.badge[data-badge-color="dark"]:hover, a.badge[data-badge-color="dark"]:focus {
      color: #fff;
      background-color: #1d2124;
    }
    a.badge[data-badge-color="dark"]:focus, a.badge[data-badge-color="dark"].focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    }

  .badge-primary, .badge-success, .badge-secondary, .badge-danger, .badge-dark,
  .badge-primary a, .badge-success a, .badge-secondary a, .badge-danger a, .badge-dark a,
  .badge[data-badge-color="primary"], .badge[data-badge-color="success"], .badge[data-badge-color="secondary"], .badge[data-badge-color="danger"], .badge[data-badge-color="dark"],
  .badge[data-badge-color="primary"] a, .badge[data-badge-color="success"] a, .badge[data-badge-color="secondary"] a, .badge[data-badge-color="danger"] a, .badge[data-badge-color="dark"] a{
      color: white !important;
  }

  
/* botones */ 
  section[data-type="component-tiny-text-ua"] .btn strong,
  section[data-type="component-tiny-text-ua"] strong .btn {
    font-weight: bold !important;
  }

section[data-type="component-tiny-text-ua"] .btn.btn-rounded {
      border-radius: 25px;
      padding-left: 18px;
      padding-right: 18px;
  }
  section[data-type="component-tiny-text-ua"] .btn.btn-shadow {
    /* box-shadow:  3px 3px 5px 3px rgba(0,0,0,.075) !important; */
    box-shadow: 0 6px 10px 0 rgba(0,0,0,.14), 0 1px 18px 0 rgba(0,0,0,.12), 0 3px 5px -1px rgba(0,0,0,.20) !important;
  }
  section[data-type="component-tiny-text-ua"] .btn.btn-shadow:hover {
    box-shadow: 0 6px 10px 0 rgba(0,0,0,.18), 0 1px 18px 0 rgba(0,0,0,.16), 0 3px 5px -1px rgba(0,0,0,.24) !important;
  }

  section[data-type="component-tiny-text-ua"] .btn-primary,
  section[data-type="component-tiny-text-ua"] .btn[data-btn-color=primary] {
      /*background-color: #0d6efd;
      border-color: #0d6efd;*/
      background-color: #005682; /* color-blue */
      border-color: #005682;
  }
  section[data-type="component-tiny-text-ua"] .btn-primary:hover,
  section[data-type="component-tiny-text-ua"] .btn[data-btn-color=primary]:hover {
      /*background-color: #0b5ed7; 
      border-color: #0a58ca;*/
  background-color: #003366; /* color-blue-hover */
  }
  section[data-type="component-tiny-text-ua"] .btn[data-btn-color="dark-blue"] {
      background-color: #003366; /* color-dark-blue */
      border-color: #003366;
  }
  section[data-type="component-tiny-text-ua"] .btn[data-btn-color="dark-blue"]:hover {
      background-color: #001a33; /* color-dark-blue-hover */
  }

  section[data-type="component-tiny-text-ua"] .btn[data-btn-color="orange"] {
      background-color: #bd5b00; /* color-orange */
      border-color: #bd5b00;
      color: #ffffff !important;
  }
  section[data-type="component-tiny-text-ua"] .btn[data-btn-color="orange"]:hover {
      /*background-color: #7c4403;*/ /* color-orange-hover */
      background-color: #ce6f05; /* color-light-orange-2-hover */
  }
  section[data-type="component-tiny-text-ua"] .btn[data-btn-color="orange2"] {
      background-color: #d63600; /* color-orange2a */
      border-color: #d63600;
      color: #ffffff !important;
  }
  section[data-type="component-tiny-text-ua"] .btn[data-btn-color="orange2"]:hover {
      background-color: #b32d00; /* color-orange2-hover */
  }
  section[data-type="component-tiny-text-ua"] .btn[data-btn-color="light-orange"] {
      background-color: #ed7100; /* color-light-orange */
      border-color: #ed7100;
      color: #000 !important;
  }
  section[data-type="component-tiny-text-ua"] .btn[data-btn-color="light-orange"]:hover {
    background-color: #ce6f05; /* color-light-orange-2-hover */
  }


  section[data-type="component-tiny-text-ua"] .btn-danger,
  section[data-type="component-tiny-text-ua"] .btn[data-btn-color="danger"] {
      background-color: #bf4544; /* color-red */
  }
  section[data-type="component-tiny-text-ua"] .btn-danger:hover,
  section[data-type="component-tiny-text-ua"] .btn[data-btn-color="danger"]:hover {
      background-color: #c82333; /* bootstrap */
  }

  section[data-type="component-tiny-text-ua"] .btn-black,
  section[data-type="component-tiny-text-ua"] .btn[data-btn-color="black"] {
      background-color: #201f1f; /* color-dark-hover */
  }
  section[data-type="component-tiny-text-ua"] .btn-black:hover,
  section[data-type="component-tiny-text-ua"] .btn[data-btn-color="black"]:hover {
      background-color: #343a40; /* color-dark-gray-hover */
  }

  section[data-type="component-tiny-text-ua"] .btn-success,
  section[data-type="component-tiny-text-ua"] .btn[data-btn-color="success"] {
      background-color: #198754;
      border-color: #198754;
  }
  section[data-type="component-tiny-text-ua"] .btn-success:hover,
  section[data-type="component-tiny-text-ua"] .btn[data-btn-color="success"]:hover {
      background-color: #157347;
      border-color: #146c43;
  }
  section[data-type="component-tiny-text-ua"] .btn-warning,
  section[data-type="component-tiny-text-ua"] .btn[data-btn-color="warning"] {
      color: #000;
      /*background-color: #ffc107;
      border-color: #ffc107;*/
      background-color: #ffd23a; /* color-yellow2 */
      border-color: #ffd23a; /* color-yellow2 */
  }
  section[data-type="component-tiny-text-ua"] .btn-warning:hover,
  section[data-type="component-tiny-text-ua"] .btn[data-btn-color="warning"]:hover {
      color: #000;
      background-color: #ffca2c;
      border-color: #ffc720;
  }
  section[data-type="component-tiny-text-ua"] .btn-info,
  section[data-type="component-tiny-text-ua"] .btn[data-btn-color="info"] {
      color: #000;
      background-color: #0dcaf0;
      border-color: #0dcaf0;
  }
  section[data-type="component-tiny-text-ua"] .btn-info:hover,
  section[data-type="component-tiny-text-ua"] .btn[data-btn-color="info"]:hover {
      color: #000;
      background-color: #31d2f2;
      border-color: #25cff2;
  }
  .btn-link {
      font-weight: 400;
      color: #0d6efd;
      text-decoration: underline;
  }
  .btn-link:hover {
      color: #0a58ca;
  }
  
/* Correcciones ACCESIBILIDAD BOOTSTRAP 4.5.3 y 5.0 */
/* .btn-outline-warning/info/light: por ahora no utilizados */

.btn-outline-primary {
      color: #0d6efd;
      border-color: #0d6efd;
  }
  .btn-outline-primary:hover {
      color: #fff;
      background-color: #0d6efd;
      border-color: #0d6efd;
  }
  .btn-outline-success {
      color: #198754;
      border-color: #198754;
  }
  .btn-outline-success:hover {
      color: #fff;
      background-color: #198754;
      border-color: #198754;
  }



.btn:focus {
 box-shadow:0 0 0 .2rem rgba(123,123,123,.25); /* gris en vez de azul, para que quede bien con cualquier color (en desplegables...) */
}

/* del LAYOUT.css de la plantilla 7 */
/* Bootstrap overrides */

main a, section[data-type="component-tiny-text-ua"] a {
  /* color: #069; */
  color: #005C8A; /* reajustado para contraste .bg-gray */
}
/* section[data-type="component-tiny-text-ua"] p:not(.lead) a { */
section[data-type="component-tiny-text-ua"] :not(.lead) a {
  text-decoration: underline; /* 20230127 como en U.accesibilidad. No aplica a listas, noticias, hX... Y tampoco a p.lead (utilizado en plantillas carrusel de fichas, cajas-botones)*/
}

main a, section[data-type="component-tiny-text-ua"] a:visited {
  color: #736; /* --color-a-default-visited */ 
}
main a:hover, section[data-type="component-tiny-text-ua"] a:hover {
  color: #f63;
}
main a.badge:hover, section[data-type="component-tiny-text-ua"] a.badge:hover {
  font-weight: 700;
}

h1.titulo_oculto,
hr.titulo_oculto {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

/* section[data-type="component-tiny-text-ua"]>p:last-child {
  margin-bottom: 0;
}
 */
.ua2L {
  font-family: "Lato", sans-serif;
}
/* .ua2L .textoSubtituloPagina {
  display: block;
  color: #4285ff;
  font-size: 16px;
  line-height: 31px;
  padding-top: 24px;
}
 */
.ua2L .textoTituloPagina {
  display: block;
  color: #483a2b;
  /* font-size: 26px; */
  /*font-size: 1.625rem;*/ /*normal, inicial */
  font-size: 2em; /* nuevo, =.h1-font-size-mediano, como h2*/
  line-height: 38px;
  text-transform: uppercase;
  margin-bottom: 27px;
  font-weight: bold;
  margin-top: 30px;
  letter-spacing: .015em; /* =.letter-spacing-015, antes 'normal' */
}
.ua2L .textoTituloPagina.text-transform-none {
  text-transform: none;
}
.ua2L .textoTituloPagina.text-transform-uppercase {
  text-transform: uppercase;
}
.ua2L .textoTituloPagina.text-transform-capitalize {
  text-transform: capitalize;
}
.ua2L .textoTituloPagina.text-transform-lowercase {
  text-transform: lowercase;
}
.ua2L .textoTituloPagina.text-align-center {
  text-align: center !important;
}
.ua2L .textoTituloPagina.text-align-right {
  text-align: right !important;
}
.ua2L .textoTituloPagina.letter-spacing-normal {
  letter-spacing: normal;
}
.ua2L .textoTituloPagina.letter-spacing-015 {
  letter-spacing: .015em; /* por defecto */
}
.ua2L .textoTituloPagina.letter-spacing-02 {
  letter-spacing: .02em; 
}
.ua2L .textoTituloPagina.letter-spacing-03 {
  letter-spacing: .03em;
}
.ua2L .textoTituloPagina.h1-font-size-normal {
  font-size: 1.625rem;
}
.ua2L .textoTituloPagina.h1-font-size-mediano {
  font-size: 2em;
}
.ua2L .textoTituloPagina.h1-font-size-grande {
  font-size: 2.25em;
}
.ua2L .textoTituloPagina.h1-margin-grande {
  margin-top: 30px;
  margin-bottom: 11px;
}
.ua2L .textoTituloPagina.h1-margin-mediano {
  margin-top: 22px;
  margin-bottom: 11px;
}
.ua2L .textoTituloPagina.h1-margin-pequenyo {
  margin-top: 11px;
  margin-bottom: 11px;
}
.ua2L .textoTituloPagina.h1-margin-ninguno {
  margin-top: 0;
  margin-bottom: 0;
}

/* h1 decoración .linea-lateral-... (similar al .divider-text-left) */
section[data-type="component-titulo"] .deco-linea-lateral-naranja,
section[data-type="component-titulo"] .deco-linea-lateral-azul
{
    /* margin-top: 1.66em;
    margin-bottom: .77em;  */
    overflow: hidden;
    /* display: block; */
    clear: both;
}
section[data-type="component-titulo"] .deco-linea-lateral-naranja:after,
section[data-type="component-titulo"] .deco-linea-lateral-naranja.text-align-center:after, 
section[data-type="component-titulo"] .deco-linea-lateral-azul:after,
section[data-type="component-titulo"] .deco-linea-lateral-azul.text-align-center:after, 
section[data-type="component-titulo"] .deco-linea-lateral-naranja.text-align-right:before,
section[data-type="component-titulo"] .deco-linea-lateral-naranja.text-align-center:before,
section[data-type="component-titulo"] .deco-linea-lateral-azul.text-align-right:before,
section[data-type="component-titulo"] .deco-linea-lateral-azul.text-align-center:before 
{
  content: "";
  display: inline-block;
  height: 0.3em;
  vertical-align: bottom;
  width: 100%;
}
section[data-type="component-titulo"] .deco-linea-lateral-naranja:after,
section[data-type="component-titulo"] .deco-linea-lateral-naranja.text-align-center:after, 
section[data-type="component-titulo"] .deco-linea-lateral-azul:after,
section[data-type="component-titulo"] .deco-linea-lateral-azul.text-align-center:after 
{
  margin-right: -100%;
  margin-left: 10px;
  border-top-width: .15em; /*(.1em para apartados)*/
  border-top-style: solid;
}
  section[data-type="component-titulo"] .deco-linea-lateral-naranja.text-align-right:before,
  section[data-type="component-titulo"] .deco-linea-lateral-naranja.text-align-center:before,
  section[data-type="component-titulo"] .deco-linea-lateral-azul.text-align-right:before,
  section[data-type="component-titulo"] .deco-linea-lateral-azul.text-align-center:before 
  {
    margin-right: 10px;
    margin-left: -100%;
    border-top-width: .15em; /*(.1em para apartados)*/
    border-top-style: solid;
  }
  section[data-type="component-titulo"] .deco-linea-lateral-naranja:after,
  section[data-type="component-titulo"] .deco-linea-lateral-naranja.text-align-center:after,
  section[data-type="component-titulo"] .deco-linea-lateral-naranja.text-align-right:before,
  section[data-type="component-titulo"] .deco-linea-lateral-naranja.text-align-center:before
  {
    border-top-color: #ed7100;
  }
  section[data-type="component-titulo"] .deco-linea-lateral-azul.text-align-right:before,
  section[data-type="component-titulo"] .deco-linea-lateral-azul.text-align-center:before,
  section[data-type="component-titulo"] .deco-linea-lateral-azul:after,
  section[data-type="component-titulo"] .deco-linea-lateral-azul.text-align-center:after 
  {
    border-top-color: #86b7d9;
  }
/* h1 decoración .deco-linea-inferior-... (similar al .divider-text-up) */
section[data-type="component-titulo"] .deco-linea-inferior-naranja,
section[data-type="component-titulo"] .deco-linea-inferior-azul
{ 
  width: 100%;
  /*border-bottom: 1px solid #e8e7e8;*/
  border-bottom: .15em solid;
  padding-bottom: .05em;
  /* display: block; */
}
  section[data-type="component-titulo"] .deco-linea-inferior-naranja
  { 
    border-bottom-color: #ed7100;
  }
  section[data-type="component-titulo"] .deco-linea-inferior-azul
  { 
    border-bottom-color: #86b7d9;
  }
/* h1 decoración .deco-linea-inferior-detalle-... (similar al .subSeccionSubrayada) */
section[data-type="component-titulo"] .deco-linea-inferior-detalle-azul,
section[data-type="component-titulo"] .deco-linea-inferior-detalle-naranja 
{   
  /* line-height: initial; */
  /* border-bottom: 1px solid #dcdcdc; */
  border-bottom: .1em solid #dcdcdc;
  /* display: block; */
  /* padding-bottom: .75em; */
  padding-bottom: .35em;
  position: relative;
}
section[data-type="component-titulo"] .deco-linea-inferior-detalle-naranja {
  border-bottom-color: #ed7100;
}
section[data-type="component-titulo"] .deco-linea-inferior-detalle-azul {
  border-bottom-color: #86b7d9;
}
  section[data-type="component-titulo"] .deco-linea-inferior-detalle-naranja:after,
  section[data-type="component-titulo"] .deco-linea-inferior-detalle-azul:after 
  {
    /* width: 2.88em; */
    width: 5em;
    /* height: 0.33em; */
    height: 0.37em;
    position: absolute;
    bottom: -.22em;
    left: 0px;
    display: block;
    content: '';
  }
  section[data-type="component-titulo"] .deco-linea-inferior-detalle-naranja.text-align-right:after,
  section[data-type="component-titulo"] .deco-linea-inferior-detalle-azul.text-align-right:after 
  {
    left: initial;
    right: 0px;
  }
  section[data-type="component-titulo"] .deco-linea-inferior-detalle-naranja:after {
    background: #ed7100;
  }
  section[data-type="component-titulo"] .deco-linea-inferior-detalle-azul:after {
    background: #86b7d9;
  }
  section[data-type="component-titulo"] .deco-linea-inferior-detalle-naranja.text-align-center:after,
  section[data-type="component-titulo"] .deco-linea-inferior-detalle-azul.text-align-center:after 
  {
    width: 80%;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  section[data-type="component-titulo"] .text-color-inherit {
      color: inherit;
  }
  section[data-type="component-titulo"] .text-color-dark-blue {
      color: #003366; color: var(--color-dark-blue, #003366);
  }
  section[data-type="component-titulo"] .text-color-blue {
      color: #005682; color: var(--color-blue, #005682);
  }
  section[data-type="component-titulo"] .text-color-red-orange {
      color: #d63600; color: var(--color-orange2a, #d63600); 
  }
  section[data-type="component-titulo"] .text-color-orange {
      color: #ce6f05; color: var(--color-orange, #ce6f05); 
  }
  section[data-type="component-titulo"] .text-color-orange2 {
      color: #ff6633; color: var(--color-orange2, #ff6633); 
  }
  section[data-type="component-titulo"] .text-color-light-orange {
      color: #ed7100; color: var(--color-light-orange, #ed7100); 
  }






.ua2L .textoTituloPagina2 {
    display: block;
    /*color: #483a2b;*/
    /* font-size: 26px; */
    /*font-size: 1.625rem;
    font-size: 2.25rem;
    line-height: 38px;
    text-transform: uppercase;
    margin-bottom: 27px;*/
    font-weight: bold;
    
    /*margin-top: .5rem;
    margin-bottom: .5rem;*/
    margin-top: 0;
    margin-bottom: 0;
    
    letter-spacing: .07rem;
  
      font-size: 2rem;
    
    text-align: center;
}
/* .ua2L .apartado
{
    font-size: 28px;
    line-height: 38px;
    color: #483a2b;
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 10px;
    margin-top: 0px;
    overflow: hidden;
}
.ua2L .subapartado {
    font-size: 18px;
    color: #483a2b;
    display: block;
    padding-top: 10px;
    position: relative;
    margin-top: 0px;
} */

/* .clearer {
  clear: both;
  display: block;
  width: 100%;
}
*/

/* Tablas */
/*section[data-type="component-tiny-text-ua"] table td {
  padding: .3em;
  border-spacing: .3em;
}*/
/*section[data-type="component-tiny-text-ua"] table td > p {
  margin-top: 0;
  margin-bottom: 0;
}
*/
/* 
td>p {
  margin-top: 0em;
  margin-bottom: 0em;
}

td {
  border-color: black;
  padding: .3em;
  border-spacing: .3em;
  color: black;
}

table.tipo1 tr.titulo {
  background-color: #ccc;
}

table.tipo1 tr {
  background-color: #eee;
}

table.tipo2 tr {
  background-color: #eee;
}

table.tipo2 tr.titulo {
  background-color: #ccc;
}

table.tipo3 tr {
  background-color: #eee;
}

table.tipo3 tr.titulo {
  background-color: #ccc;
}

table.tipo5 tr.titulo {
  background-color: #ccc;
}

table.tipo5 tr.sombra {
  background-color: #eee;
}

table.tipo6 th.titulo,
table.tipo6 td.titulo {
  background-color: #ccc;
}

table.tipo7 tr {
  background-color: #eee;
}

table.tipo7 th.titulo,
table.tipo7 td.titulo {
  background-color: #ccc;
}

table.tipo8 tr.titulo {
  background-color: #ccc;
}

table caption {
  caption-side: bottom;
  font-size: 0.85em;
  border-bottom: 0.1em solid #d8e5ea;
} */

/* .ua2L .subtitulo2 {
  display: block;
  font-size: 29px;
  line-height: 32px;
  font-weight: 300;
  margin-bottom: 25px;
  color: #929292;
  margin-top: 0px;
}

.ua2L .subtitulo2 {
  min-height: 64px;
} */


/* OTRAS CORRECCIONES */
/* Negritas en plantilla21 */
section[data-type="component-tiny-text-ua"] b, section[data-type="component-tiny-text-ua"] strong {
  font-weight: bold;
}



/* PRUEBAS CAMBIOS ESTILOS */
div.desplegable-ua .btn-link {
  color: #006af3; /* cambiado por accesibilidad, en Bootstrap era #007bff */
}
section[data-type="container"] > div > div.row[class*="bg-"] div.desplegable-ua .btn-link, 
section[data-type="container"] > div > div > div[class*="bg-"] div.desplegable-ua .btn-link, 
section[data-type="container"] > div > div.row[class*="text-"] div.desplegable-ua .btn-link, 
section[data-type="container"] > div > div > div[class*="text-"] div.desplegable-ua .btn-link {
  color: inherit;
}

div.desplegables-ua, 
div.pestanyas-ua {
  margin-top: 1rem; 
  margin-bottom: 1rem; 
}
div.desplegable-ua div.card-body {
  padding: 0.25rem 1.25rem; /* Bootstrap asigna 1.25rem: reducimos superior inferior al añadir 1em en los p */
}
div.pestanyas-ua div.tab-content {
  padding: 0.25rem 1.25rem; /* por defecto era 0: lo igualamos al que cogen los desplegables por su .card-body */

  /* añadimos bordes que BS4 no marca (porque si no, no se diferencia texto de pestaña del de párrafos a continuación...) */
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

/* ESTILOS BOOTSTRAP 4 */
/* pestañas: añadimos bordes que BS4 no marca (porque si no, no se diferencia texto de pestaña del de párrafos a continuación...) */
div.pestanyas-ua div.tab-content {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

/* desplegables tipo acordeón: corrección del problema de que no se muestra borde inferior de los desplegables tipo acordeón ¿por estar aplicando todavía el CSS de BS3? */
div.desplegables-ua.accordion .card {
  border:1px solid rgba(0,0,0,.125);
  border-radius:.25rem
}
div.desplegables-ua.accordion .card:not(:last-of-type) {
  border-bottom:0;
  border-bottom-right-radius:0;
  border-bottom-left-radius:0
 }
 div.desplegables-ua.accordion .card:not(:first-of-type) {
  border-top-left-radius:0;
  border-top-right-radius:0
 }
 div.desplegables-ua.accordion .card .card-header {
  border-radius:0;
  margin-bottom:-1px
 }


/* evitar que el contenido flotante de un componente (imágenes flotantes, lista de viñetas de Vualà1...) se superponga al siguiente componente/contenedor*/
section[data-type] {
  clear: both;
}


/* en los enlaces tipo ANCHOR/ANCLA, compensar el scroll al reducir la cabecera */
section[data-type="component-tiny-text-ua"] a[id]:not([href]), 
section[data-type="component-tiny-text-ua"] a[name]:not([href]) {
/* 11/9/24 Actualizado x Félix porque Chrome no  interpreta bien scroll-margin-top */
/* scroll-margin-top: 150px;*/
  padding-top:150px;
}


/* AVISO */
section[data-type="component-tiny-text-ua"] .aviso, section[data-type="component-tiny-text-ua"] .aviso.gray, section[data-type="component-tiny-text-ua"] .aviso[data-aviso-color="gray"] {
  background: #ebebeb none repeat scroll 0 0;
  /* border: 1px solid #acacac; */
  border: 2px solid #acacac;
  box-sizing: border-box;
  display: block;
  /* font-size: 20px; */
  /* padding: 15px; */
  padding: 10px;
  text-align: center;
}
section[data-type="component-tiny-text-ua"] .aviso.orange, section[data-type="component-tiny-text-ua"] .aviso[data-aviso-color="orange"] {
  border-color: #f63;
}
section[data-type="component-tiny-text-ua"] .aviso.red, section[data-type="component-tiny-text-ua"] .aviso[data-aviso-color="red"] {
  border-color: #bf4544;
}
section[data-type="component-tiny-text-ua"] .aviso.blue, section[data-type="component-tiny-text-ua"] .aviso[data-aviso-color="blue"] {
  border-color: #86b7d9;
}


/* formatos de ENLACES ANIMADOS */
.flecha-animada, [data-animacion="flecha-animada"] {
    text-decoration: none !important; 
    /* font-family: Lora;  */
    /* font-size: 1rem; */
    line-height: 1.5;
    letter-spacing: normal;
  }
    .flecha-animada:after, [data-animacion="flecha-animada"]:after {
      content: "";
      width: 15px;
      height: 15px;
      display: inline-block;
      background: url(https://web.ua.es/es/comun2/img/css-cajas/formatos/next-orange.svg); 
      background-position: center !important;
      background-size: cover !important;
      vertical-align: middle;
      margin-left: 20px;
      margin-bottom: 4px;
      transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1); }
    .flecha-animada.orange:after, [data-animacion="flecha-animada"][data-animacion-color="orange"]:after {
      background: url(https://web.ua.es/es/comun2/img/css-cajas/formatos/next-orange.svg); }
    .flecha-animada.white:after, [data-animacion="flecha-animada"][data-animacion-color="white"]:after {
      background: url(https://web.ua.es/es/comun2/img/css-cajas/formatos/next.svg); }
    .flecha-animada:hover, [data-animacion="flecha-animada"]:hover {
      /* color: inherit; */
      text-decoration: inherit; }
      .flecha-animada:hover:after, [data-animacion="flecha-animada"]:hover:after {
        margin-left: 40px; }
  
  
  .subrayado-animado, [data-animacion="subrayado-animado"] {
    transition: all .3s linear; 
    display: inline-block;
    text-decoration: none !important;
  }
    .subrayado-animado:hover, [data-animacion="subrayado-animado"]:hover {
      text-decoration: none;
    }
    .subrayado-animado:after, [data-animacion="subrayado-animado"]:after {
      content: "";
      width: 40px;
      height: 1px;
      display: block;
      background-color: inherit;
      left: 0;
      bottom: 0;
      transition: all .3s linear; }
    .subrayado-animado.orange:after, [data-animacion="subrayado-animado"][data-animacion-color="orange"]:after {
      background-color: #ed7100; background-color: var(--color-light-orange, #ed7100); }
    .subrayado-animado.white:after, [data-animacion="subrayado-animado"][data-animacion-color="white"]:after {
      background-color: #fff; background-color: var(--color-white, #fff); }
      .subrayado-animado:hover:after, [data-animacion="subrayado-animado"]:hover:after {
        width: 100%; }
    
  .desplazamiento-animado {
    transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    display: inline-block;
    text-decoration: none;
  }
    .desplazamiento-animado:hover {
      padding-left: 20px; 
      text-decoration: none;
    }
  

/* blockquote por defecto */
section[data-type="component-tiny-text-ua"] blockquote p:not(.blockquote) {
  border-left: 4px double rgba(0,0,0,.2);
  opacity: .8; 
  font-style: italic;
  margin: 1rem 1.5rem;
  padding-left: 1.5rem;
} 


/* Formatos con ICONOS */
/* blockquote p, */
section[data-type="component-tiny-text-ua"] .blockquote { /* formato BOOTSTRAP, pero REDEFINIDO */
  text-align: right;
  font-style: italic;
}
  /* blockquote p:before, */
  section[data-type="component-tiny-text-ua"] .blockquote:before {
      content: "";
      width: 50px;
      height: 50px;
      margin-left: auto;
      display: inline-block;
      background: url(https://web.ua.es/es/comun2/img/css-cajas/formatos/comillas-cita.svg);
      background-size: cover;
  }

section[data-type="component-tiny-text-ua"] .hora:before,
section[data-type="component-tiny-text-ua"] span.formato-icono[data-icono="hora"]:before {
    content: "";
    width: 17px;
    height: 17px;
    display: inline-block;
    background: url(https://web.ua.es/es/comun2/img/css-cajas/formatos/clock.svg);
    background-size: cover;
    /* vertical-align: sub; */
    vertical-align: text-bottom;
    margin-right: 5px; 
}
section[data-type="component-tiny-text-ua"] .correo:before,
section[data-type="component-tiny-text-ua"] span.formato-icono[data-icono="correo"]:before {
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(https://web.ua.es/es/comun2/img/css-cajas/formatos/envelope-red.svg);
    background-size: cover;
    /* vertical-align: sub; */
    vertical-align: text-bottom;
    margin-right: 5px; 
}
section[data-type="component-tiny-text-ua"] .telefono:before,
section[data-type="component-tiny-text-ua"] span.formato-icono[data-icono="telefono"]:before {
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(https://web.ua.es/es/comun2/img/css-cajas/formatos/phone-red.svg);
    background-size: cover;
    /* vertical-align: sub; */
    vertical-align: text-bottom;
    margin-right: 5px; 
}
section[data-type="component-tiny-text-ua"] .calendario:before,
section[data-type="component-tiny-text-ua"] span.formato-icono[data-icono="calendario"]:before {
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(https://web.ua.es/es/comun2/img/css-cajas/formatos/calendar-red.svg);
    background-size: cover;
    /* vertical-align: sub; */
    vertical-align: text-bottom;
    margin-right: 5px; 
}
section[data-type="component-tiny-text-ua"] .ubicacion:before,
section[data-type="component-tiny-text-ua"] span.formato-icono[data-icono="ubicacion"]:before {
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(https://web.ua.es/es/comun2/img/css-cajas/formatos/placeholder-red.svg);
    background-size: cover;
    /* vertical-align: sub; */
    vertical-align: text-bottom;
    margin-right: 5px; 
}
        
section[data-type="component-tiny-text-ua"] .formato-doc:before,
section[data-type="component-tiny-text-ua"] .formato-icono[data-icono = "doc"]:before {
    content: "";
    width: 26px;
    height: 30px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 10px;
    display: inline-block;
    background: url(https://web.ua.es/es/comun2/img/css-cajas/formatos/formato-doc-rojo.png);
    /* vertical-align: sub; */
    vertical-align: text-bottom;
    background-size: cover;
}
section[data-type="component-tiny-text-ua"] .formato-pdf:before,
section[data-type="component-tiny-text-ua"] .formato-icono[data-icono = "pdf"]:before {
    content: "";
    width: 26px;
    height: 30px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 10px;
    display: inline-block;
    background: url(https://web.ua.es/es/comun2/img/css-cajas/formatos/formato-pdf-rojo.png);
    /* vertical-align: sub; */
    vertical-align: text-bottom;
    background-size: cover;
}


/* Formatos para  */
/* SOLO EN KEDITOR (.ke-component-content solo existe al inicializar y se quita en el getContent) compensar el margin:0 y padding:0 en layout.css (¿afecta a otras?) */


/*#keditor section[data-type="component-tiny-text-ua"] .keditor-component-content ul,
#keditor section[data-type="component-tiny-text-ua"] .keditor-component-content ol {
  margin-left: 40px; 
}*/
#keditor section[data-type="component-tiny-text-ua"] .keditor-component-content ul li[dir="rtl"],
#keditor section[data-type="component-tiny-text-ua"] .keditor-component-content ol li[dir="rtl"],
#keditor section[data-type="component-tiny-text-ua"] .keditor-component-content [dir="rtl"] ul li,
#keditor section[data-type="component-tiny-text-ua"] .keditor-component-content [dir="rtl"] ol li {
  margin-right: 40px; 
  text-align: right;
} 
#keditor section[data-type="component-tiny-text-ua"] .keditor-component-content p[dir="rtl"],
#keditor section[data-type="component-tiny-text-ua"] .keditor-component-content h1[dir="rtl"],
#keditor section[data-type="component-tiny-text-ua"] .keditor-component-content h2[dir="rtl"],
#keditor section[data-type="component-tiny-text-ua"] .keditor-component-content h3[dir="rtl"],
#keditor section[data-type="component-tiny-text-ua"] .keditor-component-content h4[dir="rtl"],
#keditor section[data-type="component-tiny-text-ua"] .keditor-component-content h5[dir="rtl"],
#keditor section[data-type="component-tiny-text-ua"] .keditor-component-content h6[dir="rtl"] {
  text-align: right;
}
ul, ol {
  padding-left: revert; /* para eliminar el padding: 0 en #keditor, pero no se puede hacer con especifidad #keditor ... */
}


/* lista ol por defecto */
section[data-type="component-tiny-text-ua"] ol {
  list-style-position: inside; /* para que las ol normales muestren misma sangría que las ul */
}

/* lista ul por defecto */
/*section[data-type="component-tiny-text-ua"] ul:not(.nav) > li:not(.nav-item) {*/
section[data-type="component-tiny-text-ua"] ul:not([data-list-style-type]):not([class^=lista]):not(.vinyeta_7_1) > li:not([dir="rtl"]) {
  /*background:url('https://web.ua.es/es/comun/imagenes/-gestadm/plantilla4/css/sprite.png') no-repeat scroll -275px -1389px transparent;*/
  /*background:url('https://web.ua.es/es/comun/imagenes/-gestadm/plantilla4/css/sprite.png') no-repeat scroll -275px -1381px transparent;*/
  background:url('https://web.ua.es/es/comun2/img/vinyetas/sprite.png') no-repeat scroll -275px -1381px transparent;
  list-style: none outside none;
  padding: 0.7em 0 0 1.25em;
  padding-left: 1em; /* 20220517 unir más el texto a la viñeta */
}
/*section[data-type="component-tiny-text-ua"] li > ul:not(.nav) > li:not(.nav-item)  {*/
section[data-type="component-tiny-text-ua"] li:not([dir="rtl"]) > ul:not([data-list-style-type]):not([class^=lista]):not(.vinyeta_7_1) > li:not([dir="rtl"])  {
  /*background:url('https://web.ua.es/es/comun/imagenes/-gestadm/plantilla4/css/sprite.png') no-repeat scroll -175px -1421px transparent;*/
  /* background:url('https://web.ua.es/es/comun/imagenes/-gestadm/plantilla4/css/sprite.png') no-repeat scroll -175px -1416px transparent; */
  background:url('https://web.ua.es/es/comun2/img/vinyetas/sprite.png') no-repeat scroll -175px -1416px transparent;
  border-top: medium none;
  list-style: none outside none;
  margin-top: 0.2em;
  padding: 0 0 0 1.5em;
  padding-left: 1em; /* 20220517 unir más el texto a la viñeta */
}
/* ¡no aplicar los estilos por defecto al resto de tipos listas! */
section[data-type="component-tiny-text-ua"] ul.nav li,
section[data-type="component-tiny-text-ua"] ul.lista-circulos-grandes > li, 
section[data-type="component-tiny-text-ua"] ul.lista-circulos-grandes-orange > li, 
section[data-type="component-tiny-text-ua"] ul.lista-sin-vinyetas > li,
section[data-type="component-tiny-text-ua"] ul.lista-numeros-grandes > li, 
section[data-type="component-tiny-text-ua"] ul.lista-numeros-grandes-orange > li, 
section[data-type="component-tiny-text-ua"] ul.vinyeta_7_1 > li,
section[data-type="component-tiny-text-ua"] ul[data-list-style-type="lista-circulos-grandes"] > li, 
section[data-type="component-tiny-text-ua"] ul[data-list-style-type="lista-numeros-grandes"] > li, 
section[data-type="component-tiny-text-ua"] ul[data-list-style-type="vinyeta_7_1"] > li,
section[data-type="component-tiny-text-ua"] ul[data-list-style-type="vinyeta_circulo"] > li,
section[data-type="component-tiny-text-ua"] ul[data-list-style-type="vinyeta_cuadrado"] > li
{
  background: none;
  border-top: initial;
  padding: initial;
}

/* lista de VUALÀ1: plantilla 7, tipo 1  */
section[data-type="component-tiny-text-ua"] ul.vinyeta_7_1,
section[data-type="component-tiny-text-ua"] ol.vinyeta_7_1,
section[data-type="component-tiny-text-ua"] ul[data-list-style-type="vinyeta_7_1"],
section[data-type="component-tiny-text-ua"] ol[data-list-style-type="vinyeta_7_1"]
{
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
    padding-top: 17px;
}
section[data-type="component-tiny-text-ua"] ul.vinyeta_7_1.sin-separacion-vertical,
section[data-type="component-tiny-text-ua"] ol.vinyeta_7_1.sin-separacion-vertical,
section[data-type="component-tiny-text-ua"] ul[data-list-style-type="vinyeta_7_1"].sin-separacion-vertical,
section[data-type="component-tiny-text-ua"] ol[data-list-style-type="vinyeta_7_1"].sin-separacion-vertical
{
    padding-top: 0;
}

section[data-type="component-tiny-text-ua"] ul.vinyeta_7_1 > li,
section[data-type="component-tiny-text-ua"] ol.vinyeta_7_1 > li,
section[data-type="component-tiny-text-ua"] ul[data-list-style-type="vinyeta_7_1"] > li,
section[data-type="component-tiny-text-ua"] ol[data-list-style-type="vinyeta_7_1"] > li
{
    /* display: inline;
    float: left;
    width: 50%; */
    display: block;
}

/*
section[data-type="component-tiny-text-ua"] ul.vinyeta_7_1 li:nth-child(odd)
{
    width: 100%;
    margin-left: 2%; 
}
section[data-type="component-tiny-text-ua"] ul.vinyeta_7_1 li:nth-child(even)
{
    width: 100%;
    margin-left: 2%;
}*/
section[data-type="component-tiny-text-ua"] ul.vinyeta_7_1 > li,
section[data-type="component-tiny-text-ua"] ol.vinyeta_7_1 > li,
section[data-type="component-tiny-text-ua"] ul[data-list-style-type="vinyeta_7_1"] > li,
section[data-type="component-tiny-text-ua"] ol[data-list-style-type="vinyeta_7_1"] > li
{ /* 20220517 */
  width: 100%;
  margin-left: 22px;
}

section[data-type="component-tiny-text-ua"] ul.vinyeta_7_1 > li,
section[data-type="component-tiny-text-ua"] ol.vinyeta_7_1 > li,
section[data-type="component-tiny-text-ua"] ul[data-list-style-type="vinyeta_7_1"] > li,
section[data-type="component-tiny-text-ua"] ol[data-list-style-type="vinyeta_7_1"] > li
{
    /*background: url('https://web.ua.es/secciones-ua/images/bordeVioleta.jpg') no-repeat left center;*/
  /* background: url('https://web.ua.es/es/comun2/img/vinyetas/vinyeta-violeta.jpg') no-repeat left top; */
  background: url('https://web.ua.es/es/comun2/img/vinyetas/vinyeta-azul.jpg') no-repeat left top;
    
  /*height: 44px;*/
  min-height: 44px;
  
    width: 100%;
    background-color: #f0f0f0;
    padding-left: 58px;
    padding-right: 20px;
    box-sizing:border-box;
    display: block;
    margin-bottom: 8px;
    font-size: .875rem;
    
  /* line-height: 43px; */
  padding-top: 12px;
  padding-bottom: 11px;
    
  color: #3f3f3f;
}
section[data-type="component-tiny-text-ua"] ul[data-list-style-type="vinyeta_7_1"][data-list-color="blue"] > li,
section[data-type="component-tiny-text-ua"] ol[data-list-style-type="vinyeta_7_1"][data-list-color="blue"] > li
{
  background-image: url('https://web.ua.es/es/comun2/img/vinyetas/vinyeta-azul.jpg');
}
section[data-type="component-tiny-text-ua"] ul[data-list-style-type="vinyeta_7_1"][data-list-color="black"] > li,
section[data-type="component-tiny-text-ua"] ol[data-list-style-type="vinyeta_7_1"][data-list-color="black"] > li
{
  background-image: url('https://web.ua.es/es/comun2/img/vinyetas/vinyeta-negro.jpg');
}
section[data-type="component-tiny-text-ua"] ul[data-list-style-type="vinyeta_7_1"][data-list-color="orange"] > li,
section[data-type="component-tiny-text-ua"] ol[data-list-style-type="vinyeta_7_1"][data-list-color="orange"] > li
{
  background-image: url('https://web.ua.es/es/comun2/img/vinyetas/vinyeta-naranja.jpg');
}
section[data-type="component-tiny-text-ua"] ul.vinyeta_7_1 > li a,
section[data-type="component-tiny-text-ua"] ol.vinyeta_7_1 > li a,
section[data-type="component-tiny-text-ua"] ul[data-list-style-type="vinyeta_7_1"] > li a,
section[data-type="component-tiny-text-ua"] ol[data-list-style-type="vinyeta_7_1"] > li a
{
  text-decoration-line: none;
}
section[data-type="component-tiny-text-ua"] ul.vinyeta_7_1 > li a:hover,
section[data-type="component-tiny-text-ua"] ol.vinyeta_7_1 > li a:hover,
section[data-type="component-tiny-text-ua"] ul[data-list-style-type="vinyeta_7_1"] > li a:hover,
section[data-type="component-tiny-text-ua"] ol[data-list-style-type="vinyeta_7_1"] > li a:hover
{
  text-decoration-line: underline;
}

section[data-type="component-tiny-text-ua"] ul.vinyeta_7_1 > li:hover,
section[data-type="component-tiny-text-ua"] ol.vinyeta_7_1 > li:hover,
section[data-type="component-tiny-text-ua"] ul[data-list-style-type="vinyeta_7_1"] > li:hover,
section[data-type="component-tiny-text-ua"] ol[data-list-style-type="vinyeta_7_1"] > li:hover
{
    text-decoration: none;
    
  /* background: url('https://web.ua.es/secciones-ua/images/bordeVioleta.jpg') no-repeat left center; */
  /* background: url('https://web.ua.es/es/comun2/img/vinyetas/vinyeta-violeta.jpg') no-repeat left top; */
    
  background-color: #e2e0e0;
}
section[data-type="component-tiny-text-ua"] li:not([dir="rtl"]) > ul.vinyeta_7_1 > li:not([dir="rtl"]),
section[data-type="component-tiny-text-ua"] li:not([dir="rtl"]) > ul[data-list-style-type="vinyeta_7_1"] > li:not([dir="rtl"])  {
  /*background:url('https://web.ua.es/es/comun/imagenes/-gestadm/plantilla4/css/sprite.png') no-repeat scroll -175px -1421px transparent;*/
  /* background:url('https://web.ua.es/es/comun/imagenes/-gestadm/plantilla4/css/sprite.png') no-repeat scroll -175px -1416px transparent; */
  background:url('https://web.ua.es/es/comun2/img/vinyetas/sprite.png') no-repeat scroll -175px -1416px transparent;
  border-top: medium none;
  list-style: none outside none;
  margin-top: 0.2em;
  padding: 0 0 0 1.5em;
  padding-left: 1em; /* 20220517 unir más el texto a la viñeta */
}


/* lista círculos grandes */
section[data-type="component-tiny-text-ua"] ul.lista-circulos-grandes-orange,
section[data-type="component-tiny-text-ua"] ol.lista-circulos-grandes-orange,
section[data-type="component-tiny-text-ua"] ul.lista-circulos-grandes,
section[data-type="component-tiny-text-ua"] ol.lista-circulos-grandes,
section[data-type="component-tiny-text-ua"] [data-list-style-type="lista-circulos-grandes"] {
  list-style: none;
  margin: 0;
  padding: 0;
  /*padding-left: 50px; */ /* al li, por rtl */
  padding-left: 50px;
}
section[data-type="component-tiny-text-ua"] [class^=lista-circulos-grandes] ul,
section[data-type="component-tiny-text-ua"] [class^=lista-circulos-grandes] ol,
section[data-type="component-tiny-text-ua"] ul [class^=lista-circulos-grandes],
section[data-type="component-tiny-text-ua"] ol [class^=lista-circulos-grandes],
section[data-type="component-tiny-text-ua"] [data-list-style-type="lista-circulos-grandes"] ul,
section[data-type="component-tiny-text-ua"] [data-list-style-type="lista-circulos-grandes"] ol,
section[data-type="component-tiny-text-ua"] ul [data-list-style-type="lista-circulos-grandes"],
section[data-type="component-tiny-text-ua"] ol [data-list-style-type="lista-circulos-grandes"] {
  padding-left: 20px; /* menos margen para las que no son de 1er nivel */
}
section[data-type="component-tiny-text-ua"] ul.lista-circulos-grandes-orange ul,
section[data-type="component-tiny-text-ua"] ul.lista-circulos-grandes-orange ol,
section[data-type="component-tiny-text-ua"] ol.lista-circulos-grandes-orange ul,
section[data-type="component-tiny-text-ua"] ol.lista-circulos-grandes-orange ol,
section[data-type="component-tiny-text-ua"] ul.lista-circulos-grandes ul,
section[data-type="component-tiny-text-ua"] ul.lista-circulos-grandes ol,
section[data-type="component-tiny-text-ua"] ol.lista-circulos-grandes ul,
section[data-type="component-tiny-text-ua"] ol.lista-circulos-grandes ol,
section[data-type="component-tiny-text-ua"] [data-list-style-type="vinyeta_7_1"] ul,
section[data-type="component-tiny-text-ua"] [data-list-style-type="vinyeta_7_1"] ol {
  list-style: inherit;
  list-style: revert;
}

section[data-type="component-tiny-text-ua"] ul.lista-circulos-grandes-orange > li::before,
section[data-type="component-tiny-text-ua"] ol.lista-circulos-grandes-orange > li::before,
section[data-type="component-tiny-text-ua"] ul.lista-circulos-grandes > li::before,
section[data-type="component-tiny-text-ua"] ol.lista-circulos-grandes > li::before,
section[data-type="component-tiny-text-ua"] [data-list-style-type="lista-circulos-grandes"] > li::before {
  width: 10px;
  height: 10px;
  /* background-color: inherit; */
  background-color: currentColor;
  /* background-color: var(--color-primary, rgb(33,37,41));  */
  content: "";
  border-radius: 100%;
  display: inline-block;
  
  /*margin-right: 15px; */
  position: absolute;
  margin-left: -20px;
  margin-top: 7px;
}
section[data-type="component-tiny-text-ua"] ul.lista-circulos-grandes-orange > li[dir="rtl"]::before,
section[data-type="component-tiny-text-ua"] ol.lista-circulos-grandes-orange > li[dir="rtl"]::before,
section[data-type="component-tiny-text-ua"] ul.lista-circulos-grandes > li[dir="rtl"]::before,
section[data-type="component-tiny-text-ua"] ol.lista-circulos-grandes > li[dir="rtl"]::before,
section[data-type="component-tiny-text-ua"] [dir="rtl"] ul.lista-circulos-grandes-orange > li::before,
section[data-type="component-tiny-text-ua"] [dir="rtl"] ol.lista-circulos-grandes-orange > li::before,
section[data-type="component-tiny-text-ua"] [dir="rtl"] ul.lista-circulos-grandes > li::before,
section[data-type="component-tiny-text-ua"] [dir="rtl"] ol.lista-circulos-grandes > li::before,
section[data-type="component-tiny-text-ua"] [data-list-style-type="lista-circulos-grandes"] > li[dir="rtl"]::before,
section[data-type="component-tiny-text-ua"] [dir="rtl"] [data-list-style-type="lista-circulos-grandes"] > li::before {
  margin-left: 0;
  margin-right: -20px;
}

section[data-type="component-tiny-text-ua"] ul.lista-circulos-grandes-orange > li::before, 
section[data-type="component-tiny-text-ua"] ol.lista-circulos-grandes-orange > li::before,
section[data-type="component-tiny-text-ua"] ul.lista-circulos-grandes.orange > li::before, 
section[data-type="component-tiny-text-ua"] ol.lista-circulos-grandes.orange > li::before,
section[data-type="component-tiny-text-ua"] [data-list-style-type="lista-circulos-grandes"] > li::before,
section[data-type="component-tiny-text-ua"] [data-list-style-type="lista-circulos-grandes"][data-list-color="orange"] > li::before {
  background-color: #ed7100; background-color: var(--color-light-orange, #ed7100); 
}
section[data-type="component-tiny-text-ua"] [data-list-style-type="lista-circulos-grandes"][data-fill="unfilled"] > li::before,
section[data-type="component-tiny-text-ua"] [data-list-style-type="lista-circulos-grandes"][data-list-color="orange"][data-fill="unfilled"] > li::before {
  background-color: transparent;
  border: 2px solid #ed7100;
}
section[data-type="component-tiny-text-ua"] [data-list-style-type="lista-circulos-grandes"][data-list-color="blue"] > li::before {
  background-color: #86b7d9;
}
section[data-type="component-tiny-text-ua"] [data-list-style-type="lista-circulos-grandes"][data-list-color="blue"][data-fill="unfilled"] > li::before {
  background-color: transparent;
  border: 2px solid #86b7d9;
}
section[data-type="component-tiny-text-ua"] [data-list-style-type="lista-circulos-grandes"][data-list-color="black"] > li::before {
  background-color: var(--color-primary, rgb(33,37,41));
}
section[data-type="component-tiny-text-ua"] [data-list-style-type="lista-circulos-grandes"][data-list-color="black"][data-fill="unfilled"] > li::before {
  background-color: transparent;
  border: 2px solid rgb(33,37,41);
}
section[data-type="component-tiny-text-ua"] [data-list-style-type="lista-circulos-grandes"][data-list-color="current"] > li::before {
  background-color: currentColor;
}
section[data-type="component-tiny-text-ua"] [data-list-style-type="lista-circulos-grandes"][data-list-color="current"][data-fill="unfilled"] > li::before {
  background-color: transparent;
  border: 2px solid currentColor;
}

section[data-type="component-tiny-text-ua"] ul.lista-circulos-grandes-orange > li::marker, 
section[data-type="component-tiny-text-ua"] ol.lista-circulos-grandes-orange > li::marker,
section[data-type="component-tiny-text-ua"] ul.lista-circulos-grandes.orange > li::marker, 
section[data-type="component-tiny-text-ua"] ol.lista-circulos-grandes.orange > li::marker,
section[data-type="component-tiny-text-ua"] [data-list-style-type="lista-circulos-grandes"] > li::marker {
  content: "";
}
section[data-type="component-tiny-text-ua"] ul.lista-circulos-grandes > li > :first-child, 
section[data-type="component-tiny-text-ua"] ol.lista-circulos-grandes > li > :first-child,
section[data-type="component-tiny-text-ua"] [data-list-style-type="lista-circulos-grandes"] > li > :first-child {
  /*display: inline-block;*/
}
section[data-type="component-tiny-text-ua"] ul.lista-circulos-grandes-orange > li,
section[data-type="component-tiny-text-ua"] ol.lista-circulos-grandes-orange > li,
section[data-type="component-tiny-text-ua"] ul.lista-circulos-grandes > li,
section[data-type="component-tiny-text-ua"] ol.lista-circulos-grandes > li,
section[data-type="component-tiny-text-ua"] [data-list-style-type="lista-circulos-grandes"] > li {
  margin-bottom: 1rem; 
  /*padding-left: 50px;*/  /* desde el ul, por rtl */
  background-image: none !important; /* para que no salgan también las viñetas por defecto de las ul */
}
section[data-type="component-tiny-text-ua"] ul.lista-circulos-grandes-orange > li[dir="rtl"],
section[data-type="component-tiny-text-ua"] ol.lista-circulos-grandes-orange > li[dir="rtl"],
section[data-type="component-tiny-text-ua"] ul.lista-circulos-grandes > li[dir="rtl"],
section[data-type="component-tiny-text-ua"] ol.lista-circulos-grandes > li[dir="rtl"],
section[data-type="component-tiny-text-ua"] [dir="rtl"] ul.lista-circulos-grandes-orange > li,
section[data-type="component-tiny-text-ua"] [dir="rtl"] ol.lista-circulos-grandes-orange > li,
section[data-type="component-tiny-text-ua"] [dir="rtl"] ul.lista-circulos-grandes > li,
section[data-type="component-tiny-text-ua"] [dir="rtl"] ol.lista-circulos-grandes > li,

section[data-type="component-tiny-text-ua"] [data-list-style-type="lista-circulos-grandes"] > li[dir="rtl"],
section[data-type="component-tiny-text-ua"] [dir="rtl"] [data-list-style-type="lista-circulos-grandes"] > li {
  padding-left: 0;
  padding-right: 50px;
  text-align: right;
}


/* lista sin viñetas */
section[data-type="component-tiny-text-ua"] ul.lista-sin-vinyetas,
section[data-type="component-tiny-text-ua"] ol.lista-sin-vinyetas,
section[data-type="component-tiny-text-ua"] [data-list-style-type="lista-sin-vinyetas"] {
  list-style: none;
  margin: 0;
  padding: 0; 
  padding-left: 50px; 
}
section[data-type="component-tiny-text-ua"] ul.lista-sin-vinyetas ul,
section[data-type="component-tiny-text-ua"] ul.lista-sin-vinyetas ol,
section[data-type="component-tiny-text-ua"] ol.lista-sin-vinyetas ul,
section[data-type="component-tiny-text-ua"] ol.lista-sin-vinyetas ol,
section[data-type="component-tiny-text-ua"] [data-list-style-type="lista-sin-vinyetas"] ul,
section[data-type="component-tiny-text-ua"] [data-list-style-type="lista-sin-vinyetas"] ol {
  list-style: inherit;
  list-style: revert;
}

/* lista números grandes */
section[data-type="component-tiny-text-ua"] ol.lista-numeros-grandes,
section[data-type="component-tiny-text-ua"] ol.lista-numeros-grandes-orange,
section[data-type="component-tiny-text-ua"] [data-list-style-type="lista-numeros-grandes"] {
/*   list-style: none;
  *list-style: decimal;
  //margin: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 40px;
  padding: 0; 
*/
  list-style: decimal;
  padding-left: 50px; 
}
section[data-type="component-tiny-text-ua"] ol.lista-numeros-grandes > li ,
section[data-type="component-tiny-text-ua"] ol.lista-numeros-grandes-orange > li,
section[data-type="component-tiny-text-ua"] ol[data-list-style-type="lista-numeros-grandes"] > li {
  list-style: decimal;
}
section[data-type="component-tiny-text-ua"] ol.lista-numeros-grandes > li[dir="rtl"] ,
section[data-type="component-tiny-text-ua"] ol.lista-numeros-grandes-orange > li[dir="rtl"],
section[data-type="component-tiny-text-ua"] [dir="rtl"] ol.lista-numeros-grandes > li,
section[data-type="component-tiny-text-ua"] [dir="rtl"] ol.lista-numeros-grandes-orange > li,
section[data-type="component-tiny-text-ua"] ol[data-list-style-type="lista-sin-vinyetas"] > li[dir="rtl"] ,
section[data-type="component-tiny-text-ua"] [dir="rtl"] ol[data-list-style-type="lista-sin-vinyetas"] > li {
  padding-left: 0; 
  padding-right: 50px; 
  text-align: right;
}


section[data-type="component-tiny-text-ua"] ul.lista-numeros-grandes,
section[data-type="component-tiny-text-ua"] ul.lista-numeros-grandes-orange,
section[data-type="component-tiny-text-ua"] ul[data-list-style-type="lista-numeros-grandes"] {
  /* list-style: none;
  *list-style: decimal;
  //margin: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 40px;
  padding: 0;  */
  list-style: decimal;
  padding-left: 50px;
}
section[data-type="component-tiny-text-ua"] [class^=lista-numeros-grandes] ul,
section[data-type="component-tiny-text-ua"] [class^=lista-numeross-grandes] ol,
section[data-type="component-tiny-text-ua"] ul [class^=lista-numeros-grandes],
section[data-type="component-tiny-text-ua"] ol [class^=lista-numeros-grandes],
section[data-type="component-tiny-text-ua"] [data-list-style-type="lista-numeros-grandes"] ul,
section[data-type="component-tiny-text-ua"] [data-list-style-type="lista-numeros-grandes"] ol,
section[data-type="component-tiny-text-ua"] ul [data-list-style-type="lista-numeros-grandes"],
section[data-type="component-tiny-text-ua"] ol [data-list-style-type="lista-numeros-grandes"] {
  padding-left: 20px; /* menos margen para las que no son de 1er nivel */
}

section[data-type="component-tiny-text-ua"] ul.lista-numeros-grandes > li ,
section[data-type="component-tiny-text-ua"] ul.lista-numeros-grandes-orange > li,
section[data-type="component-tiny-text-ua"] ul[data-list-style-type="lista-numeros-grandes"] > li {
  list-style: decimal;
  padding-left: 50px; /* de los ul, por rtl */
  padding-left: 0; /*20220517 */
}
section[data-type="component-tiny-text-ua"] ul.lista-numeros-grandes > li[dir="rtl"] ,
section[data-type="component-tiny-text-ua"] ul.lista-numeros-grandes-orange > li[dir="rtl"],
section[data-type="component-tiny-text-ua"] [dir="rtl"] ul.lista-numeros-grandes > li ,
section[data-type="component-tiny-text-ua"] [dir="rtl"] ul.lista-numeros-grandes-orange > li,
section[data-type="component-tiny-text-ua"] ul[data-list-style-type="lista-numeros-grandes"] > li[dir="rtl"] ,
section[data-type="component-tiny-text-ua"] [dir="rtl"] ul[data-list-style-type="lista-numeros-grandes"] > li {
  padding-left: 0; 
  padding-right: 50px; 
  text-align: right;
}


/* section[data-type="component-tiny-text-ua"] ol {
  counter-reset: li; 
} */
/*section[data-type="component-tiny-text-ua"] ul {
  counter-reset: li; 
}*/

section[data-type="component-tiny-text-ua"] ol.lista-numeros-grandes > li::marker,
section[data-type="component-tiny-text-ua"] ul.lista-numeros-grandes > li::marker,
section[data-type="component-tiny-text-ua"] ol.lista-numeros-grandes-orange > li::marker,
section[data-type="component-tiny-text-ua"] ul.lista-numeros-grandes-orange > li::marker,
section[data-type="component-tiny-text-ua"] ol.lista-numeros-grandes.orange > li::marker,
section[data-type="component-tiny-text-ua"] ul.lista-numeros-grandes.orange > li::marker,
section[data-type="component-tiny-text-ua"] ol.lista-numeros-grandes-orange > li::marker,
section[data-type="component-tiny-text-ua"] ul.lista-numeros-grandes-orange > li::marker,
section[data-type="component-tiny-text-ua"] [data-list-style-type="lista-numeros-grandes"] > li::marker {

  /* content: counter(li, decimal) ". "; */
  /* content: counter(li)"."; */

  /*content: counters(li, ".") " "; */ /* del tipo 1.2.3, encadenando contadores */
  /* counter-increment: li; */

  /* margin-right: .5rem;  */
  color: inherit;
  /* color: var(--color-primary, rgb(33,37,41));  */
  font-size: 1.625rem;
  font-weight: 600;
}
section[data-type="component-tiny-text-ua"] ol.lista-numeros-grandes.orange > li::marker,
section[data-type="component-tiny-text-ua"] ul.lista-numeros-grandes.orange > li::marker,
section[data-type="component-tiny-text-ua"] ol.lista-numeros-grandes-orange > li::marker,
section[data-type="component-tiny-text-ua"] ul.lista-numeros-grandes-orange > li::marker,
section[data-type="component-tiny-text-ua"] ol.lista-numeros-grandes.orange > li::marker,
section[data-type="component-tiny-text-ua"] ul.lista-numeros-grandes.orange > li::marker,
section[data-type="component-tiny-text-ua"] ol.lista-numeros-grandes-orange > li::marker,
section[data-type="component-tiny-text-ua"] ul.lista-numeros-grandes-orange > li::marker {
  color: #ed7100; color: var(--color-light-orange, #ed7100); 
}

section[data-type="component-tiny-text-ua"] [data-list-style-type="lista-numeros-grandes"] > li::marker,
section[data-type="component-tiny-text-ua"] [data-list-style-type="lista-numeros-grandes"][data-list-color="orange"] > li::marker {
  color: #ed7100; color: var(--color-light-orange, #ed7100); 
}
section[data-type="component-tiny-text-ua"] [data-list-style-type="lista-numeros-grandes"][data-list-color="blue"] > li::marker {
  color: #86b7d9;
}
section[data-type="component-tiny-text-ua"] [data-list-style-type="lista-numeros-grandes"][data-list-color="black"] > li::marker {
  color: var(--color-primary, rgb(33,37,41));
}
section[data-type="component-tiny-text-ua"] [data-list-style-type="lista-numeros-grandes"][data-list-color="current"] > li::marker {
  color: currentColor;
}



/* nuevas listas vinyeta_circulo y vinyeta_cuadrado */
section[data-type="component-tiny-text-ua"] [data-list-style-type="vinyeta_circulo"],
section[data-type="component-tiny-text-ua"] [data-list-style-type="vinyeta_cuadrado"] {
  list-style-type: none;
  padding: 0;
  padding-left: 57px;
}
section[data-type="component-tiny-text-ua"] ol[data-list-style-type="vinyeta_circulo"],
section[data-type="component-tiny-text-ua"] ol[data-list-style-type="vinyeta_cuadrado"] {
  counter-reset: item;
}


section[data-type="component-tiny-text-ua"] [data-list-style-type="vinyeta_circulo"] > li:not([dir="rtl"]),
section[data-type="component-tiny-text-ua"] [data-list-style-type="vinyeta_cuadrado"] > li:not([dir="rtl"]), 
section[data-type="component-tiny-text-ua"] [data-list-style-type="vinyeta_circulo"] > li:not([dir="rtl"]) > ul > li,
section[data-type="component-tiny-text-ua"] [data-list-style-type="vinyeta_circulo"] > li:not([dir="rtl"]) > ol > li,
section[data-type="component-tiny-text-ua"] [data-list-style-type="vinyeta_cuadrado"] > li:not([dir="rtl"]) > ul > li,
section[data-type="component-tiny-text-ua"] [data-list-style-type="vinyeta_cuadrado"] > li:not([dir="rtl"]) > ol > li {
  background: none;
  border-top: initial;
  
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
  padding-top: .7em;
}
  /* relleno de la viñeta: li:before */
  section[data-type="component-tiny-text-ua"] [data-list-style-type="vinyeta_circulo"] > li:before,
  section[data-type="component-tiny-text-ua"] [data-list-style-type="vinyeta_cuadrado"] > li:before {
      content: ""; 
      position: absolute; 
      left: 0; 
      top: 2px; 
      border: solid 2px #86b7d9;
      height: 21px;
      width: 21px;
      height: 24px;
      width: 24px;
      margin-left: -32px;
      margin-top: 10px;

      border-color: currentColor;
  }
      /* rellena */
      section[data-type="component-tiny-text-ua"] [data-list-style-type="vinyeta_circulo"]:not([data-fill='unfilled']) > li:before,
      section[data-type="component-tiny-text-ua"] [data-list-style-type="vinyeta_cuadrado"]:not([data-fill='unfilled']) > li:before {
          border-width: 12px;
      }
      /* circular */
      section[data-type="component-tiny-text-ua"] [data-list-style-type="vinyeta_circulo"] > li:before {
          border-radius: 20px;
      }
      /* colores */
      section[data-type="component-tiny-text-ua"] [data-list-style-type="vinyeta_circulo"] > li:before,
      section[data-type="component-tiny-text-ua"] [data-list-style-type="vinyeta_cuadrado"] > li:before,
      section[data-type="component-tiny-text-ua"] [data-list-style-type="vinyeta_circulo"][data-list-color="blue"] > li:before,
      section[data-type="component-tiny-text-ua"] [data-list-style-type="vinyeta_cuadrado"][data-list-color="blue"] > li:before {
          border-color: #86b7d9;
      }
      section[data-type="component-tiny-text-ua"] [data-list-style-type="vinyeta_circulo"][data-list-color="orange"] > li:before,
      section[data-type="component-tiny-text-ua"] [data-list-style-type="vinyeta_cuadrado"][data-list-color="orange"] > li:before {
          border-color: #ed7100;
      }
      section[data-type="component-tiny-text-ua"] [data-list-style-type="vinyeta_circulo"][data-list-color="black"] > li:before,
      section[data-type="component-tiny-text-ua"] [data-list-style-type="vinyeta_cuadrado"][data-list-color="black"] > li:before {
          border-color: var(--color-primary, rgb(33,37,41));
      }
      section[data-type="component-tiny-text-ua"] [data-list-style-type="vinyeta_circulo"][data-list-color="current"] > li:before,
      section[data-type="component-tiny-text-ua"] [data-list-style-type="vinyeta_cuadrado"][data-list-color="current"] > li:before {
          border-color: currentColor;
      }


  /* contenido de la viñeta (flecha o numeración): li:after */
  section[data-type="component-tiny-text-ua"] [data-list-style-type="vinyeta_circulo"] > li:after,
  section[data-type="component-tiny-text-ua"] [data-list-style-type="vinyeta_cuadrado"] > li:after {
      content: "";
      position: absolute;
      left: 7px;
      top: 10px;
      height: 6px;
      width: 6px;
      border: 1px solid white;
      border-width: 2px 2px 0 0;
      margin-left: -31px;
      margin-top: 11px; 

      border-color: white;
      color: white;
  }        
  section[data-type="component-tiny-text-ua"] ul[data-list-style-type="vinyeta_circulo"] > li:after,
  section[data-type="component-tiny-text-ua"] ul[data-list-style-type="vinyeta_cuadrado"] > li:after {
      transform: rotate(45deg);
  }
  /* colores */
  section[data-type="component-tiny-text-ua"] [data-list-style-type="vinyeta_circulo"][data-fill="unfilled"] > li:after,
  section[data-type="component-tiny-text-ua"] [data-list-style-type="vinyeta_cuadrado"][data-fill="unfilled"] > li:after,
  section[data-type="component-tiny-text-ua"] [data-list-style-type="vinyeta_circulo"][data-fill="unfilled"][data-list-color="blue"] > li:after,
  section[data-type="component-tiny-text-ua"] [data-list-style-type="vinyeta_cuadrado"][data-fill="unfilled"][data-list-color="blue"] > li:after {
      border-color: #86b7d9;
      color: #86b7d9;
  }
  section[data-type="component-tiny-text-ua"] [data-list-style-type="vinyeta_circulo"][data-fill="unfilled"][data-list-color="orange"] > li:after,
  section[data-type="component-tiny-text-ua"] [data-list-style-type="vinyeta_cuadrado"][data-fill="unfilled"][data-list-color="orange"] > li:after {
      border-color: #ed7100;
      color: #ed7100;
  }
  section[data-type="component-tiny-text-ua"] [data-list-style-type="vinyeta_circulo"][data-fill="unfilled"][data-list-color="black"] > li:after,
  section[data-type="component-tiny-text-ua"] [data-list-style-type="vinyeta_cuadrado"][data-fill="unfilled"][data-list-color="black"] > li:after {
      border-color: var(--color-primary, rgb(33,37,41));
      color: var(--color-primary, rgb(33,37,41));
  }
  section[data-type="component-tiny-text-ua"] [data-list-style-type="vinyeta_circulo"][data-fill="unfilled"][data-list-color="current"] > li:after,
  section[data-type="component-tiny-text-ua"] [data-list-style-type="vinyeta_cuadrado"][data-fill="unfilled"][data-list-color="current"] > li:after {
      border-color: currentColor;
      color: currentColor;
  }
  /* numeración */
  section[data-type="component-tiny-text-ua"] ol[data-list-style-type="vinyeta_circulo"] > li:after,
  section[data-type="component-tiny-text-ua"] ol[data-list-style-type="vinyeta_cuadrado"] > li:after {
      content: counter(item) " ";
      counter-increment: item;
      
      transform: initial;
      border: none;
      margin-left: -39px;
      margin-top: 4px;
      width: 24px;
      height: 22px;
      text-align: center;
      font-size: 0.84em;
      font-size: 0.85em;
      font-weight: bold;
  }
      


/* AJUSTES GENERALES PARA LISTAS */
section[data-type="component-tiny-text-ua"] ul  ul, 
section[data-type="component-tiny-text-ua"] ol ol, 
section[data-type="component-tiny-text-ua"] ul ol, 
section[data-type="component-tiny-text-ua"] ol ul {
  padding-left: 20px;  /* menos margen para las que no son de 1er nivel */
}

section[data-type="component-tiny-text-ua"] p + ul, 
section[data-type="component-tiny-text-ua"] p + ol {
    margin-top:  -1rem !important; /* listas tras oárrafos, recuperar uno de los espaciados (que no sumen el del párrafo con el de lista) */
}


/* formato -lista-por-defecto (permite restablecerlo en listas anidadas) */
section[data-type="component-tiny-text-ua"] ul.lista-por-defecto > li:not([dir="rtl"]),
section[data-type="component-tiny-text-ua"] ul[data-list-style-type="lista-por-defecto"] > li:not([dir="rtl"]) {
    /*background:url('https://web.ua.es/es/comun/imagenes/-gestadm/plantilla4/css/sprite.png') no-repeat scroll -275px -1389px transparent;*/
    /* background:url('https://web.ua.es/es/comun/imagenes/-gestadm/plantilla4/css/sprite.png') no-repeat scroll -275px -1381px transparent; */
    background:url('https://web.ua.es/es/comun2/img/vinyetas/sprite.png') no-repeat scroll -275px -1381px transparent;
    list-style: none outside none;
    padding: 0.7em 0 0 1.25em;
    padding-left: 1em; /* 20220517 unir más el texto a la viñeta */
  }
  /*section[data-type="component-tiny-text-ua"] li > ul:not(.nav) > li:not(.nav-item)  {*/
  section[data-type="component-tiny-text-ua"] li:not([dir="rtl"]) > ul.lista-por-defecto > li:not([dir="rtl"]),
  section[data-type="component-tiny-text-ua"] li:not([dir="rtl"]) > ul[data-list-style-type="lista-por-defecto"] > li:not([dir="rtl"]) {
    /*background:url('https://web.ua.es/es/comun/imagenes/-gestadm/plantilla4/css/sprite.png') no-repeat scroll -175px -1421px transparent;*/
    /* background:url('https://web.ua.es/es/comun/imagenes/-gestadm/plantilla4/css/sprite.png') no-repeat scroll -175px -1416px transparent; */
    background:url('https://web.ua.es/es/comun2/img/vinyetas/sprite.png') no-repeat scroll -175px -1416px transparent;
    border-top: medium none;
    list-style: none outside none;
    margin-top: 0.2em;
    padding: 0 0 0 1.5em;
    padding-left: 1em; /* 20220517 unir más el texto a la viñeta */
  }
section[data-type="component-tiny-text-ua"] ol.lista-por-defecto > li::marker,
section[data-type="component-tiny-text-ua"] ol[data-list-style-type="lista-por-defecto"] > li::marker {
    color: revert;
    font-size: revert;
    font-weight: revert;
}


  /* .lista-sangria-reducida */
  section[data-type="component-tiny-text-ua"] ul.lista-sangria-reducida,
  section[data-type="component-tiny-text-ua"] ol.lista-sangria-reducida,
  section[data-type="component-tiny-text-ua"] ol.lista-sangria-reducida ul,
  section[data-type="component-tiny-text-ua"] ul.lista-sangria-reducida ol,
  section[data-type="component-tiny-text-ua"] ul.lista-sangria-reducida ul,
  section[data-type="component-tiny-text-ua"] ol.lista-sangria-reducida ol,
  section[data-type="component-tiny-text-ua"] [data-sangria="reducida"],
  section[data-type="component-tiny-text-ua"] [data-sangria="reducida"] ul,
  section[data-type="component-tiny-text-ua"] [data-sangria="reducida"] ol {
      padding-left: 15px; /* entre mínimo 5px y 40px */
  }
  section[data-type="component-tiny-text-ua"] ul.lista-sangria-reducida.lista-circulos-grandes-orange, 
  section[data-type="component-tiny-text-ua"] ol.lista-sangria-reducida.lista-circulos-grandes-orange, 
  section[data-type="component-tiny-text-ua"] ul.lista-sangria-reducida.lista-circulos-grandes, 
  section[data-type="component-tiny-text-ua"] ol.lista-sangria-reducida.lista-circulos-grandes,
  section[data-type="component-tiny-text-ua"] [data-sangria="reducida"][data-list-style-type="lista-circulos-grandes"] {
  padding-left: 35px; /* entre mínimo 24px y 50px */
  }
  section[data-type="component-tiny-text-ua"] [class^="lista-circulos-grandes"].lista-sangria-reducida ul, 
  section[data-type="component-tiny-text-ua"] [class^="lista-circulos-grandes"].lista-sangria-reducida ol, 
  section[data-type="component-tiny-text-ua"] ul.lista-sangria-reducida [class^="lista-circulos-grandes"], 
  section[data-type="component-tiny-text-ua"] ol.lista-sangria-reducida [class^="lista-circulos-grandes"],
  section[data-type="component-tiny-text-ua"] [data-list-style-type="lista-circulos-grandes"][data-sangria="reducida"] ul, 
  section[data-type="component-tiny-text-ua"] [data-list-style-type="lista-circulos-grandes"][data-sangria="reducida"] ol, 
  section[data-type="component-tiny-text-ua"] [data-sangria="reducida"] [data-list-style-type="lista-circulos-grandes"] {
  padding-left: 15px; /* entre mínimo 10px y 20px */
  }


  section[data-type="component-tiny-text-ua"] ul.lista-sangria-reducida.lista-numeros-grandes-orange, 
  section[data-type="component-tiny-text-ua"] ol.lista-sangria-reducida.lista-numeros-grandes-orange, 
  section[data-type="component-tiny-text-ua"] ul.lista-sangria-reducida.lista-numeros-grandes, 
  section[data-type="component-tiny-text-ua"] ol.lista-sangria-reducida.lista-numeros-grandes,
  section[data-type="component-tiny-text-ua"] [data-sangria="reducida"][data-list-style-type="lista-numeros-grandes"] 
  {
  padding-left: 42px; /* entre mínimo 32px y 50px */
  }
  section[data-type="component-tiny-text-ua"] [class^="lista-numeros-grandes"].lista-sangria-reducida ul, 
  section[data-type="component-tiny-text-ua"] [class^="lista-numeros-grandes"].lista-sangria-reducida ol, 
  section[data-type="component-tiny-text-ua"] ul.lista-sangria-reducida [class^="lista-numeros-grandes"], 
  section[data-type="component-tiny-text-ua"] ol.lista-sangria-reducida [class^="lista-numeros-grandes"],
  section[data-type="component-tiny-text-ua"] [data-list-style-type="lista-numeros-grandes"][data-sangria="reducida"] ul, 
  section[data-type="component-tiny-text-ua"] [data-list-style-type="lista-numeros-grandes"][data-sangria="reducida"] ol, 
  section[data-type="component-tiny-text-ua"] ol[data-sangria="reducida"] [data-list-style-type="lista-numeros-grandes"] {
  padding-left: 15px; /* entre mínimo 10px y 20px */
  }

  section[data-type="component-tiny-text-ua"] ul.lista-sangria-reducida.vinyeta_7_1, 
  section[data-type="component-tiny-text-ua"] ol.lista-sangria-reducida.vinyeta_7_1,
  section[data-type="component-tiny-text-ua"] [data-sangria="reducida"][data-list-style-type="vinyeta_7_1"] {
      padding-left: 0px; /* restablecerlo a 0px */
  }

  section[data-type="component-tiny-text-ua"] ul.lista-sangria-reducida.vinyeta_7_1 > li, 
  section[data-type="component-tiny-text-ua"] ol.lista-sangria-reducida.vinyeta_7_1 > li,
  section[data-type="component-tiny-text-ua"] [data-sangria="reducida"][data-list-style-type="vinyeta_7_1"] > li {
      margin-left: 12px; /* entre mínimo 2px y 22px */
  }
  section[data-type="component-tiny-text-ua"] ul.lista-sangria-reducida.vinyeta_7_1 > li li, 
  section[data-type="component-tiny-text-ua"] ol.lista-sangria-reducida.vinyeta_7_1 > li li,
  section[data-type="component-tiny-text-ua"] [data-sangria="reducida"][data-list-style-type="vinyeta_7_1"] > li li {
      margin-left: 0px;
  }


  section[data-type="component-tiny-text-ua"] [data-list-style-type="vinyeta_circulo"][data-sangria="reducida"],
  section[data-type="component-tiny-text-ua"] [data-list-style-type="vinyeta_cuadrado"][data-sangria="reducida"] {
      padding-left: 41px;
  }


  
  /* .lista-sangria-minima */
  section[data-type="component-tiny-text-ua"] ul.lista-sangria-minima,
  section[data-type="component-tiny-text-ua"] ol.lista-sangria-minima,
  section[data-type="component-tiny-text-ua"] ol.lista-sangria-minima ul,
  section[data-type="component-tiny-text-ua"] ul.lista-sangria-minima ol,
  section[data-type="component-tiny-text-ua"] ul.lista-sangria-minima ul,
  section[data-type="component-tiny-text-ua"] ol.lista-sangria-minima ol,
  section[data-type="component-tiny-text-ua"] [data-sangria="minima"] ul,
  section[data-type="component-tiny-text-ua"] [data-sangria="minima"] ol {
      padding-left: 5px; /* desde 40px */
  }
  section[data-type="component-tiny-text-ua"] ul.lista-sangria-minima.lista-circulos-grandes-orange, 
  section[data-type="component-tiny-text-ua"] ol.lista-sangria-minima.lista-circulos-grandes-orange, 
  section[data-type="component-tiny-text-ua"] ul.lista-sangria-minima.lista-circulos-grandes, 
  section[data-type="component-tiny-text-ua"] ol.lista-sangria-minima.lista-circulos-grandes
  section[data-type="component-tiny-text-ua"] [data-sangria="minima"][data-list-style-type="lista-circulos-grandes"] {
      padding-left: 24px; /* desde 50px */
  }
  section[data-type="component-tiny-text-ua"] [class^="lista-circulos-grandes"].lista-sangria-minima ul, 
  section[data-type="component-tiny-text-ua"] [class^="lista-circulos-grandes"].lista-sangria-minima ol, 
  section[data-type="component-tiny-text-ua"] ul.lista-sangria-minima [class^="lista-circulos-grandes"], 
  section[data-type="component-tiny-text-ua"] ol.lista-sangria-minima [class^="lista-circulos-grandes"],
  section[data-type="component-tiny-text-ua"] [data-list-style-type="lista-circulos-grandes"][data-sangria="minima"] ul, 
  section[data-type="component-tiny-text-ua"] [data-list-style-type="lista-circulos-grandes"][data-sangria="minima"] ol, 
  section[data-type="component-tiny-text-ua"] ul[data-sangria="minima"] [data-list-style-type="lista-circulos-grandes"], 
  section[data-type="component-tiny-text-ua"] ol[data-sangria="minima"] [data-list-style-type="lista-circulos-grandes"] {
      padding-left: 10px; /* desde 20px */
  }


  section[data-type="component-tiny-text-ua"] ul.lista-sangria-minima.lista-numeros-grandes-orange, 
  section[data-type="component-tiny-text-ua"] ol.lista-sangria-minima.lista-numeros-grandes-orange, 
  section[data-type="component-tiny-text-ua"] ul.lista-sangria-minima.lista-numeros-grandes, 
  section[data-type="component-tiny-text-ua"] ol.lista-sangria-minima.lista-numeros-grandes,
  section[data-type="component-tiny-text-ua"] [data-sangria="minima"][data-list-style-type="lista-numeros-grandes"]
  {
      padding-left: 32px; /* desde 50px */
  }
  section[data-type="component-tiny-text-ua"] [class^="lista-numeros-grandes"].lista-sangria-minima ul, 
  section[data-type="component-tiny-text-ua"] [class^="lista-numeros-grandes"].lista-sangria-minima ol, 
  section[data-type="component-tiny-text-ua"] ul.lista-sangria-minima [class^="lista-numeros-grandes"], 
  section[data-type="component-tiny-text-ua"] ol.lista-sangria-minima [class^="lista-numeros-grandes"],
  section[data-type="component-tiny-text-ua"] [data-list-style-type="lista-numeros-grandes"][data-sangria="minima"] ul, 
  section[data-type="component-tiny-text-ua"] [data-list-style-type="lista-numeros-grandes"][data-sangria="minima"] ol, 
  section[data-type="component-tiny-text-ua"] [data-sangria="minima"] [data-list-style-type="lista-numeros-grandes"] {
      padding-left: 10px; /* desde 20px */
  }

  section[data-type="component-tiny-text-ua"] ul.lista-sangria-minima.vinyeta_7_1, 
  section[data-type="component-tiny-text-ua"] ol.lista-sangria-minima.vinyeta_7_1,
  section[data-type="component-tiny-text-ua"] [data-sangria="minima"][data-list-style-type="vinyeta_7_1"] {
      padding-left: 0px; /* restablecerlo a 0px */
  }

  section[data-type="component-tiny-text-ua"] ul.lista-sangria-minima.vinyeta_7_1 > li, 
  section[data-type="component-tiny-text-ua"] ol.lista-sangria-minima.vinyeta_7_1 > li,
  section[data-type="component-tiny-text-ua"] [data-sangria="minima"][data-list-style-type="vinyeta_7_1"] > li {
      margin-left: 2px; /* desde 22px */
  }
  section[data-type="component-tiny-text-ua"] ul.lista-sangria-minima.vinyeta_7_1 > li li, 
  section[data-type="component-tiny-text-ua"] ol.lista-sangria-minima.vinyeta_7_1 > li li,
  section[data-type="component-tiny-text-ua"] [data-sangria="minima"][data-list-style-type="vinyeta_7_1"] > li li {
      margin-left: -2px; /* desde 22px */
  }

  section[data-type="component-tiny-text-ua"] ul.lista-sangria-minima.vinyeta_7_1 > li li, 
  section[data-type="component-tiny-text-ua"] ol.lista-sangria-minima.vinyeta_7_1 > li li,
  section[data-type="component-tiny-text-ua"] [data-sangria="minima"][data-list-style-type="vinyeta_7_1"] > li li {
      margin-left: 0px;
  }

  section[data-type="component-tiny-text-ua"] [data-list-style-type="vinyeta_circulo"][data-sangria="minima"],
  section[data-type="component-tiny-text-ua"] [data-list-style-type="vinyeta_cuadrado"][data-sangria="minima"] {
      padding-left: 33px;
  }

  



/* --------------------------------- */
/* formatos de separadores (DIVIDER) */
section[data-type="component-tiny-text-ua"] .subSeccionSubrayada-orange,
section[data-type="component-tiny-text-ua"] .subSeccionSubrayada,   /* componente encabezado original */
section[data-type="component-tiny-text-ua"] [data-decoracion="subSeccionSubrayada-orange"],
section[data-type="component-tiny-text-ua"] [data-decoracion="subSeccionSubrayada"] {   /* componente encabezado original */
  margin-top: calc(1.66em - 1rem);
  line-height: initial;
  border-bottom: 1px solid #dcdcdc;
  /* color: #483a2b; */
  color: inherit;
  display: block;
  margin-bottom: .77em;
  /* padding-bottom: .75em; */
  padding-bottom: .55em;
  position: relative;
}
section[data-type="component-tiny-text-ua"] .subSeccionSubrayada-orange:after,  
section[data-type="component-tiny-text-ua"] .subSeccionSubrayada:after,
section[data-type="component-tiny-text-ua"] [data-decoracion="subSeccionSubrayada-orange"]:after,  
section[data-type="component-tiny-text-ua"] [data-decoracion="subSeccionSubrayada"]:after {
      width: 2.88em;
      height: 0.33em;
      position: absolute;
      bottom: -.22em;
      left: 0px;
      display: block;
      background: #86b7d9;
      content: '';
  }
  section[data-type="component-tiny-text-ua"] .subSeccionSubrayada-orange:after,
  section[data-type="component-tiny-text-ua"] [data-decoracion="subSeccionSubrayada-orange"]:after {
      background: #ed7100;
  }
  section[data-type="component-tiny-text-ua"] .subSeccionSubrayada-orange[dir="rtl"]:not([style*="text-align: left"]):not([style*="text-align: center"]):after,
  section[data-type="component-tiny-text-ua"] .subSeccionSubrayada[dir="rtl"]:not([style*="text-align: left"]):not([style*="text-align: center"]):after,
  section[data-type="component-tiny-text-ua"] .subSeccionSubrayada[style*="text-align: right"]:after,
  section[data-type="component-tiny-text-ua"] .subSeccionSubrayada-orange[style*="text-align: right"]:after,
  section[data-type="component-tiny-text-ua"] [data-decoracion="subSeccionSubrayada-orange"][dir="rtl"]:not([style*="text-align: left"]):not([style*="text-align: center"]):after,
  section[data-type="component-tiny-text-ua"] [data-decoracion="subSeccionSubrayada"][dir="rtl"]:not([style*="text-align: left"]):not([style*="text-align: center"]):after,
  section[data-type="component-tiny-text-ua"] [data-decoracion="subSeccionSubrayada"][style*="text-align: right"]:after,
  section[data-type="component-tiny-text-ua"] [data-decoracion="subSeccionSubrayada-orange"][style*="text-align: right"]:after {
    left: initial;
    right: 0;
  }
  section[data-type="component-tiny-text-ua"] .subSeccionSubrayada-orange[style*="text-align: center"]:after,
  section[data-type="component-tiny-text-ua"] .subSeccionSubrayada[style*="text-align: center"]:after,
  section[data-type="component-tiny-text-ua"] [data-decoracion="subSeccionSubrayada-orange"][style*="text-align: center"]:after,
  section[data-type="component-tiny-text-ua"] [data-decoracion="subSeccionSubrayada"][style*="text-align: center"]:after {
    width: 75%;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
  }



section[data-type="component-tiny-text-ua"] .divider-text-up,
section[data-type="component-tiny-text-ua"] [data-decoracion="divider-text-up"] {
    width: 100%;
    border-bottom: 1px solid #e8e7e8;
    display: block;
    /* margin: 50px 0; */
    margin-top: 1.66em;
    margin-bottom: .77em; 
    /* color: #929292;  */
  }
  
  /* .divider-text-left antes de 2022 */
  /*
  section[data-type="component-tiny-text-ua"] .divider-text-left {
    margin-top: 1.66em;
    margin-bottom: .77em; 
    overflow: hidden;
    display: block;
    clear: both;
  }
  
  section[data-type="component-tiny-text-ua"] .divider-text-left:after {
    content: "";
    display: inline-block;
    height: 0.3em;
    vertical-align: bottom;
    width: 100%;
    margin-right: -100%;
    margin-left: 10px;
    border-top: .1em solid #ed7100;
    border-top-color: var(--color-light-orange, #ed7100); 
  }
  */
  
/* .divider-text-left y .subSeccionSubrayada implementado como los títulos .deco-linea-lateral-naranja y .deco-linea-lateral-azul */
section[data-type="component-tiny-text-ua"] .divider-text-left[dir="rtl"]:not([style*="text-align: center"]),
section[data-type="component-tiny-text-ua"] .divider-text-left-blue[dir="rtl"]:not([style*="text-align: center"]),
section[data-type="component-tiny-text-ua"] [data-decoracion="divider-text-left"][dir="rtl"]:not([style*="text-align: center"]),
section[data-type="component-tiny-text-ua"] [data-decoracion="divider-text-left-blue"][dir="rtl"]:not([style*="text-align: center"])
{
  text-align: right !important;
}
section[data-type="component-tiny-text-ua"] .divider-text-left,
section[data-type="component-tiny-text-ua"] .divider-text-left-blue,
section[data-type="component-tiny-text-ua"] [data-decoracion="divider-text-left"],
section[data-type="component-tiny-text-ua"] [data-decoracion="divider-text-left-blue"]
{
    /* margin-top: 1.66em;
    margin-bottom: .77em;  */
    overflow: hidden;
    /* display: block; */
    clear: both;
    margin-top: calc(1.66em - 1rem);
    margin-bottom: calc(.77em - .5rem);
}
section[data-type="component-tiny-text-ua"] .divider-text-left:after,
section[data-type="component-tiny-text-ua"] .divider-text-left[style*="text-align: center"]:not([dir="rtl"]):after, 
section[data-type="component-tiny-text-ua"] .divider-text-left[style*="text-align: center"][dir="rtl"]:before, 

section[data-type="component-tiny-text-ua"] .divider-text-left-blue:after,
section[data-type="component-tiny-text-ua"] .divider-text-left-blue[style*="text-align: center"]:not([dir="rtl"]):after, 
section[data-type="component-tiny-text-ua"] .divider-text-left-blue[style*="text-align: center"][dir="rtl"]:before, 

section[data-type="component-tiny-text-ua"] .divider-text-left[style*="text-align: right"]:not([dir="rtl"]):before,
section[data-type="component-tiny-text-ua"] .divider-text-left[style*="text-align: center"]:not([dir="rtl"]):before,
section[data-type="component-tiny-text-ua"] .divider-text-left[style*="text-align: center"][dir="rtl"]:after,

section[data-type="component-tiny-text-ua"] .divider-text-left-blue[style*="text-align: right"]:not([dir="rtl"]):before,
section[data-type="component-tiny-text-ua"] .divider-text-left-blue[style*="text-align: center"]:not([dir="rtl"]):before,
section[data-type="component-tiny-text-ua"] .divider-text-left-blue[style*="text-align: center"][dir="rtl"]:after,

section[data-type="component-tiny-text-ua"] [data-decoracion="divider-text-left"]:after,
section[data-type="component-tiny-text-ua"] [data-decoracion="divider-text-left"][style*="text-align: center"]:not([dir="rtl"]):after, 
section[data-type="component-tiny-text-ua"] [data-decoracion="divider-text-left"][style*="text-align: center"][dir="rtl"]:before, 

section[data-type="component-tiny-text-ua"] [data-decoracion="divider-text-left-blue"]:after,
section[data-type="component-tiny-text-ua"] [data-decoracion="divider-text-left-blue"][style*="text-align: center"]:not([dir="rtl"]):after, 
section[data-type="component-tiny-text-ua"] [data-decoracion="divider-text-left-blue"][style*="text-align: center"][dir="rtl"]:before, 

section[data-type="component-tiny-text-ua"] [data-decoracion="divider-text-left"][style*="text-align: right"]:not([dir="rtl"]):before,
section[data-type="component-tiny-text-ua"] [data-decoracion="divider-text-left"][style*="text-align: center"]:not([dir="rtl"]):before,
section[data-type="component-tiny-text-ua"] [data-decoracion="divider-text-left"][style*="text-align: center"][dir="rtl"]:after,

section[data-type="component-tiny-text-ua"] [data-decoracion="divider-text-left-blue"][style*="text-align: right"]:not([dir="rtl"]):before,
section[data-type="component-tiny-text-ua"] [data-decoracion="divider-text-left-blue"][style*="text-align: center"]:not([dir="rtl"]):before,
section[data-type="component-tiny-text-ua"] [data-decoracion="divider-text-left-blue"][style*="text-align: center"][dir="rtl"]:after 
{
  content: "";
  display: inline-block;
  height: 0.3em;
  vertical-align: bottom;
  width: 100%;
}
section[data-type="component-tiny-text-ua"] .divider-text-left:after,
section[data-type="component-tiny-text-ua"] .divider-text-left[dir="rtl"]:before,
section[data-type="component-tiny-text-ua"] .divider-text-left[style*="text-align: center"]:not([dir="rtl"]):after, 
section[data-type="component-tiny-text-ua"] .divider-text-left[style*="text-align: center"][dir="rtl"]:before, 
section[data-type="component-tiny-text-ua"] .divider-text-left-blue:after,
section[data-type="component-tiny-text-ua"] .divider-text-left-blue[dir="rtl"]:before,
section[data-type="component-tiny-text-ua"] .divider-text-left-blue[style*="text-align: center"]:not([dir="rtl"]):after, 
section[data-type="component-tiny-text-ua"] .divider-text-left-blue[style*="text-align: center"][dir="rtl"]:before,
section[data-type="component-tiny-text-ua"] [data-decoracion="divider-text-left"]:after,
section[data-type="component-tiny-text-ua"] [data-decoracion="divider-text-left"][dir="rtl"]:before,
section[data-type="component-tiny-text-ua"] [data-decoracion="divider-text-left"][style*="text-align: center"]:not([dir="rtl"]):after, 
section[data-type="component-tiny-text-ua"] [data-decoracion="divider-text-left"][style*="text-align: center"][dir="rtl"]:before, 
section[data-type="component-tiny-text-ua"] [data-decoracion="divider-text-left-blue"]:after,
section[data-type="component-tiny-text-ua"] [data-decoracion="divider-text-left-blue"][dir="rtl"]:before,
section[data-type="component-tiny-text-ua"] [data-decoracion="divider-text-left-blue"][style*="text-align: center"]:not([dir="rtl"]):after, 
section[data-type="component-tiny-text-ua"] [data-decoracion="divider-text-left-blue"][style*="text-align: center"][dir="rtl"]:before 
{
  margin-right: -100%;
  margin-left: 10px;
  border-top-width: .1em; /*(.15em para título)*/
  border-top-style: solid;
}

  section[data-type="component-tiny-text-ua"] .divider-text-left[style*="text-align: right"]:before,
  section[data-type="component-tiny-text-ua"] .divider-text-left[dir="rtl"]:after,
  section[data-type="component-tiny-text-ua"] .divider-text-left[style*="text-align: center"]:before,
  section[data-type="component-tiny-text-ua"] .divider-text-left-blue[style*="text-align: right"]:before,
  section[data-type="component-tiny-text-ua"] .divider-text-left-blue[dir="rtl"]:after,
  section[data-type="component-tiny-text-ua"] .divider-text-left-blue[style*="text-align: center"]:before,
  section[data-type="component-tiny-text-ua"] [data-decoracion="divider-text-left"][style*="text-align: right"]:before,
  section[data-type="component-tiny-text-ua"] [data-decoracion="divider-text-left"][dir="rtl"]:after,
  section[data-type="component-tiny-text-ua"] [data-decoracion="divider-text-left"][style*="text-align: center"]:before,
  section[data-type="component-tiny-text-ua"] [data-decoracion="divider-text-left-blue"][style*="text-align: right"]:before,
  section[data-type="component-tiny-text-ua"] [data-decoracion="divider-text-left-blue"][dir="rtl"]:after,
  section[data-type="component-tiny-text-ua"] [data-decoracion="divider-text-left-blue"][style*="text-align: center"]:before 
  {
    margin-right: 10px;
    margin-left: -100%;
    border-top-width: .1em; /*(.15em para título)*/
    border-top-style: solid;
  }
  section[data-type="component-tiny-text-ua"] .divider-text-left:after,
  section[data-type="component-tiny-text-ua"] .divider-text-left[style*="text-align: center"]:after,
  section[data-type="component-tiny-text-ua"] .divider-text-left[style*="text-align: right"]:before,
  section[data-type="component-tiny-text-ua"] .divider-text-left[dir="rtl"]:before,
  section[data-type="component-tiny-text-ua"] .divider-text-left[style*="text-align: center"]:before,
  section[data-type="component-tiny-text-ua"] [data-decoracion="divider-text-left"]:after,
  section[data-type="component-tiny-text-ua"] [data-decoracion="divider-text-left"][style*="text-align: center"]:after,
  section[data-type="component-tiny-text-ua"] [data-decoracion="divider-text-left"][style*="text-align: right"]:before,
  section[data-type="component-tiny-text-ua"] [data-decoracion="divider-text-left"][dir="rtl"]:before,
  section[data-type="component-tiny-text-ua"] [data-decoracion="divider-text-left"][style*="text-align: center"]:before
  {
    border-top-color: #ed7100;
  }

  section[data-type="component-tiny-text-ua"] .divider-text-left-blue[style*="text-align: right"]:before,
  section[data-type="component-tiny-text-ua"] .divider-text-left-blue[dir="rtl"]:before,
  section[data-type="component-tiny-text-ua"] .divider-text-left-blue[style*="text-align: center"]:before,
  section[data-type="component-tiny-text-ua"] .divider-text-left-blue:after,
  section[data-type="component-tiny-text-ua"] .divider-text-left-blue[style*="text-align: center"]:after, 
  section[data-type="component-tiny-text-ua"] [data-decoracion="divider-text-left-blue"][style*="text-align: right"]:before,
  section[data-type="component-tiny-text-ua"] [data-decoracion="divider-text-left-blue"][dir="rtl"]:before,
  section[data-type="component-tiny-text-ua"] [data-decoracion="divider-text-left-blue"][style*="text-align: center"]:before,
  section[data-type="component-tiny-text-ua"] [data-decoracion="divider-text-left-blue"]:after,
  section[data-type="component-tiny-text-ua"] [data-decoracion="divider-text-left-blue"][style*="text-align: center"]:after 
  {
    border-top-color: #86b7d9;
  }

  
  /* .divider-text-center */
  section[data-type="component-tiny-text-ua"] .divider-text-center, 
  section[data-type="component-tiny-text-ua"] [data-decoracion="divider-text-center"] {
    text-align: center;
    /* margin: 50px auto;  */
    margin-top: 1.66em;
    margin-bottom: .77em; 
  }
  section[data-type="component-tiny-text-ua"] .divider-text-center:after, section[data-type="component-tiny-text-ua"] .divider-text-center:before,
  section[data-type="component-tiny-text-ua"] [data-decoracion="divider-text-center"]:after, section[data-type="component-tiny-text-ua"] [data-decoracion="divider-text-center"]:before {
    content: "";
    width: 100px;
    height: 1px;
    background: #ed7100; background-color: var(--color-light-orange, #ed7100); 
    display: inline-block;
    vertical-align: middle;
    margin: 15px; 
  }


  /* TABLAS */
section[data-type="component-tiny-text-ua"] table td {
  padding: .3em;
  border-spacing: .3em;
}
section[data-type="component-tiny-text-ua"] table td > p {
  margin-top: 0;
  margin-bottom: 0;
}
section[data-type="component-tiny-text-ua"] table caption {
  caption-side: top;
}


/*
#keditor .mce-content-body table.tablasinbordes:not(.table-bordered),
#keditor .mce-content-body table.tablasinbordes:not(.table-bordered) td,
#keditor .mce-content-body table.tablasinbordes:not(.table-bordered) th {
  border: 1px dashed #BBB;
  border-collapse: separate !important;
  border-spacing: 2px; 
}*/
/* destacar el CAPTION para que no pase desapercibido dónde insertar el título de la tabla */
/*
#keditor section[data-type="component-tiny-text-ua"] table caption {
  border: dashed 1px gray;
  padding: 3px;
  font-weight: bold;
  background-color: #f0f0f0;
}
#keditor section[data-type="component-tiny-text-ua"] table caption:before {
  content: "Título de la tabla: ";
  color: #428bca;
}
*/


/* forzar estilos si es clase .table-bordered, independientemente de los asignados a celdas... */
section[data-type="component-tiny-text-ua"] table.force-table-bordered {
  border: 1px solid #dee2e6 !important;
}
section[data-type="component-tiny-text-ua"] table.force-table-bordered th,
section[data-type="component-tiny-text-ua"] table.force-table-bordered td {
  border: 1px solid #dee2e6 !important;
}
section[data-type="component-tiny-text-ua"] table.force-table-bordered thead th,
section[data-type="component-tiny-text-ua"] table.force-table-bordered thead td {
  border-bottom-width: 2px !important;
}

section[data-type="component-tiny-text-ua"] table.force-celdassombreadas td,
section[data-type="component-tiny-text-ua"] table.force-celdassombreadas th {
    background-color: #eee;
}
section[data-type="component-tiny-text-ua"] table.filasalternas tr:nth-child(odd) {
    background-color: #eee;
}
/* si hay encabezado, no sombrear la primera del tbody (sombrear pares en vez de impares) */
section[data-type="component-tiny-text-ua"] table.filasalternas thead ~ tbody tr:nth-child(odd) {
    background-color: initial;
}
section[data-type="component-tiny-text-ua"] table.filasalternas thead ~ tbody tr:nth-child(even) {
    background-color: #eee;
}

/* sombrear la primera fila, considerando que puede estar en un thead antes del tbody */
/*section[data-type="component-tiny-text-ua"] table.fila1destacada tr:first-child {*/
section[data-type="component-tiny-text-ua"] table.fila1destacada > *:first-child > tr:first-child { 
  background-color: #ccc;
}

section[data-type="component-tiny-text-ua"] table.columna1destacada tr td:first-child,
section[data-type="component-tiny-text-ua"] table.columna1destacada tr th:first-child {
    background-color: #ccc;
}


section[data-type="component-tiny-text-ua"] table tr.titulo,
section[data-type="component-tiny-text-ua"] table td.titulo, 
section[data-type="component-tiny-text-ua"] table th.titulo,
section[data-type="component-tiny-text-ua"] table thead td {
    background-color: #ccc !important;
      font-weight: bold;
}
section[data-type="component-tiny-text-ua"] table tr.sombra,
section[data-type="component-tiny-text-ua"] table td.sombra, 
section[data-type="component-tiny-text-ua"] table th.sombra {
    background-color: #eee !important;
}



/* PRUEBAS CAMBIOS ESTILOS */
/* anular regla ¿que se hizo para que no se acumularan los mt y mb de párrafos consecutivos pero en diferentes componentes?*/
section[data-type="component-tiny-text-ua"]>p:last-child {
  margin-bottom: 0; 
}

/* MÁRGENES SUPERIOR E INFERIOR */
section[data-type="component-tiny-text-ua"] > p:last-child {
  margin-bottom: 0;
}

section[data-type="component-tiny-text-ua"]:not([data-config="no"]) > p,
section[data-type="component-tiny-text-ua"]:not([data-config="no"]) > ul,
section[data-type="component-tiny-text-ua"]:not([data-config="no"]) > ol,
section[data-type="component-tiny-text-ua"]:not([data-config="no"]) > table,
section[data-type="component-tiny-text-ua"]:not([data-config="no"]) > iframe {
  /* :not([data-config="no"]) excluye fácilmente cabeceras de pestañas y desplegables, cuerpo de fichas carrusel */
  /*! margin-bottom: 0; */
  margin-top: 1rem; /* como en Vualà1, que previamente Bootstrap lo dejaba a 0 en Vualà2 */ /* pretendiendo evitar texto inicial pegado a la cabecera, componentes imagen pegados a párrafos...*/ /* cuidado con pestañas, desplegables...*/
  margin-bottom: 1rem; /* previamente, en el último lo dejábamos a 0 */
}

/* compensación de los títulos y encabezados por el nuevo margin de los <p> */
section[data-type="component-tiny-text-ua"]:not([data-config="no"]) > h1, 
section[data-type="component-tiny-text-ua"]:not([data-config="no"]) > h2, 
section[data-type="component-tiny-text-ua"]:not([data-config="no"]) > h3, 
section[data-type="component-tiny-text-ua"]:not([data-config="no"]) > h4, 
section[data-type="component-tiny-text-ua"]:not([data-config="no"]) > h5, 
section[data-type="component-tiny-text-ua"]:not([data-config="no"]) > h6 
{
  /*! BS: margin-top: 0; */
  /*! BS: margin-bottom: 0.5rem; */
  /* margin-top: 1rem; */ /* para que no descuadre con los p (cuando están en diferentes columnas...) Y, de paso, ser más coherente con cuando tienen clases de separador, que sí añaden margin-top*/
  margin-top: .5rem; /* 1rem descuadra demasiado (en el IEI) las cajas con hX, solución intermedia: .5rem */
}
/* adaptación de margen de separadores (relativos al tamaño de fuente asociado a cada hX) */
section[data-type="component-tiny-text-ua"]:not([data-config="no"]) .subSeccionSubrayada, section[data-type="component-tiny-text-ua"]:not([data-config="no"]) [data-decoracion="subSeccionSubrayada"], section[data-type="component-tiny-text-ua"]:not([data-config="no"]) [data-decoracion="subSeccionSubrayada-orange"],
section[data-type="component-tiny-text-ua"]:not([data-config="no"]) .divider-text-up, section[data-type="component-tiny-text-ua"]:not([data-config="no"]) [data-decoracion="divider-text-up"],
section[data-type="component-tiny-text-ua"]:not([data-config="no"]) .divider-text-left, section[data-type="component-tiny-text-ua"]:not([data-config="no"]) [data-decoracion="divider-text-left"], section[data-type="component-tiny-text-ua"]:not([data-config="no"]) [data-decoracion="divider-text-left-blue"],
section[data-type="component-tiny-text-ua"]:not([data-config="no"]) .divider-text-center, section[data-type="component-tiny-text-ua"]:not([data-config="no"]) [data-decoracion="divider-text-center"] {   
  /* margin-top: 1.66em;
  margin-bottom: .77em; */
  margin-top: calc(1.66em - 1rem);
  /* margin-bottom: calc(.77em - 1rem) !important; */
  /* 1rem descuadra demasiado párrafos (con margin-top:1rem=16px) de imágenes u otros elementos (con mt: 0) => solución intermedia: .5rem */
  margin-bottom: calc(.77em - .5rem);
}

main .ua2L .textoTituloPagina {
  /*margin-top: 30px;*/ /*layout.css*/
  /* margin-bottom: 27px; */ /*layout.css*/
  margin-bottom: 11px;  
}

/* estilo de p, hX eliminando la separación vertical con otros p o h */
section[data-type="component-tiny-text-ua"] .sin-separacion-vertical,
section[data-type="component-noticias"] .sin-separacion-vertical {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* elementos con color de texto fijo, independientemente del color establecido en su contenedor... */
section[data-type="component-tiny-text-ua"] a.btn-primary, section[data-type="component-tiny-text-ua"] a.btn-primary:hover,
section[data-type="component-tiny-text-ua"] a.btn[data-btn-color="primary"], section[data-type="component-tiny-text-ua"] a.btn[data-btn-color="primary"]:hover,
section[data-type="component-tiny-text-ua"] a.btn[data-btn-color="dark-blue"], section[data-type="component-tiny-text-ua"] a.btn[data-btn-color="dark-blue"]:hover,
section[data-type="component-tiny-text-ua"] a.btn[data-btn-color="orange"], section[data-type="component-tiny-text-ua"] a.btn[data-btn-color="orange"]:hover,
section[data-type="component-tiny-text-ua"] a.btn[data-btn-color="orange2"], section[data-type="component-tiny-text-ua"] a.btn[data-btn-color="orange2"]:hover,
section[data-type="component-tiny-text-ua"] a.btn-success, section[data-type="component-tiny-text-ua"] a.btn-success:hover,
section[data-type="component-tiny-text-ua"] a.btn[data-btn-color="success"], section[data-type="component-tiny-text-ua"] a.btn[data-btn-color="success"]:hover,
section[data-type="component-tiny-text-ua"] a.btn-danger, section[data-type="component-tiny-text-ua"] a.btn-danger:hover,
section[data-type="component-tiny-text-ua"] a.btn[data-btn-color="danger"], section[data-type="component-tiny-text-ua"] a.btn[data-btn-color="danger"]:hover,
section[data-type="component-tiny-text-ua"] a.btn-black, section[data-type="component-tiny-text-ua"] a.btn-black:hover,
section[data-type="component-tiny-text-ua"] a.btn[data-btn-color="black"], section[data-type="component-tiny-text-ua"] a.btn[data-btn-color="black"]:hover {
  color: #fff !important;
  text-decoration: none !important;
}
section[data-type="component-tiny-text-ua"] a.btn-warning, section[data-type="component-tiny-text-ua"] a.btn-warning:hover,
section[data-type="component-tiny-text-ua"] a.btn[data-btn-color="warning"], section[data-type="component-tiny-text-ua"] a.btn[data-btn-color="warning"]:hover,
section[data-type="component-tiny-text-ua"] a.btn[data-btn-color="light-orange"], section[data-type="component-tiny-text-ua"] a.btn[data-btn-color="light-orange"]:hover {
  color: #000 !important;
  text-decoration: none !important;
}

section[data-type="component-tiny-text-ua"] [data-tam="h2"] {
  font-size: 2rem;
}
section[data-type="component-tiny-text-ua"] [data-tam="h3"] {
  font-size: 1.75rem;
}
section[data-type="component-tiny-text-ua"] [data-tam="h4"] {
  font-size: 1.5rem;
}
section[data-type="component-tiny-text-ua"] [data-tam="h5"] {
  font-size: 1.25rem;
}
section[data-type="component-tiny-text-ua"] [data-tam="h6"] {
  font-size: 1rem;
}

