#menu-principal .menu-noticias{
  color: #949B9F;
}


.noticia img{
  width: 100%;
  height: auto;
}
.noticia h4{
  color: #000000;
  font-weight: 800;
  font-size: 22px;
  min-height: 0;
}
.noticia p{
  font-size: 14px;
  margin-top: 15px;
}
.noticia .fecha, .noticia .boton2{
  display: block;
  text-transform: uppercase;
  color: #949B9F;
  text-align: left;
  font-weight: 600;
  font-size: 12px;
  margin: 5px 0;
  padding: 5px 0;
}
.noticia .boton2:hover{
  color: #000000;
}
.noticia .fecha{
  border-bottom: solid 1px #949B9F;
}
