@import url("//fonts.googleapis.com/css?family=Fjalla+One");
/**
Tienda Simple - Tema
**nombre:Gold**
*/
.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-position: top center;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;
}
.page-header {
  display: block;
  height: 320px;
  background-image: url("header.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: 'scroll';
  background-color: transparent;
  position: relative;
}
.site-body {
  background-color: #ffffff;
}
.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: #b81a1a;
  position: relative;
  margin-top: 30px;
}

.site-footer {
	color: #fff;
}

.page-header {
  margin: 0 -40px;
  text-align: center;
}
.page-header h1 {
  font-size: 80px;
  line-height: 90px;
  font-family: 'Fjalla One', sans-serif;
  font-weight: normal;
  padding: 80px;
  text-align: left;
  margin-top: 0px;
}
.page-header h1 [class*="icon-"] {
  display: none;
}
.page-header h1 small {
  display: block;
}
.page-header h1 {
  font-size: 70px;
  color: #333333;
  margin-left: 0px;
  padding-top: 50px;
  text-align: center;
  line-height: 150%;
}
@media (max-width: 979px) {
  .page-header h1 {
    padding: 38px;
    font-size: 40px;
    margin-left: 10%;
  }
}
.page-header h1 small {
  font-size: 50%;
  color: #CCCCCC;
}
h5 {
  font-size: 26px;
  color: #333333;
}
.thumbnail .caption {
  color: #8D0007;
}
.alert,
.a:link h4 {
  color: #1D4A70;
}
a {
  color: #333333;
  text-decoration: none;
}
