.espacio{
    margin: 2%;
    background-color: #fff;
    border-radius: 25px;
    margin-bottom:50px;
}
.centro{
    text-align: center;
}
.margen{
    margin-top: 15px;
}
.redondo{
    border-radius: 25px;
}

.maximo{
    max-height: 450px;
}

.maximo2{
    max-height: 225px;
}

thead tr th { 
    position: sticky;
    top: 0;
    z-index: 12;
    background-color: rgb(183, 206, 219);
    margin: 0;
    border: 0 !important;
}

table{
    
    border-collapse:initial;
    font-size: 14px;
}
a{
    font-size: 14px;
}
/* div{
    background-color: aqua;
} */
.fondo{
    background:rgb(224, 224, 224)  !important;
}

.grid-container{
    max-width: 80rem !important;
}
.callout {
    margin-top: 5px !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    
}
.callout > h5{
    text-align: center;
    padding-top: 1%;
    font-size:  1rem;
    
}
/* Footer */
footer {
    
    position:fixed;
    left:0px;
    bottom:0px;
    height:40px;
    width:100%;
    background:#767676;
    color: white;
  }

  /* Cargador */
  .loader {
    width: 68px;
    height: 68px;
    border: 5px solid #FFF;
    border-bottom-color: #FF3D00;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    background-color: rgba(44, 41, 41, 0.091);
    position: relative;
    top: 50%;
    left:  50%;
    z-index: 100;
}




@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 

.ocultar{
    display: none !important;
}

.referencia, .referencia2{
    cursor: pointer;
    background-color: #f1f1f1;
    text-align: center;
}
.active{
    background-color: #80b572;
    text-align: center;
}
.referencia:hover, .referencia2:hover{
    background-color: #19da80 
}
#miPagination{
    background-color: #FFF;
}