section{
    
}
div#contenedor_comision{
    display: none;
    margin: 0.5em auto;
    max-width: 960px;
    padding: 0.25em;
    /*border: 1px #006600 solid;*/
    /*border-radius: 0.5em;*/
}
div.div_centrado {   
    margin: 0.25em auto;
   
    /*display: inline-block;*/  
    max-width: 445px;
   /*border: 2px #006600 solid;*/
}

div.div_centrado_paginador {   
    margin: 0.25em auto;
    color: #006600;
    /*display: inline-block;*/  
    max-width: 310px;
   /*border: 2px #006600 solid;*/
}

div.div_centrado_liquidacion {   
    margin: 0.25em auto;
    /*color: #006600;*/
    /*display: inline-block;*/  
    max-width: 1170px;
   /*border: 2px #006600 solid;*/
}
/// para jqgrid
.clear-margin {
    margin:0 !important;
}
.ui-jqgrid-view{
     margin:0 !important;
}

/*responsi de boostrad*/
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}



