.gallery-box {
  margin: 0;
  padding-left:65px;
  box-sizing: border-box
	  
}
.show{
  width: 500px;
  height: 500px;
}
#show-img { width: 400px; height: 400px; }
.small-img{
  width: 600px;
  height: 	70px;
  margin-top: 15px;
  position: relative;
  left: 0px;
}
.small-img .icon-left, .small-img .icon-right{
  width: 18px;
  height: 32px;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.small-img .icon-left{
  transform: rotate(180deg)
}
.small-img .icon-right{
  right: 0;
}
.small-img .icon-left:hover, .small-img .icon-right:hover{
  opacity: .5;
}
.small-container{
  width: 500px;
  height: 70px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.small-container div{
  width: 800%;
  position: relative;
}

.small-container .show-small-img{
  width: 70px;
  height: 70px;
  margin-right: 6px;
  cursor: pointer;
  float: left;
}
.small-container .show-small-img:last-of-type{
  margin-right: 0;
}

.buttons-colors {
cursor: pointer;
display: flex;

}
.icon-negro-verde-ok {
	background-image:url("../images/icon-negro-verde-ok.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	width: 35px;
	height: 35px;
	margin: 2px;
	border-radius: 50%;
	
}

.icon-amarillo-ok {
	background-image:url("../images/icon-amarillo-ok.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	width: 35px;
	height: 35px;
	margin: 2px;
	border-radius: 50%;
}

.icon-rojo-ok {
	background-image:url("../images/icon-rojo-ok.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	width: 35px;
	height: 35px;
	margin: 2px;
	border-radius: 50%;
}

.icon-azul-ok {
	background-image:url("../images/icon-azul-ok.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	width: 35px;
	height: 35px;
	margin: 2px;
	border-radius: 50%;
}

.icon-negro-rosa-ok {
	background-image:url("../images/icon-negro-rosa-ok.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	width: 35px;
	height: 35px;
	margin: 2px;
	border-radius: 50%;
}

.icon-negro-fluo-ok {
	background-image:url("../images/icon-negro-fluo-ok.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	width: 35px;
	height: 35px;
	margin: 2px;
	border-radius: 50%;
}

.icon-negro-aqua-ok {
	background-image:url("../images/icon-negro-aqua-ok.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	width: 35px;
	height: 35px;
	margin: 2px;
	border-radius: 50%;
}

.icon-gris-ok {
	background-image:url("../images/icon-gris-ok.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	width: 35px;
	height: 35px;
	margin: 2px;
	border-radius: 50%;
}

.icon-verde-amarillo-ok {
	background-image:url("../images/icon-verde-amarillo-ok.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	width: 35px;
	height: 35px;
	margin: 2px;
	border-radius: 50%;
}

.icon-negro-aqua2-ok {
	background-image:url("../images/icon-negro-aqua2-ok.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	width: 35px;
	height: 35px;
	margin: 2px;
	border-radius: 50%;
}

.icon-thor-bco {
	background-image:url("../images/icon-thor-bco.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	width: 35px;
	height: 35px;
	margin: 2px;
	border-radius: 50%;
}

.icon-thor-azul {
	background-image:url("../images/icon-thor-azul.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	width: 35px;
	height: 35px;
	margin: 2px;
	border-radius: 50%;
}

.icon-thor-negra {
	background-image:url("../images/icon-thor-negro.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	width: 35px;
	height: 35px;
	margin: 2px;
	border-radius: 50%;
}

/******************************************/
/***    DISEÑO PARA TABLETAS 992      ****/
/******************************************/
@media only screen and (max-width:992px){
	.gallery-box {
  margin-left: -35px;
  margin-bottom:45px;
  padding: 0;
  box-sizing: border-box
	  
}
.show{
  width: 400px;
  height: 400px;
}
}
