.menu{
  background-color: #294891;
}

.menu span{
  color: #fff;
  font-size: 13pt;
}

.menu span:hover{
  color: #e34b00;
}

.menu ul.g-sublevel{
  background: #294891;
  border: solid #FFF 0.1px;
}

.articulo ul{
  font-size: 1.1rem;
  line-height: 1rem;
}

.titulo h3{
  text-transform: uppercase;
  font-weight: bold;
  border-color: #294891;
  border-bottom-style: solid;
}

.titulo h4{
  text-transform: uppercase;
  font-weight: bold;
  border-color: #294891;
  border-bottom-style: solid;
}

.titulo h5{
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

.titulo a{
  font-weight: bold;
  float: right;
  margin-top: 1%;
  margin-right:1%;
}

.interlineado p{
  line-height: 1.5rem;
}

.imagen-full img{
  width: 100% !important;
}

.margen-superior{
  margin-top: 15px !important;
}

.margen-superior-negativo{
  margin-top: -15px !important;
}