/**
Tienda Simple - Tema
**nombre:Corporative Red**
*/
.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.png");
  background-position: top left;
  background-repeat: repeat-x;
  background-size: auto;
  background-attachment: fixed;
}
.site-header {
  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;
}
.site-body {
  background-color: #ffffff;
}
.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: #bd2805;
  position: relative;
}
.page-header {
  text-align: left;
}
.page-header h1 {
  margin-top: 0;
  font-size: 40px;
  line-height: 50px;
  /*
		font-family: 'Lilita one', sans-serif;
		font-weight: normal;
		*/

}
.page-header h1 [class*="icon-"] {
  display: none;
}
.page-header h1 small {
  display: block;
}
.site-header,
.site-body {
  -webkit-box-shadow: 0px 0px 10px #808080;
  -moz-box-shadow: 0px 0px 10px #808080;
  box-shadow: 0px 0px 10px #808080;
}
