
.textito {
	/*font-family: Armageda;*/
	font-family: vag_roundedbold;
	
}

html, body {
	
	position: relative;
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #0099CC; 
}






#gameArea {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1000px;
	height: 768px;
	margin-top: -315px;
	margin-left: -520px;
	background-color: #0099CC;
}

#canvas {
	/*font-family: Armageda;*/
	font-family: vag_roundedbold;
	width: 100%;
	height: 100%;
	background-color: #0099CC;
}


*[draggable] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}

#btn_salir {
  height: 150px;
  width: 150px;
  float: left;
  border: 2px solid #666666;
  background-color: #ccc;
  margin-right: 5px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 3px #000;
  -ms-box-shadow: inset 0 0 3px #000;
  box-shadow: inset 0 0 3px #000;
  text-align: center;
  cursor: move;
}