#noticias, #album {
  background-color: #f0f0f0;
  border-radius: 0.5em 0.5em 0.5em 0.5em;
}

#noticiasLaterales {
  background-color: #f0f0f0;
  border-radius: 0.5em 0.5em 0.5em 0.5em;
}

#barraLateral {
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-left-radius: 1em;
}

.fecha {
  background-color: #dc3545;
  color: rgb(235, 230, 230);
  font-weight: bold;
  border-radius: 0.2em 0.2em 0.2em 0.2em;
}

.noticiaPrinci {
  padding-left: 2em;
  padding-right: 2em;
}

.cajaNoticias {
  border: 1px solid rgba(128, 128, 128, 0.2117647059);
  padding-top: 0.5em;
  border-radius: 0.2em 0.2em 0.2em 0.2em;
}

.ultimasNoticias {
  font-weight: bold;
  background: rgba(128, 128, 128, 0.4705882353);
  border-radius: 0.5em 0.5em 0.5em 0.5em;
  margin-top: 0.5em;
}

.img-fluid {
  border-radius: 0.5em 0.5em 0.5em 0.5em;
}

.botones {
  display: flex;
  align-items: center;
  justify-content: center;
}

#notice {
  background-image: url("../imagenes/noticiasPortada.png");
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 10rem;
}

.noticia {
  display: flex;
  justify-content: center;
}

.titulo-noticia {
  color: white !important;
}

.subtitulo-noticia {
  font-size: 15px;
  color: white !important;
  font-weight: 600;
}

.subtitulo_subseccion {
  color: white !important;
  font-size: 22px;
}

@media screen and (max-width: 480px) {
  .img-fluid {
    max-width: 90%;
  }
  #noticias, #elementosNoticia, #imagenCentral {
    display: grid;
    justify-content: center;
  }
  #titulo, #cuerpo, #botoncito {
    display: grid;
    text-align: center;
  }
}
/* Para pantallas medianas */
@media screen and (min-width: 481px) and (max-width: 768px) {
  .img-fluid {
    max-width: 100%;
  }
  #noticias, #elementosNoticia, #imagenCentral {
    display: grid;
    justify-content: center;
  }
  #titulo, #cuerpo, #botoncito {
    display: grid;
    text-align: center;
  }
}/*# sourceMappingURL=noticias.css.map */