/**
Tienda Simple - Tema
**nombre:Constructor House**
*/
.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("body_fdo.jpg");
  background-position: top left;
  background-repeat: repeat-x;
  background-size: auto;
  background-attachment: fixed;
}
.site-header {
  display: block;
  height: auto;
  background-image: url("encabezado.jpg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: 'scroll';
  background-color: #e1d7ce;
  position: relative;
  padding: 30px 40px !important;
  padding-bottom: 50px !important;
  border-bottom: none;
}
@media (max-width: 480px) {
  .site-header {
    background-position: left bottom !important;
  }
}
.site-body {
  background-color: #e1d7ce;
  margin-bottom: 20px;
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
}
.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-categorias {
  background-color: #efebe8;
  background-image: -moz-linear-gradient(top, #e5ded8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e5ded8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e5ded8, #ffffff);
  background-image: -o-linear-gradient(top, #e5ded8, #ffffff);
  background-image: linear-gradient(to bottom, #e5ded8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5ded8', endColorstr='#ffffffff', GradientType=0);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 5px solid white;
}
