.BordeSuperior {
  margin-bottom: 0.5em;
  text-align: center;
}

.RecurrenceSwitch {
  border: solid 1px #E2E1E2;
  border-radius: 5px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

  .RecurrenceSwitch > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
  }

    .RecurrenceSwitch > ul > li {
      display: table-cell;
    }

.SwitchSelected {
  background-color: #F4F2F4;
  border-radius: 4px;
}

.RecurrenceSwitch span:first-child {
  padding: 0 1.5em 0 1.5em;  
  display: block;
  line-height: 18pt;
}

.RecurrenceSwitch span:last-child {
  padding: 0 1.5em 0.3em 1.5em;
  display: block;
  line-height: 18pt;
}

.CalculoAhorro {
  font-size: 0.5em;
  color: #F6A426;
}
