@charset "utf-8";
/* CSS Document */
html { height: 100%; }

body {
margin: 0px;
font-family: "Segoe UI", "Trebuchet MS";
height:100%;
min-height: 100%; 
}

#outer {
  width: 920px; 
  height: 100%;
  margin-left: auto; 
  margin-right: auto;
}

#header {
 /* background: #0f0;*/
  position: relative;
  top: 0px;
  left: 0px;
  width: 920px;
  height: 180px;
  z-index: 5;
}
#header img{
border:none;}

#planetmap{
border: none;
}

#sem_header {
/*overflow: hidden;*/
position: absolute;
top: -40px;
height: 100%;

}

#leftcol {
	/*padding-bottom: 300px;
	margin-bottom: -300px;*/

float:left;
  background: #a6b62d;
  position: relative;
  top:185px;
  left: 0px;
  width: 180px;
 height: 100%; 
  z-index: 4;
}

html>body #rightcol
{
width: auto;
min-width: 151px;
} 

#rightcol {
float: left;
 background-image: url(../imagens/right_gradient.png);
  background-repeat: repeat-x;
  /* background-color:#0099cc;*/
  position: absolute;
  top: 175px;
  
 left: 769px;
  width: 151px;

  height: auto;
  z-index: 3;
  color: #ffffff;
  border:none;
  margin:0px;
 /* margin-right:26.8%;
  padding:0px;
padding-bottom: 300px;
  margin-bottom: -300px;*/
}

#content {

  /*padding-bottom: 300px;
  margin-bottom: -300px;*/

  float:left;
  background: #fff;
  position: absolute;
  top: 175px;
  left: 180px;
  width: 590px;
  /*min-height: 700px; */
  
  height: auto;
  z-index:2;
}

/*"className" is your class or ID*/
/*FireFox 2 
#content, x:-moz-any-link {
height:369px;
} */

/*FireFox 3
#content, x:-moz-any-link, x:default {
height:369px;
}*/

#footer {
   
  position:absolute; 
 float:left;
/*   margin-top: 270px;
   left: 195px;*/
  width: 900px;
  height: 10px; 
 background: none;
  /*bottom: 0px;*/

  z-index: 7;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 6px;
  text-align: left;
  /*text-indent: 75px;*/
}
#footer a {
color:#000000;
text-decoration: none;
}
#copy {
float:right;
position: relative;
right: -15px;
top:1px;
font-size: 7px;
text-align:right;
}


#clearfooter{clear:both;height:40px;}/*needed to make room for footer*/
* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */

#conteudos{
	position:relative;
	width:530px;
	padding:0px;
	margin:0px;
	display:none;
}

#innerContent{
	width:530px;
	padding:0px;
	margin:0px;
	
}

#innerContent h2{
	font-size:15px;
}
	