html, body {
	height:100%;
}
body {
	background-color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
* html #mothership {
	height: 100%; /* hack para IE6 hq trata height como min-height */
}
#mothership {
	width: 100%;
	height: auto !important; /* Altura ajustável de acordo com o conteúdo */
	min-height: 100%;
	z-index: 888;
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	background-size:100% 100%; /* Imagem ocupando toda largura e altura da div */
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	-khtml-background-size: 100%;
	-moz-background-size: 100% 100%;
	background: none; /* Escondemos a imagem que está no CSS do IE */
}
#mothership img.bg {
	display: none; /* Escondemos a imagem que está no HTML dos navegadores que suportam CSS3 */
	/* if IE */
	display: block; /* Mostramos a imagem que está no HTML */
	z-index: -889; /* Colocamos ela atrás do conteúdo */
	position: absolute; /* Fazemos a imagem não interferir no conteúdo */
	width: 100%; /* Imagem ocupando toda largura da div */
	height: 100%; /* Imagem ocupando toda altura da div */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* endif */
}
#header {
	width:auto; /*set width of bar to width of entire window*/
	height: 164px;
	z-index: 887;
	position: relative;
	padding-top: 18px;
	padding-bottom: 18px;
}
#header .bg {
	width: auto; /*set width of bar to width of entire window*/
	height: auto; /*set width of bar to height of entire window*/
	z-index: -2;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*	background: rgb(0, 0, 0) transparent;
	background: rgba(0, 0, 0, 0.8);*/
	background-color: #021900;
	/* Theoretically for IE 8 & 9 (more valid) */
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=50);
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.50;
	/* Older than Firefox 0.9 */
	-moz-opacity: 0.50;
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity:0.50;
	/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	zoom: 1;
}
#logo {
	width: 550px;
	height: 164px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -164px;
	margin-left: auto;
	z-index: 890;
	position: relative;
}
* html #container {
	height: 100%; /* hack para IE6 hq trata height como min-height */
}
#container {
	min-height: 100%;
	position: relative;
}
#main {
	width: 988px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 20px;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	width: 988px;
	text-align: justify;	
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding-top: 8px;
	padding-bottom: 8px;
	width: auto; /*set width of bar to width of entire window*/
	right: 0; /*horizontally center bar in window*/
	left: 0;
	bottom: 0;
	position: absolute;
}
#footer .bg {
	width: auto; /*set width of bar to width of entire window*/
	height: auto; /*set width of bar to height of entire window*/
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*	background: rgb(0, 0, 0) transparent;
	background: rgba(0, 0, 0, 0.8);*/
	background-color: #021900;
	/* Theoretically for IE 8 & 9 (more valid) */
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=88)";
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=88)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=88);
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.88;
	/* Older than Firefox 0.9 */
	-moz-opacity: 0.88;
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity:0.88;
	/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	zoom: 1;
}
/*#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}*/
.clear {clear:both;}

/* Formatação dos Estilos da Home C/ 1 MÓDULO */
#home_modulo {
	width: 980px;
	height: 200px;
	margin-right: 8px;
	margin-left: 8px;
	float: left;
	z-index: 888;
	position: relative;
	text-align: center;
}
#home_modulo .bg {
	width: 100%; /*set width of bar to width of entire window*/
	height: 100%; /*set width of bar to height of entire window*/
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*	background: rgb(0, 0, 0) transparent;
	background: rgba(0, 0, 0, 0.8);*/
	background-color: #082614;
	/* Theoretically for IE 8 & 9 (more valid) */
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=88)";
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=88)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=88);
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.88;
	/* Older than Firefox 0.9 */
	-moz-opacity: 0.88;
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity:0.88;
	/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	zoom: 1;
	border: 4px solid #57774a;
}
#home_modulo .titulo {
	font-size: 28px;
	font-variant: small-caps;
	margin-top: 10px;
}
#home_modulo .texto {
	font-size: 15px;
	line-height: 20px;
	margin-top: 5px;
}
#home_modulo a {
	color:#FFF;
	text-decoration: none;
}
#home_modulo a:hover {
	text-decoration: underline;
}
/* Formatação dos Estilos em GERAL */
#content .format {
	background-image: url(../imgs/bg.png);
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
}
.titulo {
	font-size: 28px;
	font-variant: small-caps;
	color: #a6c880;
	line-height: 56px;
}
.destaque {
	color: #a6c880;
	font-weight: bold;
}
a {
	color:#a6c880;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.link {
	color: #7b6c1a;
	text-decoration: none;
}
.link:hover {
	color: #f6d834;
}
.link:visited {
	color: #7b6c1a;
}
/* Galeria */
#galeria_imgs {
	width: 888px;
	float: left;
	margin-bottom: 20px;
}
#galeria_imgs a{
	text-decoration: none;
	border: 2px solid #506e4a;
	float: left;
	margin: 7px;
}
#galeria_imgs a:hover{
	border: 2px solid #a6c880;
}
#galeria_imgs img{
	width: 130px;
	height: 130px;
}
/* Formatação dos Estilos da página de Contato */
/*div.alerta {
	font-size:14px;
	color:#a6c880;
	padding: 20px;
	text-align:center;
}
span.alerta {
	font-size:18px;
	color:#a6c880;
	font-weight:bold;
	padding: 10px;
}*/
