#subproductos{width:100%;height:auto;float:left;margin:10px 0;padding:0;font-size:13px;}
#subproductos ul{width:100%;height:auto;float:left;margin:0;padding:0;list-style-type:none;}
#subproductos ul li{width:100%;height:auto;float:left;margin:0;padding:2px 0;position: relative;}
#subproductos ul li.cabecera{background:#008ed0 none repeat scroll 0 0;letter-spacing:-0.3px;text-align:center;text-transform:uppercase;}
#subproductos ul li.color1{border-bottom:1px solid #ddd;color:#333333;}
#subproductos ul li.color1:hover{color:#008ed0;}
#subproductos ul li.color2{border-bottom:1px solid #ddd;color:#333333;}
#subproductos ul li.color2:hover{color:#008ed0;}
#subproductos ul li.cabecera p{padding:5px;}
#subproductos ul p{float:left;margin:0;padding:20px 5px 5px;text-transform:uppercase;}
#subproductos ul p.imagen{padding-top:6px;text-align:center;width:9%;}
#subproductos ul p.imagen a{width:auto;height:45px;}
#subproductos ul p.imagen img{max-height:100%;max-width:100%;transition:0.5s ease all;}
#subproductos ul p.imagen img:hover{transform:scale(2,2);}
#subproductos ul p.referencia{width:11%;text-align:center;}
#subproductos ul p.color{width:11%;transition:0.2s ease 0s;overflow:hidden;}
#subproductos ul p.color span.selec_color{width:25px;height:25px;border-radius:50%;display: block;margin: 0 auto;transition:0.3s ease 0s all;}
#subproductos ul p.color span.selec_color:hover{transform:scale(1.5);}
#subproductos ul p.color span img{width:100%;height:100%;border-radius:50%;}
#subproductos ul p.talla{width:8%;text-align:center;}
#subproductos ul p.medida{width:10%;}
#subproductos ul p.producto{width:38%;}
#subproductos ul p.existencias{width:6%;}
#subproductos ul p.existencias input{border:1px solid #eee;color:#666;font-size:17px;margin:-4px 0 0;padding:0;text-align:center;width:100%;}
#subproductos ul li:hover p.existencias input{background:#008ed0;color:#fff;}
#subproductos ul p.precio{width:11%;text-align:center;}
#subproductos ul p.compra{width:4%;text-align:center;}
#subproductos ul p.compra img{height:32px;margin:-13px 0 0 -5px;width:32px;filter:grayscale(100%);}
#subproductos ul p.compra img:hover{filter:none;}
#subproductos ul p.compraAmpliada{width:20%;text-align:center;}
#subproductos ul p.compraAmpliada a.consultar{font-size:13px;background-position:15px 0px;color:#83888e;padding:0 0 0 44px;text-indent:0;}
#subproductos span.valor.tachado {
	text-decoration: line-through;font-size:0.8em;
}
#otros_productos_marca li span.oferta,
#otros_productos_categoria li span.oferta,
#productos span.oferta,
#subproductos span.oferta{position:absolute;right:0;top:0;border-radius:50%;background:red;color:#fff;width:35px;height:35px;display: flex;align-items: center;justify-content: center;padding:2px;}
#productos span.oferta{width:60px;height:60px;text-align: center;}
#productos ul.opciones li.color span{
width:30px;
height:30px;
float:left;
margin:0 7px 0 0;
padding:0;
border-radius:50%;
cursor:pointer;
transition:all 0.5s ease;
border:4px solid #fff;
}
#productos ul.opciones li.color span:hover{
transform:scale(3.5,3.5);
opacity:1;
}
#productos ul.opciones li.color span img{width: 100%;height: 100%;border-radius: 50%;}
