@import url(https://fonts.googleapis.com/css?family=Droid+Sans);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif);
@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
/* Usar attibutos generales: * { font-family: verdana, sans-serif; }  */
body * {
  font-family: 'Raleway', sans-serif;
}
body {
  background-color: #fff;
  margin: 0;
}
h1 {
  font-size:32px;
  color: #EBBF02;
  text-transform: uppercase;
}
h2.contacto-titulo {
  font-size:18px;
  color: #008E4C;
  font-weight: 400;
  height: 36px;
}
a {
  color:#006fba;
}
table {
  border: solid 1px #ebebeb;
}
th, td {
  background-color: #ebebeb;
  border: solid 2px #fff;
  padding: 5pt;
/*width: 32px;
  height: 32px;
  text-align: center; */
}
input, select {
  padding: 6px;
  border-radius: 0;
  width: 100%;
  max-width: 480px;
  margin-bottom: 12px;
    border: solid 1px #eee;
  background: #fff;
}
br {
  margin-bottom:9px!important;
}
.contenido img {
  width: 100%;
  height: auto;
  margin: 1rem 0;
}
iframe {
  min-width: 100%;
max-width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  margin: 1rem 0;
}
iframe.instagram-media {
	margin: 4% auto !important;
}
audio {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding: 0px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  outline: none;
  display: block;
  margin: 1rem 0;
  border: solid 1px #1a1a1a;
}

/* WebKit: estilizar controles */
audio::-webkit-media-controls-panel {
  background-color: #1e1e1e;
  border-radius: 8px;
  color: #fff;
}

audio::-webkit-media-controls-play-button {
  background-color: #0a84ff;
  border-radius: 50%;
  transition: background 0.3s ease;
}
audio::-webkit-media-controls-play-button:hover {
  background-color: #006fba;
}

audio::-webkit-media-controls-current-time-display,
audio::-webkit-media-controls-time-remaining-display {
  color: #fff;
  font-size: 14px;
}

audio::-webkit-media-controls-timeline {
  background-color: #333;
  border-radius: 5px;
}
audio::-webkit-media-controls-volume-slider {
  background-color: #fff;
}
.fila-2cols, .fila-5cols {
  display: flex;
}
.col-1de2 {
  width: 48%;
  margin: 1%;
  text-align: center;
}
.col-1de5 {
  width: 18%;
  margin: 1%;
  text-align: center;
}
.recuadro {
  background-color: #EBEBEB;
  min-height: 142px;
  padding: 4%;
  align-items: center;
  display: grid;
}
.col-1de5.recuadro {
  padding: 2%;
}
.header {
  height: 30vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: soft-light;
  background-color: rgba(0,0,0,0.6);
  min-height: 480px;
}
.cuerpo-documento .barra-lateral .ultimas-noticias {
  margin-top: 0px;
}
.barra-lateral .mod-noticias {
  width: 100%;
}
.cuerpo-documento {
  margin-top: 116px;
}
.cuerpo-documento .ultimas-noticias {
  margin-top: 0px;
}
/* .contenido .APARTADO {
  display:none;
} */
.listados {
margin-top:180px;
}
.listados p {
padding-top:12px;
text-align:center!important;
}

.listados p a {
border: solid 1px #EBBF02;
  padding: 18px 24px;
  text-decoration: none;
  color: #008E4C;
}
.listados ul {
column-count: 2;           /* número de columnas */
  column-gap: 12px;          /* separación entre columnas */
  margin: 0;
  padding: 2%;
}
@media (max-width: 980px) {
  .listados ul {
column-count: 1;  
}
}
.listados ul li {
  list-style: none;
  padding: 12px;
  border: solid 1px #ebebeb;
  break-inside: avoid;       /* evita que un li se parta entre columnas */
  -webkit-column-break-inside: avoid;
  margin-bottom: 12px;
}
@media (max-width: 980px) {
  .fila-2cols, .fila-5cols {
  display: block;
}
.col-1de2 {
  width: 94%;
  margin: 0% 1%;
}
.col-1de5 {
  width: 96%;
  margin: 0% 1%;
}
}

@media (min-width: 1025px) {
  .cuerpo-documento {
    display: flex;
    margin-top:116px;
  }
  .cuerpo-documento .contenido {
   width: 70%;
padding-top: 0;
  }
  .cuerpo-documento .barra-lateral {
    width: 30%;
  }
}
