/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**/

* {
	box-sizing: border-box;
}

html {
	overflow-y: scroll;
}

html, body {
	font-size: 16px;
	color: #333;
	background: #FEFEFE;
	font-family: Enriqueta, sans-serif;
}

.logo {
	display: block;
	margin: 0 auto;
	margin-top: 3em;
}

.hero, .main {
	width: 43.750em;
	margin: 0 auto;
	margin-top: 2em;
}

.hero {
	text-align: center;
}

.hero::after {
	display: table-cell;
	content: " ";
	clear: both;
}

.hero ul.selection {
	margin-top: 10em; 
	list-style: none;
}

ul.selection li {
	float: left;
	width: 33.33333333333%;
}

li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #000;
	text-decoration: none;
	padding: 0.65em;
}

li a:hover {
	background: #EEE;
	text-decoration: underline;
}

.footer {
	width: 43.750rem; /*700px*/
	margin: 0 auto;
	margin-top: 0.5rem;
	margin-bottom: 2rem;
	text-align: right;
	font-size: 0.75em;
}

.hero + .footer {
	margin-top: 10em;
}

.footer a {
	text-decoration: none;
	color: #000;
}

.main p {
	margin-top: 2em;
	line-height: 1.4em;
	text-align: justify;
}

a {
	text-decoration: none;
	color: black;
	font-weight: 300;
}

em {
	font-style: italic;
}

.links {
	width: 43.750em;
	margin: 0 auto;
	margin-top: 2em;
	font-family: "Helvetica Neue";
	text-align: center;
	display: block;
	display: flex;
	justify-content: space-between;
}

.links a {
	display: inline-block;
	/*width: 14.5833333333333rem;*/
	text-align: center;
	margin-top: 0.5rem;
	font-size: 1.1em;
	margin: 0 3.5em;
}


.band {
	display: block;
	height: 57px;
	margin: 0 auto;
	margin-top: 1em;
	background: url(img/banderole.png);
	background-position: 50% 50%;
}
