#goancla {
  position: relative;
  float: right;
  margin: 0 0 20px 0;
  color: #fe5000;
  cursor: pointer;
  width: 100%;
  text-align: right;
}

#ancla {
  width: 100%;
  float: left;
  margin: 40px 0 80px 0;
  padding: 40px 0 0;
  border-bottom: 1px solid #828282;
}


.destacado-bold {
  font-family: apex_newbold;
  font-size: 21px;
  line-height: 24px;
}
.destacado-italic {
  font-family: apex_newbook_italic;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 35px;
}
.nota {
  font-family: apex_newbook_italic;
  font-size: 12px;
  line-height: 16px;
}
.destacado-bold {
  font-family: apex_newbold;
}
.principio-title {
  font-family: apex_newbold;
  font-weight: normal;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 0;
}
.principio-subtitle {
  font-family: apex_newmedium;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
}
.naranja {
  color: #fa5000;
}
.azul {
  color: #1f3c75;
}
.verde {
  color: #057d35;
}
.rojo {
  color: #c7141a;
}

.naranja strong,
.azul strong,
.verde strong,
.rojo strong,
strong {
  font-family: apex_newbold;
  font-weight: normal;
}

