
body {
	margin: 0;
	background-color: #d1d1d1;
	color: #ff0000;
	font-family: Arial;
	font-size: 14px;
	line-height: 24px;
	overscroll-behavior: none;
	
}

#map { 
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

a {
	color: rgb(255, 0, 0);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

canvas {
	display: block;
}

a, button, input, select {
	pointer-events: auto;
}

#blocker {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	padding: 0px 0px;

	display: -webkit-box;
	display: -moz-box;
	display: box;

	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;

	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;

	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;

	color: #aaaaaa;
	text-align: center;
	cursor: pointer;
	
}

#instructions {
	width: 90%;
	height: 90%;

	display: -webkit-box;
	display: -moz-box;
	display: box;

	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;

	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;

	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;

	color: #aaaaaa;
	text-align: center;
	cursor: pointer;
}

#blocker2 {
	position: absolute;
	bottom:0;
  	right:0;
	width: 5%;
	height: 5%;
	background-color: rgba(0,0,0,0.8);
	text-align: center;
}

#help {
	width: 100%;
	height: 100%;
}

#blocker3 {
	position: absolute;
	bottom:0;
    right:0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 1);
	text-align: center;

	display: -webkit-box;
	display: -moz-box;
	display: box;

	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;

	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;

	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
}

#loading {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: box;

	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;

	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;

	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;

	font-size:36px;

	color: #ff0000;
	text-align: center;
	cursor: pointer;
}

#blocker4 {
	position: absolute;
	bottom:0;
    right:0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,1);
	text-align: center;

	display: -webkit-box;
	display: -moz-box;
	display: box;

	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;

	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;

	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
}

#historia {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: box;

	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;

	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;

	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;

	text-align: center;
	cursor: pointer;
	margin-top: 100px;
}

#blockerInfo {
	margin-left: 50px;
	margin-top: 100px;
	margin-right: 150px;
	margin-bottom: 150px;
}


button {
	background: #3a0e0e;
	border: 0;
	color: #aaaaaa;
	padding: 10px 10px;
	text-transform: uppercase;
	cursor: pointer;
}

#help button {
	background: rgba(0,0,0,0);
}
