#fastbuy {
    cursor: pointer;
    position: fixed;
    padding:5px 15px;
    text-transform: uppercase;
    font-weight:bold;
}
.pos_0 {
    top:0;
    left:0;
}
.pos_1 {
    top:0;
    left:47%;
}
.pos_2 {
    top: 0;
    right: 0
}
.pos_3 {
    top:47%;
    right:0;
}
.pos_4 {
    bottom:0;
    right:0;
}
.pos_5 {
    bottom:0;
    left:47%;
}
.pos_6 {
    left:0;
    bottom:0;

}
.pos_7 {
    left:0;
    top:47%;

}
#fastbuy_content.activo {
    display: block;
}
#fastbuy_content {
    display: none;
    position: fixed;
    background: rgba(0,0,0,0.3);
    width:100%;
    height:100%;
    top:0;
    z-index: 1000;
    left:0;
}
#fastbuy_content form {
    position: relative;
    width:40%;
    margin:0 auto;
    margin-top:220px;
    background: #fff;
    padding:15px;
    border: 2px solid #111;
    border-radius: 5px;
}
#fastbuy_content form h3 {
    text-align: center;
    background: #dcdcdc;
    margin: 5px 0;
    padding: 10px 0;
    text-transform: uppercase;
}
#fastbuy_content form .lgref {
    width:49%;
    display: inline-block;
}
#fastbuy_content form .lgunit {
    width:20%;
    display: inline-block;
}
#lgfb_modo {
    display: none !important;
}
#fastbuy_content #lgadd {
    width: 30%;
    display: inline-block;
    border: 1px solid #dcdcdc;
    height: 27px;
    padding: 0;
    line-height: 25px;
    vertical-align: 0;
    font-weight: bold;
    background: #dcdcdc;
    border: 1px solid #ccc;
}
#lgbuy {
    display: block;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #dcdcdc;
    padding: 5px;
    font-weight: bold;
    background: #dcdcdc;
}
#lg_loading.activo {
    display: block;
}
#lg_loading {
    display: none;
    position: absolute;
    left:0;
    top:0;
    height:100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 5;
}
#lgfbconfigtemplate {
    overflow: hidden;
}
.lgg_50 {
    width:50px !important;
    display: inline-block !important;
}
.lgg_100 {
    width:100px !important;
    display: inline-block !important;
}
.lgg_200 {
    width:200px !important;
    display: inline-block !important;
}
.lgg_marg_der {
    margin-right:10px !important;
}
.lgg_marg_izq {
    margin-left:10px !important;
}

.lgg_marg_der_lg {
    margin-right:70px !important;
}
.lgg_marg_izq_lg {
    margin-left:70px !important;
}
#manual {
    display: none;
}

#manual.activo {
    display: inline-block;
}
.lgg_form_group {
    margin-bottom:50px;
}
#resultado {
    display: block;
    position: absolute;
    background: #fff;
    border: 1px solid #dcdcdc;
    width:292px;
    cursor: pointer;
}
#resultado li {
    padding:5px 0 5px 5px;
}
#resultado li:hover {
    text-decoration: underline;
}