header{
  display: flex;
  justify-content: space-around;
  height: 8vh;
  min-height: 50px;
  margin-bottom: 4px;
}
header a, header h2{
  display: flex;
  align-items: center;
  font-family: montserrat, sans-serif;
}
header h2{margin: 0;cursor:pointer;}
header a img, header h2 img{
  padding-right: 12px;
  height: 95%
}
header a{
  color: black;
  text-decoration: none;
  font-size: 2.8rem;
  font-family: montserrat, sans-serif;
  font-weight: bold;
}

article.fichaSeccion{
  border-bottom: 1px solid #666;
  margin-bottom: 3px;
  padding: 4px 0;
}
article.fichaSeccion div{
  display: flex;
  justify-content: space-between;
}
article.fichaSeccion:hover{
  cursor:pointer;
  background: #eee;
}
article.fichaSeccion footer{
  display:flex;
  justify-content: flex-end;
}
article.fichaSeccion p, article.fichaSeccion h4{
  margin: 0;
}

ul.enlacesLista{
  list-style: none;
  padding: 0;
}
ul.enlacesLista li{
  /* padding: 15px; */
}
ul.enlacesLista li a{
  text-decoration: none;
  color: black;
  padding: 8px;
  display: block;
  border-bottom: 1px solid #ddd;
  background: #eee;
  border-radius: 5px;
  margin: 5px 0;
}
ul.enlacesLista li a:hover{
  font-weight: bold;
}

main.mantenimiento div.cabecera{
  display: flex;
  justify-content: space-between;
}
main.mantenimiento div.cabecera >div{
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
main.mantenimiento div.cabecera nav a{
  text-decoration: none;
  color:black;
}

@media (max-width: 1070px){
  header>a {
    display:none;
  }
}
@media (min-width: 1070px){
  div.videos{
    display:flex;
    gap:10px;
  }

}
