/**
Tienda Simple - Tema
**nombre:Pixel Design**
*/
.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("/img/extra/bg_02.jpg");
  background-position: top left;
  background-repeat: repeat-x;
  background-size: auto;
  background-attachment: fixed;
}
.site-header {
  display: block;
  height: 185px;
  background-image: url("/img/extra/head_02.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: 'scroll';
  background-color: #069efb;
  position: relative;
}
.site-body {
  background-color: #e6e7d5;
}
.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 {
  text-align: center;
}
.page-header h1 {
  margin-top: 0;
  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;
}
.listado-categorias {
  background-color: #0273B7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #0273b7;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #0273b7);
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(255, 255, 255, 0)), to(#0273b7));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #0273b7);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), #0273b7);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #0273b7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ff0273b7', GradientType=1);
  -webkit-box-shadow: 5px 5px 10px #808080;
  -moz-box-shadow: 5px 5px 10px #808080;
  box-shadow: 5px 5px 10px #808080;
}
.nav-tabs.nav-stacked {
  padding: 10px;
}
.nav-tabs.nav-stacked > li {
  border: 1px solid transparent;
  border-bottom: 1px solid white;
}
.nav-tabs.nav-stacked > li > a {
  border: none;
  background-color: transparent;
}
.brand {
  height: 185px;
  padding: 15px 50px;
  display: block;
}
.brand .market-titulo {
  font-size: 50px;
  font-weight: bold;
  color: #555;
  line-height: 50px;
}
.brand .market-subtitulo {
  font-size: 25px;
  display: block;
  color: #777;
  font-style: italic;
}
@media (max-width: 979px) {
  .page-header h1 {
    font-size: 30px;
    text-align: left;
  }
  .site-header {
    height: 115px;
  }
  .brand {
    padding: 7px 30px;
  }
  .brand img {
    max-height: 100px;
  }
  .brand .market-titulo {
    font-size: 30px;
  }
  .brand .market-subtitulo {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .page-header h1 {
    font-size: 15px;
    text-align: left;
  }
  .site-header {
    height: 115px;
  }
  .brand {
    padding: 7px 7px;
  }
  .brand img {
    max-height: 70px;
  }
  .brand .market-titulo {
    font-size: 15px;
  }
  .brand .market-subtitulo {
    font-size: 10px;
  }
}
