@charset "utf-8";
body {
	margin: 0;
	padding: 0;
}
#Bordea {
	width: 100%;
	height: 166px;
	top: 0;
}
#Contenido {
	width: 100%;
	height: 100%;
	position: absolute;
	Top: 0;
	z-index: 2;
}
#Game {
	width: 100%;
	float: left;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	text-align: center;
	height: 100%;
}
#Bajo {
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0;
}

#canvas{
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        -khtml-user-select: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.spilgames-branding-image{
    display: block;
    left: 50px;
    top: 100px;
    position: absolute;
}
