/**
Tienda Simple - Tema
**nombre:Colores**
*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background-image: url("bg_body.png");
  background-position: top center;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;
}
.site-header {
  margin-top: 20px;
  display: block;
  height: auto;
  background-image: none;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: 'scroll';
  background-color: #ffffff;
  position: relative;
  padding: 20px 40px !important;
  -webkit-border-radius: 30px 30px 0px 0px;
  -moz-border-radius: 30px 30px 0px 0px;
  border-radius: 30px 30px 0px 0px;
  border: 4px solid lightgray;
  border-bottom: none;
}
.site-body {
  background-color: #ffffff;
  margin-bottom: 20px;
  -webkit-border-radius: 0px 0px 30px 30px;
  -moz-border-radius: 0px 0px 30px 30px;
  border-radius: 0px 0px 30px 30px;
  border: 4px solid lightgray;
  border-top: none;
}
.site-footer {
  height: 0;
  background-image: none;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: 'scroll';
  padding-top: 80px;
  padding-bottom: 80px;
  border: none;
  height: auto;
  text-align: center;
  background-color: transparent;
  position: relative;
}
.page-header h1 {
  margin-top: 0;
  font-size: 30px;
  line-height: 40px;
  /*
		font-family: 'Lilita one', sans-serif;
		font-weight: normal;
		*/

}
.page-header h1 [class*="icon-"] {
  display: none;
}
.page-header h1 small {
  display: block;
}
.listado-productos .thumbnails > li:nth-child(2n+1),
.detalle .thumbnails > li:nth-child(2n+1) {
  transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  /* IE 9 */

  -moz-transform: rotate(4deg);
  /* Firefox */

  -webkit-transform: rotate(4deg);
  /* Safari and Chrome */

  -o-transform: rotate(4deg);
  /* Opera */

}
.listado-productos .thumbnails > li:nth-child(2n),
.detalle .thumbnails > li:nth-child(2n) {
  transform: rotate(-4deg);
  -ms-transform: rotate(-3deg);
  /* IE 9 */

  -moz-transform: rotate(-3deg);
  /* Firefox */

  -webkit-transform: rotate(-3deg);
  /* Safari and Chrome */

  -o-transform: rotate(-3deg);
  /* Opera */

}
.listado-productos .thumbnails > li:nth-child(3n),
.detalle .thumbnails > li:nth-child(3n) {
  transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  /* IE 9 */

  -moz-transform: rotate(6deg);
  /* Firefox */

  -webkit-transform: rotate(6deg);
  /* Safari and Chrome */

  -o-transform: rotate(6deg);
  /* Opera */

}
