
#block_marcas {
    height: 93px;
    background: #F2F2F2;
}

#block_marcas li {
    float: left;
    padding: 37px 10px 0px;
}

#block_marcas li:first-child {
    padding-left: 0px;
}

#block_marcas li:last-child {
    padding-right: 12px;
}

.marca-brother, .marca-sharp, .marca-samsung, .marca-kyocera, .marca-lexmark,
.marca-ricoh, .marca-toshiba, .marca-xerox, .marca-epson, .marca-oki,
.marca-hp {
    display: inline-block;
    background: url('../img/marcas.png') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}

.marca-brother {
    background-position: 15px -0px;
    width: 238px;
    height: 28px;
}

.marca-sharp {
    background-position: -10px -38px;
    width: 95px;
    height: 26px;
}

.marca-samsung {
    background-position: -115px -38px;
    width: 93px;
    height: 26px;
}

.marca-kyocera {
    background-position: -10px -74px;
    width: 83px;
    height: 26px;
}

.marca-lexmark {
    background-position: -103px -74px;
    width: 82px;
    height: 26px;
}

.marca-ricoh {
    background-position: -10px -110px;
    width: 81px;
    height: 26px;
}

.marca-toshiba {
    background-position: -101px -110px;
    width: 78px;
    height: 26px;
}

.marca-xerox {
    background-position: -10px -146px;
    width: 66px;
    height: 26px;
}

.marca-epson {
    background-position: -86px -146px;
    width: 65px;
    height: 26px;
}

.marca-oki {
    background-position: -161px -146px;
    width: 51px;
    height: 26px;
}

.marca-hp {
    background-position: -195px -74px;
    width: 26px;
    height: 26px;
}

li.oficial {
    background: #004B8C;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    position: relative;
    height: 93px !important;
    float: right !important;

}

#index li.oficial {
    height: 100px !important;
    padding-top: 28px;
}

li.oficial img {
    position: absolute;
    top: -19px;
    right: -13px;
}

@media (min-width: 768px) {
    li.oficial {
        float: left !important;
    }
}
