
#fn_reporte_dom_root span, #fn_reporte_dom_root .boton{ 

    display: none !important;
}

#fn_resumen_domroot, #backgroundPopup, #menu, #more_options, #mensaje, #search{

    display : none !important;
}

#gui_layer > table {

    display : none !important;
}

.contorno{
    
    border: 0px !important;
    background: none !important;
    /*display: none !important;*/
}

.boton_forma {
    
    border: 0px !important;
    background: none !important;
}

#fn_reporte_dom_root {
    
    width: 99% !important;
    height: auto !important;
    overflow: visible !important; 
    border: none !important;          
    margin-left: auto;
    margin-right: auto;
    display: block !important; 
    float: none !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    box-shadow: 0px 0px 0px !important;
}

#divReporte {
    
    border: none !important;
    height: 100% !important;
    overflow: visible !important;
    width: 100%;
    height: auto !important;
}

#data_container {
    
    border: none !important;
    height: 100% !important;
    overflow: visible !important;
    width: 100% !important;
    height: auto !important;
}

#head_container_table {
    
    border: none !important;
    height: 100% !important;
    overflow: visible !important;
    width: 100% !important;
    height: auto !important;
}

#data_container_table {
    
    border: none !important;
    height: 100% !important;
    overflow: visible !important;
    width: 100% !important;
    height: auto !important;
}

#divReporte thead {
    
    position: relative;
}

#divReporte thead tr th {
    
    font-family: arial, helvetica;
    font-weight: bold;
    font-size: 1em;
    color: #000000;
    text-align: center;
    vertical-align: top;
}

.th_columnas {
    
    border-bottom : 3px double #000000; 
    border-left: 1px;
    border-top: 1px;
    border-right: 1px;
}

.tr_nombre  {                    
    border-bottom : 3px double #000000;
    border-top  : 3px solid #000000;
    border-left  : 3px solid #000000;
    border-right  : 3px solid #000000;
}

.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; 
    margin: none;
    padding: none;
}

#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 table {
    
    float: none;
    width: 100%;
    height: auto !important;
}

#data_container tbody #tr_totales {
    border: 3px black double;
}

#data_container tbody tr td {
    
    font-size: 0.75em;
    font-family: arial, helvetica;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    border: 1px;
    margin: 0px;
}