html, body { height : 100vh; width : 100vw; }
body {
	background : #1a1517;
}
#box_topo {
	background : #d4ceb7;
	width : 100vw;
	height : 50vh;
	position : absolute;
	z-index : 1;
}
* { margin : 0; padding : 0 }
a img { border : 0px }
#box_logo {
	position : absolute;
	width : 300px;
	height : 105px;
	overflow : hidden;
	margin-top : -50px;
	margin-left : -150px;
	top : 50vh;
	left : 50%;
	background-image : url('/imgs/logo_cp_2018.svg');
	background-repeat : none;
	background-size : cover;
	z-index : 5;
}
#box_morada {
	position : absolute;
	width : 100vw;
	min-height : 30px;
	margin-top : -80px;
	top : 100vh;
	font-family : "Trebuchet MS";
	font-size : 0.9em;
	text-align : center;
	color : #d4ceb7;
	line-height : 1.3em;
	z-index : 10;
}
#box_morada a{ color : #d4ceb7; }
