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-left: 4px; 
  margin-right: 4px;
  margin-top: 5px;
  margin-bottom: 10px;
  box-shadow: 0px 2px 5px 1px gray;
  width: 130px;
  font-size: 11px;
  text-align: center;
}

a:link   
{   
 text-decoration:none;   
}

.btnInfo{
  font-size: 10px;
  box-shadow: 0px 2px 5px 1px gray;
  width: 130px;
  margin-top: 5px;
  font-weight: 5px;
  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{
    font-size:12px;
    white-space:nowrap;
}

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

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

.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{
    font-size:17px;
    height: 45px;
    background-color: #0e315a;
    color: #fff;   
    height: 50px; 
    padding: 6px; 
    border-radius:5px;
}
.tablaC {
    border-spacing: 0;
    border-collapse: collapse;
}

.tablaC td,
.tablaC th {
    /*background-color: #fff !important;*/
}

.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;
  /*border-top: 2px solid #ddd;*/
}
.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: tablaC-column;
  float: none;
}
tablaC td[class*="col-"],
tablaC th[class*="col-"] {
  position: static;
  display: tablaC-cell;
  float: none;
}

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