html {
    min-height: 100%;
    position: relative;
  }
  


.tabla-contenedor{
  max-height: 450px;
}
/* Welcom */

.comenzar {
  padding-top: 15%;
}
.comenzar > a{
  border-radius: 25px;
  padding: 2rem;
  font-size: 2rem;
 
}

.espacio-principal{
  margin-top: 15px;
}


/* Footer */
footer{
  background-color: #e6e6e6;
  padding-top: 5px;
  padding-top: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.separador{
  background-color: #a5a5a5;
  width: 100%;
  height: 1px;
  margin-bottom: 12px;
}

.ocultar{
  display: none !important;
}

.btn-logout{
  padding:  0.7rem 1rem;
  color: #1779ba;
  cursor:pointer
}

.dropdown.menu > li.is-active > a {
  color: #0a5a8f;

}