/*
Domingo 27/10/2023

ANTIGUO AZUL: #005FAA
ANTIGUO AZUL OSCURO: #002E48

NUEVOS: VERDE CLARO: #008360
VERDE OSCURO: #00513A
*/

/* noticiaS */
.noticia div{
  background-color: #EDEDED;
  margin: 0;
  padding: 2% 5%;
}

.noticia .imagen {
  border-top: solid 8px #00513A;
  margin:0;
  width:100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.noticia iframe, .noticia img{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.noticia h2 {
  margin: 0;
  color: #00513A;
  text-align: right;
  padding: 10px 0;
  border-bottom: solid 3px #008360;
}

.noticia h3 {
  color: #008360;
}
.noticia p {
  font-weight: bold;
  color: #002E48;
}
