/**
Tienda Simple - Tema
**nombre:Religió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: none;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
}
.site-header {
  display: block;
  height: 120px;
  background-image: none;
  background-position: top left;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: 'scroll';
  position: relative;
}
.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';
  border: none;
  height: auto;
  background-color: transparent;
  position: relative;
}
.page-header {
  -webkit-box-shadow: 0 2px 0px -1px #e2e2e2, 0 4px 0 -1px #ffffff;
  -moz-box-shadow: 0 2px 0px -1px #e2e2e2, 0 4px 0 -1px #ffffff;
  box-shadow: 0 2px 0px -1px #e2e2e2, 0 4px 0 -1px #ffffff;
}
.page-header h1 {
  /*
		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;
}
.listado-productos .producto-descripcion {
  font-family: arial;
  font-size: 25px;
}
.listado-productos .thumbnails > li .thumbnail img {
  /*height: 120px !important;*/
}
.listado-productos .precio {
  padding-top: 60px;
}
.listado-productos .producto-descripcion {
  -webkit-box-shadow: 0 2px 0px -1px #e2e2e2, 0 4px 0 -1px #ffffff;
  -moz-box-shadow: 0 2px 0px -1px #e2e2e2, 0 4px 0 -1px #ffffff;
  box-shadow: 0 2px 0px -1px #e2e2e2, 0 4px 0 -1px #ffffff;
  padding-bottom: 5px;
  padding-top: 10px;
}
.listado-productos .producto-descripcion-corta {
  padding-top: 4px;
}
.listado-categorias {
  -webkit-box-shadow: 2px 0px 0px -1px #e2e2e2, 4px 0px 0 -1px #ffffff;
  -moz-box-shadow: 2px 0px 0px -1px #e2e2e2, 4px 0px 0 -1px #ffffff;
  box-shadow: 2px 0px 0px -1px #e2e2e2, 4px 0px 0 -1px #ffffff;
}
hr {
  -webkit-box-shadow: 0 2px 0px -1px #e2e2e2, 0 4px 0 -1px #ffffff;
  -moz-box-shadow: 0 2px 0px -1px #e2e2e2, 0 4px 0 -1px #ffffff;
  box-shadow: 0 2px 0px -1px #e2e2e2, 0 4px 0 -1px #ffffff;
  height: 1px;
}
.thumbnail img {
  border: 5px solid white;
  -webkit-box-shadow: 0 15px 19px -14px #d3d3d3;
  -moz-box-shadow: 0 15px 19px -14px #d3d3d3;
  box-shadow: 0 15px 19px -14px #d3d3d3;
}
