tableEdit {
    caption-side: bottom;
    border-collapse: collapse
}

.tableEdit {
    --bs-table-bg: rgba(0, 0, 0, 0);
    --bs-table-striped-color: #888;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #888;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #888;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    color: #ffffff;
    font-size: 16px !important;
    vertical-align: top;
    border-color: #ffffff;
    background-color: #263c8e;
}

.tableEdit>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.tableEdit>tbody {
    vertical-align: inherit
}

.tableEdit>thead {
    vertical-align: bottom
}

.tableEdit>:not(:last-child)>:last-child>* {
    border-bottom-color: currentColor
}

.verticaltext {
    height: 160px;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    text-align: center;
    transform: rotate(270deg);
    vertical-align: middle;
    color: #ffffff;

}

.verticaltextCell {
    vertical-align: middle;
}

.tamaniosTabla {
    margin-bottom: 1rem;
    margin-left: 5rem;
    margin-right: 5rem;
}

@media(max-width:512px) {
    .tableEdit {
        font-size: 11.5px !important;
    }

    .tamaniosTabla {
        margin-bottom: 1px!important;
        margin-left: 1px!important;
        margin-right: 1px!important;
    }

}