﻿* {
    margin: 0;
    padding: 0;
}

.logol {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.iconMenu {
    width: 80px;
    height: 80px;
}

.contactos {
    width: 70px;
    height: 50px;
}

.icon {
    width: 55px;
    height: 39px;
}

.boton {
    width: 50px;
    height: 50px;
    align-items: center;
}

.tabla {
    width: 100%;
    vertical-align: top;
}

.tdfiltro {
    width: 20%;
    vertical-align: top;
}

.tddatos {
    width: 80%;
    vertical-align: top;
}

.titulo {
    vertical-align: top;
    font-size: 25px;
}

.tMenu {
    font-size: small;
    text-align: right;
}

.tcampo {
    width: 120px;
    text-align: left;
}

.tcampolg {
    width: 210px;
    text-align: right;
}
.tcamposm {
    width: 100px;
    text-align: left;
}
.tcombo {
    width: 300px;
    text-align: left;
}

.tcombolg {
    width: 450px;
    text-align: left;
}
.tImportes {
    width: 120px;
    text-align: right;
}
.tOrigen {
    position: relative;
    display: block;
    padding-left: 1.25rem;
    left: -1px;
    top: 0px;
}
.list-light-activo {
    background-color: #efefef;
    border-left-color: #000;
    border-left-width: 3px;
}
.curvo {
    border-radius: 1rem;
}
.colorprim {
    background:center;
    background-color: #23458d;
}
.colorsec {
    background-color: #636569;
}

.cajaLogo {
    background-color: #fff;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 8px;
    border-right-color: #f7a81b;
}