
	* {
		border: none;
		font-family: inherit;
		font-size: 100%;
		font-style: inherit;
		font-weight: inherit;
		line-height: 1;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	html, body {
		height: 100%;
	}
	
	body {
		background: #fff;
		color: #123670;
		font: 11px Arial, Helvetica, sans-serif;
		text-align: center;
	}
	
	hr {
		display: none;
	}
	
	#distancia {
		float: left;
		height: 50%;
		margin-bottom: -263px;
		width: 1px;
	}
	
	#geral {
		background: url(../images/bg-geral.jpg) top no-repeat;
		border: 1px solid #004179;
		clear: left;
		height: 526px;
		margin: 0 auto;
		position: relative;
		width: 998px;
	}
	
	#logo {
		background: url(../images/logo-varig.png) bottom center no-repeat;
		padding-top: 124px;
	}
	#logo a {
		display: block;
		height: 59px;
		margin: 0 250px;
		outline: 0;
		text-indent: -9999px;
	}
	
	#conteudo {
		background: url(../images/bg-selectcountry.png) no-repeat;
		height: 39px;
		margin: 33px auto 0;
		width: 364px;
	}
	#conteudo div {
		padding: 10px 17px 0;
	}
	#conteudo div h3 {
		float: left;
		text-indent: -9999px;
	}
	#conteudo div span {
		border: 1px solid #123670;
		float: right;
	}
	#conteudo div span select {
		background: #bbcde1;
		border: 1px solid #fff;
		color: #123670;
		font: 11px Arial, Helvetica, sans-serif;
		width: 177px;
	}
	#conteudo div span select option {
		padding-left: 4px;
	}