body {
	font-family: 'Montserrat', sans-serif;
}
#header {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #ffffff;
	top: 0px;
	position: fixed;
	width: 100%;
	z-index: 100;
}
#footer {
	border-top: 2px solid #ffffff;
	background:url('../img/sombra_footer.png') no-repeat top center;
	background-color: #232323;
	color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
	bottom: 0px;
	position: fixed;
	width: 100%;
}
#footer p {
	font-size: 10px;
}
#content {
	position: absolute;
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url('../img/background.png') no-repeat center;
	background-size: cover;
	padding-top: 141px;
}
#content-cell {
	display: table-cell;
	color: #ffffff;
}
.btn-white-red {
	color: #b93816;
	background-color: #ffffff;
}
#ver_catalogo {
	color: #ffffff;
	background: url(../img/bg_ver_catalogo.png) no-repeat;
	background-position: 0px 0px;
	padding-left: 40px;
	display: inline-block;
	height: 28px;
	line-height: 28px;
}
#ver_catalogo:hover {
	background-position: 0px -33px;
	text-decoration: none;
}
#ver_video {
	margin-top: 10px;
	color: #ffffff;
	background: url(../img/bg_ver_video.png) no-repeat;
	background-position: 0px 0px;
	padding-left: 40px;
	display: inline-block;
	height: 24px;
	line-height: 24px;
}
#ver_video:hover {
	background-position: 0px -25px;
	text-decoration: none;
}
#btn_contacta {
	position: absolute;
}
#descargar_manulaes {
    margin-top: 10px;
    color: #ffffff;
    background: url(../img/descargar_manuales.png) no-repeat;
    background-position: 0px 0px;
    padding-left: 40px;
    display: inline-block;
    height: 28px;
    line-height: 24px;
}
#descargar_manulaes:hover {
    background-position: 0px -33px;
    text-decoration: none;
}
@media screen and (max-width: 767px) {
	#btn_contacta {
		position:relative;
		display: block;
		margin: 10px auto;
		width: 200px;
	}
	#content {
		padding-top: 160px;
	}
}
@media screen and (max-height: 405px) {
	#header {
		position: relative;
	}
	#content {
		position: relative;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#footer {
		position: relative;
	}
}