/**
Tienda Simple - Tema
**nombre:tecnología**
*/
.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: none;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
}
#header {
  display: block;
  height: 120px;
  background-image: none;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: 'scroll';
  background-color: transparent;
  position: relative;
}
#content-container {
  background-color: #ff0000;
}
#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 {
  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;
}
.wrapper {
  background-image: url('body-bg.jpg');
  background-repeat: repeat-x;
  background-position: center top;
  background-color: white;
}
.thumbnail {
  background-color: #fafafa;
}
.thumbnail h3.precio {
  color: black;
}
.page-content h2 {
  color: black;
}
.page-header {
  background-image: url('/imgmarkets/publicas/textura_004.imgpgral');
  padding: 30px 40px;
  margin: 0px -40px;
  background-position: center center;
}
.page-header h1 {
  font-weight: bold;
}
.page-header h1 small {
  color: black;
}
.site-body {
  background-image: url('fondocontenido.png');
  background-color: rgba(255, 255, 255, 0.24);
}
