#fn_reporte_dom_root {
    overflow: hidden;
}

#divReporte {
    clear: both;
    border: none;
    /*border: 1px solid #963;*/
    /*height: 500px;*/
    overflow: hidden;
    overflow-x: auto;
    width: 95%;
}

#divReporte thead {
    position: relative;
    /*display: block;*/
}
     
#divReporte thead tr th {
    /*position: relative;*/
    /*display: block;*/
    font-family: arial, helvetica;
    font-weight: bold;
    font-size: 1em;
    color: #000000;
    text-align: center;
    vertical-align: top;
    /*border-bottom : 3px double #000000;*/
}

#divReporte thead tr td {
    /*position: relative;*/
    /*display: block;*/
    font-family: arial, helvetica;
    font-weight: bold;
    font-size: 1em;
    color: #000000;
    text-align: center;
    /*vertical-align: top;*/
    /*border-bottom : 3px double #000000;*/
}

/* Para el reporte de Ant. de Saldos (Todos los clientes) */
#divReporte tbody tr th {
    /*position: relative;*/
    /*display: block;*/
    font-family: arial, helvetica;
    font-weight: bold;
    font-size: 1.125em;
    color: #000000;
    text-align: center;
    /*vertical-align: top;*/
    /*border-bottom : 3px double #000000;*/
}

.th_columnas {
    border-bottom : 3px double #000000;
}

#divReporte thead tr th #p_titulo {
    /*position: relative;*/
    /*display: block;*/
    font-size: 1.375em;
    font-family: arial, helvetica;
    font-weight: bold;
    text-align: center;
}

#divReporte thead tr th #p_subtitulo {
    /*position: relative;*/
    /*display: block;*/
    font-size: 1em;
    font-family: arial, helvetica;
    text-align: center;
    color: gray;
}

.table_encabezado_nombre {
    width: 100%;
    border-left: gray 2px solid; 
    border-right: gray 2px solid; 
    border-top: gray 2px solid; 
    border-bottom: gray 5px double; 
    /*height: 16px;*/
}

#div_nombre { 
    text-align: left;
    color: gray;
    font-size: 1.125em;
    font-weight: bold;
}
     
#div_reporte {
    text-align: right;
    color: gray;
    font-size: 1.125em;
    font-weight: bold; 
}

#divReporte tbody {
    /*display: block;*/
    /*overflow: auto;*/
    width: 100%;
    /*height: 415px;*/
}                                 

#data_container_table {
    height: 100%;
}

#data_container {
    overflow: auto;
    width: 100%;
}

#data_container tbody tr {
    /*display: block;*/
    height: 16px;      
    vertical-align: top;
}

#divReporte table {
    /*float: left;*/
    width: 100%;
}

/*#divReporte tbody tr td {*/
#data_container tbody tr td {
    
    font-size: 1em;
    font-family: arial, helvetica;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    border: 1px solid #FAFAFA;
}

#data_container tbody tr #auto {
    vertical-align: bottom;
    height: auto;
}