/**
Tienda Simple - Tema
**nombre:Decoración**
*/
.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('/imgmarkets/publicas/textura_007.imgpgral');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
}
#header {
  display: block;
  height: 120px;
  background-image: '/imgmarkets/publicas/textura_006.imgpgral';
  background-position: top left;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: 'scroll';
  background-color: transparent;
  position: relative;
}
#content-container {
  background-color: transparent;
}
#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;
}
.navbar .navbar-inner {
  background-image: url('/imgmarkets/publicas/textura_006.imgpgral');
  background-repeat: repeat;
}
.brand .market-subtitulo {
  font-size: 30px;
}
.listado-productos .thumbnail h5.producto-descripcion {
  line-height: 106%;
}

.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover {
  color: #EAEAEA;
}