<!-- start Simple Custom CSS and JS -->
<style type="text/css">
main, main > div, main > div > div {
	margin: 0 !important;
	padding: 0 !important;
}

main > div { /* para compensar el header */
	padding-top: 64px !important;
}

main > div * {
	z-index: 4 !important;
}
a {
	text-decoration: none;
}
a:focus{
	outline: none;
}

.filtro-fondo {
	margin: 0 !important;
	padding: 0 !important;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to right bottom, rgba(20, 37, 18, 0.7), rgba(42, 64, 40, 0.6), rgba(20, 37, 18, 0.8));
	max-width: none !important;
	z-index: -1 !important;
}
.filtro-fondo-inicio{
	background-color: #14251280;
	margin: 0 !important;
	padding: 0 !important;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: none !important;
	z-index: -1 !important;
}
.imagen-fondo {
	z-index: 0 !important;
	position: relative !important;
}</style>
<!-- end Simple Custom CSS and JS -->
