#tudo {
	margin: 0;
	width: 100%;
	text-align: justify;
}

#div_login{
	position: absolute;
	top: 30px; 
	left: 395px;
	z-index:2000;
}

.login_home{
	width:75px;
	background:none;
	border-bottom:none;
	border-top:none;
	border-left:none;
	border-right:none;
	
}

#topo{
	position: relative;
	width: 990px;
	height: 173px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	z-index: 1000;
}

#div_menu{
	*top:135px;
	top:131px;
	margin-left:-480px;
	left:50%;
	position: absolute;
	width: 960px;
	height: 430px;
	z-index:124;
	clip:rect(0 960px 55px 0);
	z-index:1660;
}

#conteudo_fundo{
	width: 100%;
	height:354px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	z-index:15;
}

#conteudo_fundo_interna{
	width: 100%;
	text-align: center;
	padding: 0;
	background:url(../imagens/fundo.png) repeat-y center top;
}

#conteudo{
	margin: 0 auto;
	width: 915px;
	padding: 25px 25px 0 25px;
	text-align: justify;
	z-index: 20;
	min-height: 300px;
	position:relative;
}

#conteudo_home{
	margin: 0 auto;
	width: 965px;
	padding: 25px 0 0 5px;
	text-align: justify;
	z-index: 20;
	position:relative;
}

.div_oculta {
	display: none;
}

input.botao {
	color: #FFF;
	background-color: #00734a;
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:12px;
}
input.botao:hover {
	background-color: #007d86;
}


/* rodape */
#rodape{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding: 10px 0 0 0;
}

#rodape_interna{
	width: 930px;
	margin: 0 auto;
	text-align: left;
	padding: 35px 0 0 0;
	position:relative;
	height:24px;
}

#TheMediaGroup {
	font-size: 11px;
	padding-right: 40px;
	float: right;
}
#TheMediaGroup A:hover {
	text-decoration: none;
}
#redes {
	width: 940px;
}
#redes TD {
	font-size: 11px;
	line-height: 1.3em;
	width: 188px; 
}
#redes A {
	color: #768E7C;
	font-size: 11px;
	display: block;
}
#redes IMG {
	padding-top: 5px;
}
#termos {
	font-size: 11px;
}

/* hack para Chrome */
body:nth-of-type(1) #rodape{
	width: 946px;
	background-position: 0 0;
}
/* fim do rodape */



