@charset "utf-8";
	html, body {
		width:100%;
		height:100%;
		margin:0px;
		padding:0px;
		top:0px;
	}

	*{ margin:0px;	padding:0px; }

	body {
		overflow: hidden;
		color: #000;
		font-family:Tahoma, Geneva, sans-serif;
		font-size: 16px;
		background: #333;
		background-position:center;
		background-repeat:no-repeat;
		background-size:cover;
		background-image:url(Imgs/Bg/aviador.jpg);
	}

	a {	text-decoration:none; color:#000; outline:none; }

	img { border:none; }

	.no-selectTexto {
		/*-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
		cursor:default;*/
	}

	.sim-selectTexto {
		-webkit-touch-callout: auto!important;
		-webkit-user-select: auto!important;
		-khtml-user-select: auto!important;
		-moz-user-select: auto!important;
		-ms-user-select: auto!important;
		-o-user-select: auto!important;
		user-select: auto!important;
		cursor:default!important;
	}

	button {
		width:auto;
		border:1px solid transparent;
		background: #2692FF;
		color:#FFF;
		outline:none;
		min-width:100px;
		height: 30px;
		margin:0px 15px 0px 15px;
		cursor:pointer;
	}

	button:focus {
		box-shadow:0px 0px 6px rgba(38,146,255,0.7);
		text-shadow:0px 0px 4px rgba(255,255,255,0.5);
	}
	button:active {
		text-shadow:0px 0px 4px rgba(255,255,255,1);
		border:1px solid #D2E9FF;
		box-shadow:0px 0px 6px rgba(38,146,255,0.7);
	}



