.btn-theme {
  color: #ffffff;
  background-color: #273b91;
  border-color: #273b91;
}
.btn-theme:hover {
  color: #ffffff;
}
.btn-check:active + .btn-theme,
.btn-check:checked + .btn-theme,
.btn-theme.active,
.btn-theme:active,
.show > .btn-theme.dropdown-toggle {
  color: #ffffff;
  background-color: #273b91;
  border-color: #273b91;
}
header {
  border-bottom: solid 1px #273b91;
  margin-bottom: 50px;
}
header .container {
  padding: 15px 0 30px;
}
footer {
  min-height: 200px;
}
#ficha_inscripcion .header td {
  border: none;
}
#ficha_inscripcion legend {
  background: #273b91;
  color: #ffc819;
  padding: 10px;
  margin: 50px 0 20px;
  text-align: center;
}
#ficha_inscripcion .terminos .aceptar_terminos {
  font-size: 20px;
  padding: 15px;
  color: #273b91;
  border: solid 1px #273b91;
}
/*# sourceMappingURL=unifront.css.map */