@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	background-repeat: repeat;
	background-image: url(Img/Fondo.png);
}
#Bordea {
	width: 100%;
	height: 166px;
	top: 0;
	background-image: url(Img/Top.png);
	background-repeat: repeat-x;
}
#Contenido {
	width: 100%;
	height: 100%;
	position: absolute;
	Top: 0;
	z-index: 2;
	background-image: url(Img/Texture.png);
	background-repeat: repeat;
}
#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;
	background-repeat: repeat-x;
	background-image: url(Img/Bottom.png);
}

#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);
        }
