/**
Tienda Simple - Tema
**nombre:Belleza**
*/
.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("bg01.jpg");
  background-position: top left;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;
}
#header {
  display: block;
  height: auto;
  background-image: url("bg01.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: 'scroll';
  background-color: rgba(245, 241, 229, 0.85);
  position: relative;
}
#content-container {
  background-color: #f5f1e5;
}
#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: rgba(245, 241, 229, 0.7);
  position: relative;
}
.page-header {
  text-align: center;
}
.page-header h1 {
  font-size: 80px;
  line-height: 90px;
  /*
		font-family: 'Lilita one', sans-serif;
		font-weight: normal;
		*/

}
.page-header h1 [class*="icon-"] {
  display: none;
}
.page-header h1 small {
  display: block;
}
.site-body {
  background-color: #f5f1e5;
}
.site-header {
  background-color: rgba(245, 241, 229, 0.85);
  background-image: url("bg01.png");
  background-position: center right;
  display: block;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
@media (max-width: 480px) {
  .site-header {
    background-image: none;
  }
}
.push {
  background-color: rgba(245, 241, 229, 0.7);
}
