/**
Tienda Simple - Tema
**nombre:Mi Amigo**
*/
.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;
}
.site-header {
  display: block;
  height: auto;
  background-image: url('siteheader.gif');
  background-position: top center;
  background-repeat: repeat-x;
  background-size: auto;
  background-attachment: 'scroll';
  background-color: #ff9730;
  position: relative;
  padding-top: 30px !important;
  padding-bottom: 5px !important;
}
.site-header .market-titulo {
  font-family: 'reklame', verdana;
  font-size: 50px;
  font-weight: 900;
  color: white;
}
.site-header .market-subtitulo {
  display: block;
  font-family: 'reklame', verdana;
  font-size: 30px;
  font-weight: 50;
  color: #692720;
  line-height: 50px;
  padding-bottom: 18px;
}
.site-body {
  background-color: transparent;
}
.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: #ffffff;
  position: relative;
}
.site-page-content {
  position: relative;
}
.site-page-content #pagina-texto .page-header {
  position: absolute;
  top: 0px;
  display: none;
}
.page-header {
  text-align: left;
}
.page-header h1 {
  margin-top: 0;
  font-size: 30px;
  line-height: 90px;
  font-family: reklame, verdana;
  font-weight: 900;
  /*
		font-family: 'Lilita one', sans-serif;
		font-weight: normal;
		*/

}
.page-header h1 [class*="icon-"] {
  display: none;
}
.thumbnails {
  width: 100%;
}
.thumbnails > li {
  float: none;
  width: 100%;
  overflow: hidden;
}
.thumbnails > li .thumbnail {
  border: none;
  overflow: hidden;
  position: relative;
}
.thumbnails > li .thumbnail img {
  /*float: left;
  height: 80px !important;
  width: auto;
  margin-right: 10px;*/
}
.thumbnails > li .thumbnail .caption {
  padding: 0;
  margin: 0;
}

.thumbnails > li.span12 .thumbnail .caption {
	padding-left: 10px;
}

.thumbnails > li .thumbnail .caption .resumen {
  /* width: 40%;
							float: left;
							margin-left: 10px;*/

}
.thumbnails > li .thumbnail .caption .badge {
  margin-left: -40px;
}
.thumbnails > li .thumbnail .caption h3,
.thumbnails > li .thumbnail .caption h5 {
  margin: 0;
}
.thumbnails > li .thumbnail .caption .btn-toolbar {
  margin: 0;
  padding: 0;
  height: auto;
  /*position: absolute;*/

  bottom: 10px;
  right: 10px;
  margin-top: -30px;
}
.thumbnails > li .thumbnail .caption .btn-toolbar .mas-informacion {
  float: left;
}
.thumbnails img {
  border: 5px solid #ede5da;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.thumbnails .producto-comprable {
  /*border-top: 1px solid #ede5da;
  padding-top: 30px;*/
}
.thumbnails .producto-descripcion {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 25px;
}
@media (max-width: 480px) {
  .site-page-content {
    position: static;
  }
  .site-page-content #pagina-texto {
    margin-top: 0px;
  }
  .site-page-content #pagina-texto .page-header {
    position: static;
  }
  .site-header {
    padding-top: 5px !important;
  }
  .site-header .market-titulo {
    font-size: 25px;
    font-weight: 900;
    line-height: 40px;
  }
  .site-header .market-subtitulo {
    display: block;
    font-family: 'reklame', verdana;
    font-size: 15px;
    font-weight: 25;
    color: #692720;
    line-height: 10px;
    padding-bottom: 0px;
  }
  .site-header .logo-market {
    max-width: 100px;
  }
}
