/**
Tienda Simple - Tema
**nombre:School time**
*/
.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.jpg");
  background-position: top left;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;
}
.site-header {
  margin-top: 20px;
  display: block;
  height: auto;
  background-image: url("bg_header.jpg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: 'scroll';
  background-color: #ffffff;
  position: relative;
  padding: 20px 40px !important;
  -webkit-box-shadow: 2px 2px 2px #614600 inset, -2px -2px 2px #ccc486 inset;
  -moz-box-shadow: 2px 2px 2px #614600 inset, -2px -2px 2px #ccc486 inset;
  box-shadow: 2px 2px 2px #614600 inset, -2px -2px 2px #ccc486 inset;
  border-bottom: none;
}
.site-header::before {
  content: ' ';
  width: 100%;
  height: 100%;
  left: -20px;
  top: -20px;
  background-color: brown;
  position: absolute;
  z-index: -1;
  padding: 20px;
  background-image: url('madera.jpg');
  -webkit-box-shadow: -5px -5px 5px #614600 inset, 5px 5px 5px #ccc486 inset;
  -moz-box-shadow: -5px -5px 5px #614600 inset, 5px 5px 5px #ccc486 inset;
  box-shadow: -5px -5px 5px #614600 inset, 5px 5px 5px #ccc486 inset;
}
.site-body {
  margin-top: 20px;
  background-color: #ffffff;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 10px #000000;
  -moz-box-shadow: 0px 0px 10px #000000;
  box-shadow: 0px 0px 10px #000000;
  background-image: url('bg_content.png');
  background-repeat: repeat-y;
}
.site-footer {
  height: 0;
  background-image: none;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: 'scroll';
  padding-top: 20px;
  padding-bottom: 20px;
  border: none;
  height: auto;
  text-align: center;
  background-color: rgba(251, 252, 197, 0.28);
  position: relative;
}
.site-footer a {
  font-weight: bold;
  color: white ;
}
.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;
}
@media (min-width: 768px) and (max-width: 979px) {
  .site-header {
    width: 684px !important;
    margin-left: -20px !important;
  }
}
@media (min-width: 980px) {
  .site-header {
    width: 900px !important;
    margin-left: -20px !important;
  }
}
@media (min-width: 1200px) {
  .site-header {
    width: 1130px !important;
    margin-left: -20px !important;
  }
}
.listado-categorias {
  background-color: #FEF0A5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 3px 3px 3px #808080;
  -moz-box-shadow: 3px 3px 3px #808080;
  box-shadow: 3px 3px 3px #808080;
  padding-top: 60px;
  background-image: url('pin.png');
  background-position: right 10px;
  background-repeat: no-repeat;
}
