#resultado table {
    border-collapse: collapse;
    max-width: 1000px;
    min-width: 800px;
}
th {
    padding-top: 8px!important;
    padding-bottom: 8px!important;
    display: table-cell;
    vertical-align: middle;
    border-radius: 0px!important;
    font-size: 14px;
}
td {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    display: table-cell;
    /* text-align: left; */
    vertical-align: middle;
    border-radius: 0px!important;
}

#resultado table td:not(:first-child),#resultado table th:not(:first-child){
    text-align: right !important;
}
#resultado table td:nth-child(2),#resultado table th:nth-child(2){
    text-align: left !important;
}
#resultado table td:nth-last-child(2),#resultado table th:nth-last-child(2){
    text-align: center !important;
}
#resultado table td:nth-last-child(1),#resultado table th:nth-last-child(1){
    text-align: center !important;
}

#resultado table td a {
    color: #000 !important;

}
.boton{
    background-color: #036DBC;
    color: #ffffff;
    border: none;
    cursor: pointer;
    background: #036DBC url(../../images/go2.png) right center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    margin: auto;

}
div#fija {
    width:auto;
    float: left;
}

div#movible {
    overflow: auto;
    width: 550px;
}
.botonmas{
    border: 1px #E43134 solid;
    width: 20px;
    background-color: #cccccc;
    font-size: 14px;
    height: 20px;
    text-decoration: none;
}

.botonTabla {
    background-color: #fff;
    border: 1px solid #999999;

}
.botonTablaCargando{
    background-color: #fff;
    border: none;
    background-image: url(../../images/ajax-loader3.gif);
    background-position: top center;
    background-repeat: no-repeat;

    width: 20px;
    height: 20px;

}
.dialog{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#charttotal{display: none;}

.botonTabla{
    width: 20px;
    height: 20px;
}

/* clases de act economicas*/
.negrita{
    font-weight: bold;
}
.actividad{
    background-color: #777777;
    color: #FFFFFF;
    border-bottom: 1px solid #ffffff;
}
.actividadb{
    padding-left: 4px;
}
.categoria{
    background-color: #9f9f9f;
    color: #FFFFFF;
    border-bottom: 1px solid #ffffff;
}
.categoriab{
    padding-left: 12px;
}

.division{
    background-color: #BEBDC2 ;
    color: #020202;
    border-bottom: 1px solid #ffffff;
}
.divisionb{
    padding-left: 20px;
}

.grupo{
    background-color: #D2D2D2 ;
    color: #000000;
    border-bottom: 1px solid #ffffff;
}
.grupob{
    padding-left: 28px;
}
.clase{
    background-color: #E3E3E3;
    color: #000000;
    border-bottom: 1px solid #ffffff;
}
.claseb{
    padding-left: 36px;
}
.subclase{
    background-color: rgba(244, 244, 244, 0.05);
    border-bottom: 1px solid #747474;
}
.subclaseb{
    padding-left: 44px;
}
.micro{
    background-color: #d5d9db;
}
#resultado td>a>i:hover{
    background: #FFFFFF;
    color: #c1c4c8;
    padding: 5px;
    text-transform: full-width;
}
tr {
     border-bottom: none;
}
