body{
    font-size: 12px;
}

.sombra{
    box-shadow: 1px 1px 1px 1px gray;
    color:#fff; border-color:#1075C1;
    margin-top: -10px;
    margin-bottom: 10px;
    margin-left: 50px;
}


.btnConsultas{
    border: 2px solid #020324;
    border-radius: 5px;
    margin: 5px 4px 10px;
    width: 130px;
    font-size: 11px;
    text-align: center;
}

a:link{
    text-decoration:none;
}

.btnInfo{
    font-size: 10px;
    box-shadow: 0 2px 5px 1px gray;
    width: 130px;
    margin-top: 5px;
    font-weight: 600;
    height: 34px;
}

.titulolista{
    margin-bottom: 10px;
    margin-right: 4px;
    margin-left: 4px;
    height:35px;
    font-size:20px;
    color: #fff;
    background: #00548F;
    padding: 6px;
    border-radius:5px;
}

.contTabla{
    margin-left: 5px;
    margin-right: 5px;
    margin-top:2px;
}

.oculto{
    display: none;
}

.cabeza{
    font-size:12px;
}

.campos{
    padding: 0px;
    font-size: 10px;
    white-space:nowrap;
}

.btnNuevoLista{
    box-shadow: 0 2px 5px 1px gray;
    color: #fff;
    border-color: #1075C1;
    margin: 10px 4px 5px -20px;
}

.tituloform{
    margin-bottom: 10px;
    margin-right: 4px;
    margin-left: 4px;
    height:35px;
    font-size:20px;
    color: #fff;
    background: #00548F;
    padding: 6px;
    border-radius:5px;
    font-weight: 800;
}

.contenedorForma{
    border: 4px solid #020324;
    border-radius: 10px;
    margin-left: 4px;
    margin-right: 4px;
}

.parrafoO{
    margin-bottom: 25px;
    margin-top: 5px;
    margin-left: 30px;
    font-size: 80%;
}

.obligado{
    color:#03C1FB;
}

.titulo{
    background: #00548F;
    border-radius: 5px;
    color: #fff;
    padding: 6px;
}
.tablaC {
    border-spacing: 0;
    border-collapse: collapse;
}

.tablaC {
    border-collapse: collapse !important;
}

.tablaC {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
}

.tablaC {
    width: 100%;
    margin-bottom: 20px;
}

.tablaC > thead > tr > th,
.tablaC > tbody > tr > th,
.tablaC > tfoot > tr > th,
.tablaC > thead > tr > td,
.tablaC > tbody > tr > td,
.tablaC > tfoot > tr > td {
    padding: 2px;
    line-height: 1.42857143;
    vertical-align: top;
}

.tablaC > thead > tr > th {
    vertical-align: bottom;
}

.tablaC > caption + thead > tr:first-child > th,
.tablaC > colgroup + thead > tr:first-child > th,
.tablaC > thead:first-child > tr:first-child > th,
.tablaC > caption + thead > tr:first-child > td,
.tablaC > colgroup + thead > tr:first-child > td,
.tablaC > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.tablaC > tbody + tbody {
    border-top: 2px solid #ddd;
}
.tablaC .tablaC {
    background-color: #fff;
}

.tablaC col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}

.tablaC td[class*="col-"],
.tablaC th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}

.titulo{
    color: #fff;
    background: #00548F;
    height: 50px;
    padding: 6px;
    border-radius:5px;
    font-weight: 800;
}

.scroll_menu{
    height: 250px;
    overflow-x:hidden;
    overflow-y:auto;
}