/* Etiquetas */
label {
  margin-top: 20px;
  font-weight: bold;
}

/* Clases */
.borde-contenedor {
  padding: 20px;
  border-top: none;
  margin-bottom: 40px;
  background-color: #ffff;
}

.borde-contenedor-registro{
  padding: 20px;
  border-top: none;
  background-color: #ffff;
}

.titulo-tres {
  color: #3f84df;
  font-weight: bold;
  text-align: center;
}

.titulo-seleccion {
  margin: 0px;
}

.advertencia {
  border-color: red;
}

.paso-actual {
  color: #52a287 !important;
}

.alert {
  position: relative;
}

.alert .close {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 1em;
}

.alert .fa {
  margin-right: 0.3em;
}

/* IDs */
#mensajes {
  position: fixed;
  bottom: 25px;
  right: 15px;
  width: 30%;
  z-index: 100;
}

#pie-de-pagina {
  margin-top: 20px;
}

