<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content-gallery{
    width:100%;
}
/** content gallery con fondo gris ***/
/*.content-gallery{
    width:100%;
    background: rgb(241, 241, 241);
}*/
#gallery {
/*    padding: 2px;
    float: left;
    position: relative;
    border:1px solid #E9E9E9;
    top:-4px;
    width: inherit;*/

}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
    border: 5px solid #3e3e3e;
    border-width: 5px 5px 5px;
}
#gallery ul a:hover img {
    border: 5px solid #fff;
    border-width: 5px 5px 20px;
    color: #fff;
}
#gallery ul a:hover
{ color: #fff;
}
.box_producto{
    float: left;
    width: 180px;
/*    height: 168px;*/
    text-align:center;
    padding: 10px 5px 20px 5px;

}
/** box producto con fondo blanco **/
/*.box_producto{
    float: left;
    width: 180px;
    text-align: center;
    margin: 10px 5px 10px 5px;
    padding: 5px 0;
    background: #fff;
}*/
.box_producto .imggalery{
    width:170px;
    height:170px;
    margin:0 auto;

}
.box_producto label.precio{
    font-weight: bold;
    font-size: 1.6em;
    color: #555;
}
/*Estilos de caja cantidad y agregar domicilio en lightbox y galeria de productos*/

.box_producto .addaldomicilioLk:hover span, #AddDomiShowProducto .addaldomicilioLk:hover span{
    text-decoration: underline;
}

#addaldomicilio, #AddDomiShowProducto #addaldomicilio{
    background-color:transparent;
/*    padding-left:1px;*/
    padding-right:1px;
    float: right;
}
#gallery .box_producto .nombre{
    text-align: left;
    padding:0 0 3px 11px;
    height: 36px;
    text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
#gallery .bloque-clasificacion{
    float:left;
    margin:0 0 1px 0;
    padding:0 0 0 8px;
}

#gallery h3.mensaje{
    padding:18px 6px;
}
/*boton galleria agregar*/
#gallery .boton{
    margin: 0 auto;
}

.box_producto_p1{
    margin-left: 5px;
    width: 49%;
    height: 240px;
}

.content_pdtos{
    height: 250px;
}
/*

#img_cinta{
    background: no-repeat url(../img/tiendas/tienda_redbox/cinta.png);
    width: 970px;
    height: 52px;
    border: 1px solid;
}*/</pre></body></html>