#global {
	position: relative;
	width: 100%;
	margin: 0 auto 0 auto;
	min-height:100%;/**/
	z-index: 10;
	
}
body, html{ _overflow:hidden;}
* html #global { height: 100%;}/**/

body, html {
	height: 100%;
	margin:0 auto;
}

img#background_interno {
	height: 100%;
	width: 100%;
	z-index: -1;
	position:fixed;
	color: white;
	background-color: white;
}

img#background_interno {
	height: 100%;
	width: 100%;
	z-index: -1;
	position:fixed;
	color: white;
	background-color: white;
}

img#background {
	height: 100%;
	width: 100%;
	z-index: -1;
	position:fixed;
	color: white;
	background-color: white;
}

img#background_interno_ie6 {
	display:none;
}


#globo {
	padding-top: 30px;
	z-index: 1;
	position:absolute;
	color: white;
	width: 100%;
	top:0;
	height: auto;
	bottom:0;
}

#bolas {
	z-index: 1;
	position:fixed;
	left:100%;
	margin:0 0 0 -980px;
	color: white;
	width: 980px;
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

#logo {
	float: right;
	margin-right: 50px;
	margin-top: 30px;
}

#leia_viagem {
	margin-top: 150px;
	margin-right: 40px;
	margin-left: 680px;
}

#conteudo h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #2956A5;
	letter-spacing: -1px;
	font-size: 30px;
	margin-bottom: 25px;
}

#conteudo h2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #0099CC;
	letter-spacing: -1px;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: normal;
}

#conteudo {
	padding-top: 50px;
	clear: both;
	float: right;
	width: 500px;
	margin-right: 80px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size:13px;
	line-height: 145%;
	padding-bottom: 50px;
}

#conteudo p{
	margin-bottom: 16px;
}

ul {
	margin-bottom: 40px;
}
li {
	list-style: none;
}
li.divisao {
	margin-bottom: 20px;
}
h2.programacao {
	background-image: url(../../_IMG/mini_logo.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-top: 12px;
	height: 30px;
}

#menu{
	z-index: 200;
	width: 272px;
	height: 360px;
	top: 100%;
	left: 0;
	margin-top: -360px;
	position: fixed;
}
#menu ul {
	background: url(../../_IMG/bg_menu.png) no-repeat left top;
	position:static;
	height: 360px;
	padding-top: 70px;

	/*_margin:-300px 0 0 0;*/
	/*bottom: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollBottom+0+"px" : body.scrollBottom+0+"px");*/
}
#menu li{
	position:relative;
	margin-left: 10px;
	color: white;
	list-style-image: url(../../_IMG/square.gif);
}

#menu ul li a {
	position: static;
	display: block;
	clear: both;
	text-decoration: none;
	height: 22px;
	width: 250px;
	margin-left: 5px;
}

#menu ul li span {
	visibility: hidden;
	position:relative;
}

#menu ul li #m1{
	background: url(../../_IMG/menu/m1.png) no-repeat left center;
}

#menu ul li #m2{
	background: url(../../_IMG/menu/m2.png) no-repeat left center;
}

#menu ul li #m3{
	background: url(../../_IMG/menu/m3.png) no-repeat left center;
}

#menu ul li #m4{
	background: url(../../_IMG/menu/m4.png) no-repeat left center;
}

#menu ul li #m5{
	background: url(../../_IMG/menu/m5.png) no-repeat left center;
}

#menu ul li #m6{
	background: url(../../_IMG/menu/m6.png) no-repeat left center;
}

#menu ul li #m7{
	background: url(../../_IMG/menu/m7.png) no-repeat left center;
}

#menu ul li #m8{
	background: url(../../_IMG/menu/m8.png) no-repeat left center;
}

#menu ul li #m9{
	background: url(../../_IMG/menu/m9.png) no-repeat left center;
}

#menu ul li #m10{
	background: url(../../_IMG/menu/m10.png) no-repeat left center;
}

#menu ul li #m11{
	background: url(../../_IMG/menu/m11.png) no-repeat left center;
}

#menu ul li #m12{
	background: url(../../_IMG/menu/m12.png) no-repeat left center;
}

#menu ul li #m13{
	background: url(../../_IMG/menu/m13.png) no-repeat left center;
}

#menu ul li #m14{
	background: url(../../_IMG/menu/m14.png) no-repeat left center;
}

/* -------------------------------------------  */
/*  Navegação para Acessibilidade               */
/* -------------------------------------------  */
#extra-nav{
  position:absolute;
  top:0px;
  left:10px;
  list-style:none;
  z-index: 300;
}
#extra-nav li{
  float:left;
  margin-right:6px;
}
#extra-nav li a{
  display:block;
  float:left;
  text-decoration:none;
  font:normal 0.8em/1.2em Arial, Helvetica, sans-serif;
  color:#036;
  padding:2px 6px;
  text-transform:lowercase;
}
#extra-nav li a:hover{
text-decoration:underline;

}
#extra-nav li#skip a{
  border-top:3px solid #336699;
}
#extra-nav li#sitemap a{
  border-top:3px solid #00b0f0;
}

#banner_rodape {
	position: absolute;
	top: 100%;
	left: 100%;
	margin-top: -80px;
	margin-left: -260px;
	z-index: 99999;
}