.logo-market {
    height: 108px!important;
    padding: 0 0 20px 0;
}

/* Ancho de pantalla contenido */
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 1024px;
}

/*Fondo menu */
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
    border-width: 0 0 1px;
    background: black;
}

.listado-productos .thumbnail h5 {
    font-size: 15px;
    min-height: 48px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 10px;
    padding: 5px 0 38px 6px;
    background-color: #070708;
    text-transform: uppercase;
}

.listado-productos img {
    padding: 0;
    background: none;
 
}