/**/

#contenidos h3.titulo_subcategorias{ display: block; color: #bc3c5d; text-decoration: underline;}
#contenidos #caja_subcategorias {
  display: flex;
  flex-flow: row wrap;
  float: left;
  margin-bottom: 15px;
  width: 100%;
}
#contenidos #caja_subcategorias .cuerpo_bloque {float: left; width: 100%; margin-bottom: 25px; display: flex; flex-flow: wrap; align-items: baseline; align-content: space-around;}
#contenidos #caja_subcategorias div.elemento.subcategoria {float:left; width: 14.6%; margin: 1%;overflow:hidden;}
#contenidos #caja_subcategorias a{ float: left;}
#contenidos #caja_subcategorias div.imagen{ float: left; width: 100%; }
#contenidos #caja_subcategorias div.imagen img{ width: 100%;}
#contenidos #caja_subcategorias div.enlace{ float: left; width: 100%; color: #707070; }
#contenidos #caja_subcategorias div.enlace_sinimagen{ float: left; width: 100%; color: #707070; }
#contenidos #caja_subcategorias div.sinenlace{ float: left; width: 100%; color: #707070; }
#contenidos #caja_subcategorias div.descripcion{ float: left; width: 100%;}

/**/

#contenidos #caja_productos {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    float: left;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    width: 100%;
}
#contenidos h3.titulo_productos{ display: block; color: #bc3c5d; text-decoration: underline;}
#contenidos #caja_productos div.elemento.escaparate {
    float: left;
    margin: 10px 0;
    overflow: hidden; 
    position: relative;
    text-align: left;
    width: 25%;
    border: none;
    border-radius: 15px;
    padding: 15px;   
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: none;
}
#contenidos #caja_productos div.pre-img {}
#contenidos #caja_productos div.pre-img > a {float: left; width: 100%; }
#contenidos #caja_productos div.pre-img .imagen {float: left; width: 100%; z-index: 1; }
#contenidos #caja_productos div.pre-img .nombre {
    color: #707070;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0;
    float: left;
    width: 100%;
}

#contenidos #caja_productos div.descripcion{ float: left; width: 100%; color: #888; margin-bottom: 10px; }
#contenidos #caja_productos div.caja_precios{ float: left; width: 55%; color: #888; }
#contenidos #caja_productos div.precio {
    align-items: center;
    color: #bc3c5d;
    display: flex;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    width: 100%;
}
#contenidos #caja_productos div.precio .glyphicon-eur { font-size: 90%;}
#contenidos #caja_productos div.precio_anterior{float: left; width: 100%; font-size: 12px;  font-weight: bold; text-decoration: line-through;}
#contenidos #caja_productos .descuento {
    display: block;
    background: #707070 none repeat scroll 0 0;
    border-radius: 10px;
    color: #fff;
    float: right;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 10px;
    text-align: center;
}
#contenidos #caja_productos div.detalle_precio{ display:none;clear:both;text-align:center;color:#ccc}
#contenidos #caja_productos div.pre-img .consulta  { float: left; width: 100%; }
#contenidos #caja_productos div.pre-img div.caja_compra  { float: left; width: 45%; }
#contenidos #caja_productos div.pre-img button.boton_compra {
    background-color: #ffffff;
    border: 2px solid #bc3c5d;
    border-radius: 0;
    color: #bc3c5d;
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: bold;
}
#contenidos #caja_productos button.boton_compra:hover { color: #000; }
#contenidos #caja_productos.nohay {}

#contenidos #caja_productos div.post-img {display: none;}
#contenidos #caja_productos div.post-img > a {float: right;}
#contenidos #caja_productos div.post-img > a:first-child {float: left; width:55%;}
#contenidos #caja_productos div.post-img .nombre { float: left; width: 100%; color: #8c8c8c;}
#contenidos #caja_productos div.post-img .precio {float: left; width: 100%; color: #bc3c5d;; font-size: 20px;}
#contenidos #caja_productos div.post-img .descripcion { display: none;}
#contenidos #caja_productos div.post-img .boton_compra { display: none;}
#contenidos #caja_productos div.post-img .boton-consultar:hover { border-radius: 5px; opacity: 0.8}

#contenidos #caja_productos .paginacion {float: left; width: 100%;}

@media(max-width: 1200px) { 
}

@media(max-width: 992px) {  
    #contenidos #caja_subcategorias div.elemento.subcategoria { width: 23%; margin: 1%;}
    #contenidos #caja_productos div.elemento.escaparate {width:46%; margin: 2%;}
}

@media(max-width: 768px) {  
    #contenidos #caja_productos div.elemento.escaparate {width:31.3%; margin: 1%;}
}

@media(max-width: 480px) {  

    #contenidos #caja_subcategorias div.elemento.subcategoria { width: 46%; margin: 2%;}
    #contenidos #caja_productos {
        align-items: flex-start;
        display: flex;
        flex-flow: row wrap;
        float: left;
        justify-content: space-around;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #contenidos #caja_productos div.elemento.escaparate {
        width:96%; 
        margin: 10px 2%;
    }
}
