 
     /*   */

 /*   
.content {
  max-width: 680px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 13px;
  padding-top: 13px;
}
 */ /* Imagenes Miniaturas */
.show-reel {
  text-align: center;
  margin-bottom: 2px;
  word-spacing: -1px;
}
/* tamaño del cuadro de Miniaturas */
.show-reel .lsb-preview {
  display: inline-block;
  float: none;
  width: 70px;
  height: 70px;
}

.single-image .lsb-preview.single {
  display: block;
  width: 240px;
  margin: 0 auto;
}

.gallery .lsb-preview {
  float: left;
  width: 45%;
  padding: 2px;
}

@media screen and (max-width: 425px) {
  .gallery .lsb-preview {
    width: 50%;
  }
}
 
.code {
  position: relative;
  background: #bdaa54;
  margin-bottom: 1em;
  border: 1px solid #dec913;
  border-radius: 4px;
  font-family: 'Courier New', Courier, monospace;
  font-size: 31px;
  color: #24793b;
  padding: 10px;
  line-height: 6px;
  overflow-x: auto;
} 

.code::after {
  content: 'Code';
  position: absolute;
  top: 2px;
  right: 4px;
  color: #b5a016;
}
    
.lsb-preview {
  height: 120px;
  display: block;
  overflow: hidden;
  border: outset rgb(13, 55, 13) 3px;
  background-color: #ab9dee; /*fondo de imagen */
}

.lsb-preview img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
width: 100%;
  height: 60px;
  vertical-align: bottom;
  transform: scale(1.4);

}
 /*   */
.lsb-preview:hover img {
  opacity: 0.9; 
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.lsb-preview:active img {
  opacity: 0.7;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}  

.pre1 img {
  width: 130px;
  height: 80px;
margin-top:  -3px;
  vertical-align: bottom;
  padding-top: 5px;
  margin-left: -40px;
}

.pre2 img { 
 width: 100px; 
  vertical-align: bottom;
  padding-top: 5px;
}

.pre3 img {
  width: 80px;
  vertical-align: bottom;
  padding-top: 10px;
  margin-left: -30px;
}
.pre4 img {
  width: 65px;
  vertical-align: bottom;
  padding-top: 5px;
  margin-left: -10px;
}
.pre5 img {
  width: 105px;
  vertical-align: bottom;
  padding-top: 8px;
  margin-left: 10px;
}

.pre6 img {
  width: 85px;
  vertical-align: bottom;
  padding-top: 5px;
  margin-left: -35px;
}
.pre7 img {
  width: 70px;
  vertical-align: bottom;
  padding-top: 5px;
  margin-left: -5px; 
}
.pre7a img {
  width: 51px;
  vertical-align: bottom;
  padding-top: 10px;
  margin-left: -5px;
}
.pre8 img {
  width: 95px;
  vertical-align: bottom;
  padding-top: 6px;
  margin-left: -35px;
}

.pre9 img {
  width: 65px; 
  padding-bottom: 120px;
  margin-left: 0px;
}

.pre0 img {
  width: 80px;
  vertical-align: bottom;
  padding-top: 5px;
  margin-left: -5px;
}


.settings {
  display: table;
  border-collapse: collapse;
  font-size: 12px;
  margin-bottom: 2em;
}

.settings .row {
  display: table-row;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.settings .row:first-child {
  font-weight: bold;
}

.settings .cell {
  display: table-cell;
  padding-top: 3px;
  padding-bottom: 10px;
  vertical-align: top;
}

.settings .name {
  padding-right: 5px;
  padding-bottom: 1px;
  padding-left: 1px;
}

.settings .default {
  padding-right: 3px;
}

footer {
  text-align: center;
  font-size: 0.7em;
  padding-top: 3px;
  padding-bottom: 7px; }