body {
	background: #9fb1c9;
	background: -moz-linear-gradient(top, #9fb1c9 0%, #e7e7e8 100%);
	background: -webkit-linear-gradient(top, #9fb1c9 0%,#e7e7e8 100%);
	background: linear-gradient(to bottom, #9fb1c9 0%,#e7e7e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fb1c9', endColorstr='#e7e7e8',GradientType=0 );
	font-family: 'Roboto Condensed', sans-serif;
}

html {
	position: relative;
	min-height: 100%;
}
body {
	margin-bottom: 100px; /* Margin bottom by footer height */
	background-image:url('images/bg-wide.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:bottom center;
	background-attachment:fixed;
}
.new {
	background-color:#A59468;
	padding:5px 15px;
	color:#FFFFFF;
	font-size:2em;
	font-weight:700;
}
.bg-image {
/*
	background-image:url('images/bg.jpg');
	background-repeat:no-repeat;
	background-size:800px;
	background-position:top center;
	*/
	height:450px;
}
.trimox {
	position:relative;
	background:#FFF;
	padding:40px 0;
}
.trimox h1 {
	padding:0 20px;
}
.trimox h2 {
	color:#A59468;
	font-weight:700;
	font-size:1.5em;
}
@media (min-width: 768px) {
.trimox h2 {
	margin:15px 0;
	font-size:2em;
}
}
.trimox .link-pdf a {
	background-color:#A59468;
	padding:5px 15px;
	color:#FFFFFF;
	font-size:2em;
	font-weight:700;
}
@media (min-width: 1200px) {
.trimox .link-pdf {
	display:inline-block;
	width:665px;
}
.trimox .link-pdf a {
	float:left;
}
}
.trimox .link-pdf a:hover,
.trimox .link-pdf a:focus {
	text-decoration:none;
	background-color:#7d6d44;
	
}
.caja {
	position:absolute;
	top:-80px;
	left:20px;
}
@media (min-width: 768px) {
.caja {
	position:absolute;
	top:-100px;
	right:0px;
	text-align:right;
}
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px; /* Set the fixed height of the footer here */
  line-height: 100px; /* Vertically center the text there */
  background-color: #A59468;
  color:#FFF;
}