.globlal{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 620px;
    background-color: #EFEFEF;
}
#divPrincipal{
    position: relative;
    width: 960px;
    margin: 0 auto;
}
#ContFooter{
   padding-bottom: 10px;
}
.btn_enviar{
    position: relative;
    display: inline-block;  
    float: right;
}
.style1{
    /***width:100%;*********/
    color: #000;
    padding: 3px;
    text-align: left;
    font-size: 12px; /*background-image:url('../img/form/etiqueta.png');
    background-repeat:repeat-x;*/;
    color: #666;
    font-size: 14px;
    font-family: 'HelveticaNeue-Light';
    text-transform: uppercase;
    margin-right: 10px;
    height: 43px;
}
@media all and (max-width: 1040px) {
    #divPrincipal{
        width: 95% !important;
        overflow: hidden;
    }
    #tblTitulo{
        width: 100%;
    }
    .globlal{
        height: auto;
    }
    .tb_header th{
        font-size: 11px;
    }
    #tblContenedor{
        width: 98% !important;
    }
    .div_table, .div_lin1{
        width: 100% !important;
    }
    .div_bolsa, .tipo_normal{
        width: 100% !important;
    }
    .div_subir{
        width: 100%;
        margin: 30px 0px;

    }
    .eti{
        width: 80%;
    }
    .btn_enviar{
        float: left;
        margin-left: 0px;
    }
    .campObli{
        width: 100% !important;
        text-align: left;
        margin: 10px 0px;
    }
    .cont_gral, tr{
        overflow: hidden;
        width: 700px !important;
    }
    #Aviso{
        width: 80% !important;
    }
}
@media all and (max-width: 600px){
    .globlal{
        padding-bottom: 30px;
    }
}