
@font-face {
	font-family: 'MercuryDisplay';
    src: url('font/MercuryDisplay-Roman.eot');
	src: url('font/MercuryDisplay-Roman.eot?#iefix') format('embedded-opentype'),
	url('font/MercuryDisplay-Roman.woff') format('woff'),
	url('font/MercuryDisplay-Roman.ttf') format('truetype'),
	url('font/MercuryDisplay-Roman.svg') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
	font-family: 'MercuryDisplay';
    src: url('font/MercuryDisplay-Roman.eot');
	src: url('font/MercuryDisplay-Roman.eot?#iefix') format('embedded-opentype'),
	url('font/MercuryDisplay-Roman.woff') format('woff'),
	url('font/MercuryDisplay-Roman.ttf') format('truetype'),
	url('font/MercuryDisplay-Roman.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
	font-family: 'MercuryDisplay';
    src: url('font/MercuryDisplay-Roman.eot');
	src: url('font/MercuryDisplay-Roman.eot?#iefix') format('embedded-opentype'),
	url('font/MercuryDisplay-Roman.woff') format('woff'),
	url('font/MercuryDisplay-Roman.ttf') format('truetype'),
	url('font/MercuryDisplay-Roman.svg') format('svg');
    font-weight: 200;
    font-style: normal;
}


body {
	font-family: 'MercuryDisplay', sans-serif;
	background-color: #FFF;
	text-align: center;
}

#texte { color: #000; font-size: 1.4em; font-weight: 200; margin-top: 3em; }


a:focus, button:focus { outline: 0; } 
a {
	font-size: 0.7em;
	font-weight: 600;
	text-decoration: none;
	color: #e00a14;
}

#contacto {
	font-size: 1em;
	font-weight: 600;
	text-decoration: none;
	color: #000;
	margin-top:3em;
}

#emails { 
	font-size: 0.8em; 
	font-weight: 600;
	text-decoration: none;
	color: #000;
	margin-top:0em;
	}

a:hover {
	text-decoration: none;
	color: #ff3232;
}


img { width: 98%; max-width: 1500px; }

#cache {
	position: fixed;
	width: 100%; height: 100%;
	background-color: #FFF;
	z-index: 4;
	top:0px;
	left:0px;
}


.mentions {
	position: relative;
	font-size: 0.8em;
	font-weight: 400;
	color: #000;
	margin-top: 2.5em;
}



