html {
    min-height: 100%;
    position: relative;
}
body {
    margin: 0;
    margin-bottom: 60px;
    background-color: rgb(224, 224, 224) !important;
  }
footer{
    padding-top: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #1779ba !important;
    color: white;
    z-index: -1;
}
.fondo-gris{
    background-color: rgb(224, 224, 224);
   
}
.ocultar{
    display: none !important;
}

.medium-editor-toolbar{
    visibility: visible !important;
    
}
#medium-editor-toolbar-1{
    left: 25%; 
    top: 276.85px;
}

/* Tablas */
thead tr th { 
    position: sticky;
    top: -2px;
    z-index: 10;
   background-color: #a2a9ad;
}

.fondo-login{
    background-color: white;
    border-radius: 25px;
    margin-top: 15px;
    padding-top: 15px;
    margin-bottom: 75px;
}

.centro{
    text-align: center;
}
/* Pagina welcom */
.comenzar {
    padding-top: 15%;
}
.comenzar > a{
    border-radius: 25px;
    padding: 2rem;
    font-size: 2rem;
}


/* Menu */

.dropdown > li >a {
    color: white;
}
.menu-text{
    color: white !important;
}

/* Contacto */
h1{
    text-align: center;
}

/* Mensajes index */
.tabla-mensajes-lista{
  
    max-height: 480px;
}