html {
	height: 100%;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


body {
	position: relative;
	margin: 0;
	padding-bottom: 6rem;
	min-height: 100%;
	font-family:'Open Sans';
}



header {
	width: 100%;
	position: relative;
	text-align: center;
	border-bottom: 2px solid #e3e3e3;
	margin-bottom: 40px;
	z-index: 10;
	padding: 15px;
}
#cabecera {
	width: 100%;
}
.logo img {
	margin-top: 14px;
}

@media (max-width:481px){
	.logo img {
		width: 138px;
		height: auto;
	}
	header {
		max-height: 90px;
	}
	#cabecera {
		margin: auto;
	}
}
/* pie de página */
footer {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	background-color: #000;
	overflow: auto;
	padding: 15px 0;
	/* margin: 15px 0; */
}
#pie {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
	font-size: small;
}
.copy {
	color: #fff;
	float: left;
	padding: 10px;
}
.legal {
	color: #fff;
	float: right;
	padding: 10px;
}
.legal a {
	color: #fff;
	text-decoration: none;
}
@media (max-width:960px){
	.copy {
		float: none;
		text-align: center;
	}
	.legal {
		float: none;
		text-align: center;
	}
}

section {
	max-width: 1024px;
	min-width: 320px;
	width: 100%;
	margin: 20px auto;
}


/* checkbox */
.container {
	text-align: center;
    display: block;
    position: relative;
    cursor: pointer;
    line-height: 27px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.oculto {
	display: none; 
}

body {
	-ms-overflow-x: hidden;
	overflow-x: hidden
}

*,
:after,
:before {
	box-sizing: border-box
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent
}


main{
	display: block
}

img {
	border: 0
}

a {
	background-color: transparent
}

a:active,
a:focus,
a:hover,
a:link,
a:visited {
	outline: 0
}

button
{
	font: 400 1em/1.35 inherit;
	text-align: left;
	text-transform: none;
	white-space: normal;
	color: inherit;
	margin: 0;
	border-radius: 0;
	-webkit-appearance: button;
}

body {
	max-width: 100%;
	font-size: 100%;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	-moz-osx-font-smoothing: grayscale;
	text-align: left;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	color: #161616;
}

a {
	text-decoration: none;
	cursor: pointer;
	background-position: bottom;
	background-size: 3.5px 1px;
	background-repeat: repeat-x
}

a,
a.no-deco {
	color: inherit
}

.h1,
h1 {
	font: 400 30px/28px "Open Sans";
}

@media (min-width:1024px) {
	.h1,
	h1 {
		font-size: 46px;
	}
}

.btn-view-more {
	display: table;
	cursor: pointer;
	min-width: 170px;
	margin: 12px auto 32px;
	padding: 18px 0 16px;
	border: 1px solid #1b6598;
	border-radius: 1px;
	font: 14px/1 "Open Sans";
	text-align: center;
	color: #fff;
	transition: opacity .2s ease-in-out;
	background: none repeat scroll 0 0 #1b6598
}

.btn-view-more:hover {
	opacity: .7
}

.wrapper {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 16px;
	max-width: 1022px;
	width: 100%
}

.row {
	box-sizing: border-box;
	display: -moz-flex;
	display: flex;
	flex: 0 1 auto;
	flex-direction: row;
	flex-wrap: wrap;
	min-width: 100%;
	margin-left: -8px;
	margin-right: -8px;
}

[class*=col-] {
	flex-grow: 0;
	flex-shrink: 0;
	padding-left: 8px;
	padding-right: 8px;
}

.col-3 {
	flex-basis: 25%;
	max-width: 25%
}

.col-12 {
	flex-basis: 100%;
	max-width: 100%
}

@media (max-width:767px) {
	.col-xs-12 {
		flex-basis: 100%;
		max-width: 100%
	}
}


.error-404 {
	/* min-height: 37.5rem */
}

.error-404__icon {
	background-image: url(/v1/img/error_404.svg);
	padding: 1.5rem 4rem;
	background-repeat: no-repeat;
	background-position: top;
	margin: 2rem auto 1rem;
	height: 5.625rem;
	width: 11.25rem;
	text-align: center;
	flex: 1 1 auto;
	align-self: center;
}

.error-404__message,
.error-404__title {
	display: flex;
	justify-content: center;
	padding: .625rem 0
}

.error-404__buttons {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 75%;
	min-width: 0;
	margin: 0 auto
}



img {
	border: 0
}

/*
html, body {
	max-width: 100%;
	overflow-x: hidden;
}*/