aside{    
        float: left;
        width: 250px;
    }
    #cont_param{
        margin: 1px;
        padding: 0px;
        border: 0px solid #ff6363;
        
          
-webkit-box-shadow: 7px 7px 13px 0.1px #ADADAD;
box-shadow: 7px 7px 13px 0.1px #ADADAD;
    }
    #cont_param table{
        width: 100%;
        color: #5C5B73;
        border-spacing: 0 1px;
    }
    #cont_param table img{
        vertical-align: bottom;
    }
    #cont_param table span{
        font-size: 12px;
    }
    #cont_param table tr:first-child{
        
        text-align: center;
    }
    #cont_param table tr:last-child{
        text-align: center;
        background-color: #fff;
        height: 50px;
    }
section{
    float: left;
    width: 100%;
}
/* Paginacion */
#tot_doc{
    float: left;
    color: #5C5B73;
    font-weight: bold;
    margin: 10px 10px;
}

#cont_paginacion{
    float: right;
    color: #5C5B73;
    font-weight: bold;
}
    #cont_paginacion table{
        text-align: center;
        border-spacing: 10px 0;
    }
    #cont_paginacion table td{
        min-width: 20px;
        border: 2px solid #ff6363;
        background: #EFEFEF;
        padding: 5px;
        
-webkit-border-radius: 5px;
border-radius: 5px;
    }

    #cont_paginacion a{
        color: red;
        text-decoration: none;
    }
    #cont_paginacion a:hover{
        color: blue;
    }

/*******************************        Botones de descarga      **********************************/
.cont_boton{
    text-align: center;
}
.cont_boton a{
    margin: 0 2px;
}
.cont_boton img{
    border: 0px;
    width: 23px;
    height: 23px;
}
/*******************************        Tablas      **********************************/
.cont_tabla{
    clear: both;
    margin: 15px 1px 10px 1px;
    background: #808080;
    min-height: 350px;
        border: 0px solid gray;
    
-webkit-box-shadow: 7px 7px 13px 0.1px #ADADAD;
box-shadow: 7px 7px 13px 0.1px #ADADAD;
}
.tabla_general{
    width: 100%;
    border-spacing: 1px;
    text-align: center;
}
.tabla_general tr{
    height: 30px;
}
.tabla_general tr th{
    font-size: 12px;
    background: #BC1717;
    color: #fff;
}
.tabla_general tr:nth-child(odd) {
    background: #FFFFFF;
    font-size: 11px;
}
.tabla_general tr:nth-child(even) {
    background: #EEEEEE;
    font-size: 11px;
}
.autorizacion_font{
    font-size: 8.5px;
}
.sin_result{
    text-align: center;  
    background: #EFEFEF;
    height: 320px;
    font-size: 14px;
}
.loading{
    text-align: center;  
    background: #EFEFEF;
    height: 320px;
}
.align_right{
    text-align: right;
}
/*tabla1*/
.titabla{background:#BC1717;
font-size: 20px;
font-family: Arial,Helvetica,sans-serif;
color:#fff;
height: 40px;
}