#detalle{
    font-size:12px;
    color: #666666 !important;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-radius: 0px 0px 20px 20px;
    margin-bottom: 20px;
  }
  .encabezadodetalle{
    background-color: #3B4559;
    margin-left: 0px;color: white;
    padding-right: 5px;
  }
  .bodydetalle{
     padding-right: 0px;
     margin-left: 1px;
     margin-right: 1px;
     width: 100%;
  }
  
  .table{
    font-size:12px;
    color: #666666 !important;
    margin: 0;  
    overflow-x: hidden;
    width: 100%;
  }
  .titulodetalle{
   /* padding: 0; font-size: 10px;*/
  }
  .trgris{
      background-color:#f2f2f2;color:#666666 !important;
  }
  .td1{padding-left: 5% !important;}
  .tdmonto{padding-right: 5% !important;text-align: right;}
  .tdbtn{border-left: 1px solid;text-align: center} 
  .margint2p{
      margin-top:2%;
  }
  
  .marginb2p{
      margin-bottom:2%;
  }
  
  .eleDetalle{
      width: 100%;
      border:1px solid black;
  }
  
  .center{
      text-align: center;
  }
  
  .btnDet{
  
      /*background-color: #D32F2F !important;
      /*background-color: #3B4559;*
      color:white;*/
      padding: 2%;
      max-width: 30px;
      max-height: 30px;
      border: none;
      cursor: pointer;
  }
  
  .table td{
    padding: 0;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .table tr{
    border-radius: 0px 0px 20px 20px;
  }  
  .detallecsvvacia{
    width: 85%
  }
  .detallecsv{
    width: 7%;
    text-align: center;
  }
  .detallecsv800{
    width: 7%;
    text-align: left;
  }
  
  
  
  @media (max-width: 567px) {
  
    .titulosdetalle{
      padding: 0;
      font-size: 9px;
     }
  
    .detallecsvvacia{
      width: 82%
    }
    .detallecsv{
      width: 9%;
      text-align: center;
    }
    .detallecsv800{
      width: 9%;
      text-align: right;
    }
  }
  
  /*@media (min-width: 768px) {
    .titulosdetalle{
     font-size: 12px;
    }
    .detallecsvvacia{
      width: 85%
    }
    .detallecsv{
      width: 7%;
      text-align: center;
    }
    .detallecsv800{
      width: 7%;
      text-align: center;
    }*/
  }
  