
.btnsOperacion .btn{
    margin-right: 20px;
}

.mainWrp{
    min-height: 80vh;
}

.frmLogIn{
    width: 320px;
    padding: 15px;
}

.loginWrp{
    display: flex;
    height: 70vh;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.loginWrp img{
    width: 100px;
}

.footer{
    height: 15vh;
}

nav > .pagination{
    justify-content: center;
} 

.td{
    white-space: nowrap;
}

.tdNombre {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
}  
