@CHARSET "ISO-8859-1";

* {
	margin: 0;
	padding: 0
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #000000;
	background-repeat: no-repeat;
	overflow: hidden;
}

#preloader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	z-index: 100;
}

#spinner_container {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0px;
	height: 1px;
	overflow: visible;
	opacity: 1;
	background: transparent;
}

#carregando {
	position: absolute;
	top: 30px;
	left: 50%;
	display: block;
	margin-left: -30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#loading {
	position: absolute;
	top: 30px;
	left: 50%;
	display: block;
	margin-left: -20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#spinner {
	width: 31px;
	height: 31px;
	margin-left: -15px;
	position: absolute;
	top: -15px;
	left: 50%;
	display: block;
}

.loading-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0, 0, 0, .9);
	z-index: 100;
	display: none;
	top: 0;
	left: 0;
}

#bg {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	padding-top: 0px;
	padding-bottom: 0px;
}

#logoImage {
	position: absolute;
	z-index: 2;
	top: 2;
	left: 2;
	padding-top: 10px;
	padding-left: 8px;
}

#logoBrasilImage {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	padding-top: 5px;
	padding-right: 8px;
}

#logoFacebookBlackImage {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	padding-top: 8px;
	padding-right: 80px;
}

#linksHeader {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 44%;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: white;
}

#linksHeader a {
	color: white;
}

#greenCoastHeader {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 10%;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: orange;
	font-weight: bold;
}

#facebookImage {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	padding-top: 5px;
}

.main_table {
	width: 100%;
	height: 100%;
	padding-top: 5px;
	padding-bottom: 30px;
	padding-right: 0px;
	padding-left: 0px;
	z-index: 1;
}

#headerDiv {
	width: 100%;
	height: 60px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: auto;
	padding-top: 0px;
	padding-left: 0px;
	background-color: #000000;
	text-align: center;
}

#headerTable {
	width: 100%;
	height: 60px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: auto;
	padding-top: 0px;
	padding-left: 0px;
	background-color: #000000;
	text-align: center;
}

#headerTable td {
	height: 40px;
	vertical-align: middle;
	top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: white;
}

#headerTable a {
	color: white;
}

#menu_div {
	width: 100%;
	height: 90%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: auto;
	padding-top: 70px;
	padding-bottom: 30px;
}

.content_gringo_table {
	width: 100%;
}

.large_space_div {
	height: 12px;
}

.scrollable_content_div {
	height: 80%;
	overflow-y: auto;
	width: 99.8%;
	position: relative;
}

.linkLinguas {
	text-decoration: none;
}

#bottom_div {
	width: 100%;
	height: 30px;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	overflow: auto;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #000000;
}