@charset "utf-8";
/* CSS Document */

a {
	text-decoration: none; /* Para deixar o link sem o underline */
	color: #4C7A91; /* Cor da fonte ativa no link */
}

a:hover {
	text-decoration:underline; /* Para deixar o link sem o underline */
	color: #4F7E92; /* Cor da fonte no hover */
}

.link {
	text-decoration: none; /* Para deixar o link sem o underline */
	color: #fff; /* Cor da fonte ativa no link */
}

.link:hover {
	text-decoration:underline; /* Para deixar o link sem o underline */
	color: #fff; /* Cor da fonte no hover */
}


body {
	background-image: url("imagens/bg_total.jpg");
	margin: 0;
	color: #666;
	font: 12px Verdana, Geneva, sans-serif;
}
#conteudo_bottom {
}


#container_total {
	width: 100%;
	position: absolute;
	height: 300px;
	z-index: 3;
	margin: 0px;
	padding: 0px;
	background: url(imagens/top_menu.png) repeat-x scroll 0px 117px;
}
#aleatorio {
	position: absolute;
	left: 50%;
	margin-left: 229px;
	z-index: 2;
}
.input_topo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #999;
	border: 1px solid #CCC;
	height: 15px;
}

.input_bt_topo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight:bold;
	color: #fff;
	border: 1px solid #064966;
	height: 18px;
	background-color: #064966;
}

#aleatorio_bg {
	position: absolute;
	left: 50%;
	margin-left: 70px;
	z-index: 1;
}

#menu {
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0;
	vertical-align: middle;
	text-align: center;
	overflow: visible;
	top: 85px;
}
#menu_login {
	width: 759;
	height: 46px;
	top: 122px;
	position: relative;
	background-image: url(imagens/bg_azul.gif);
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: right;
	text-align: right;
	margin: 0px;
	vertical-align: top;
}

#slogan {
	height: 57px;
	margin: 0px;
	position: relative;
	top: 60px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
}

#topo {
	z-index: 101;
	position: relative;
	width: 978px;
	left: 50%;
	margin-left: -489px;
}
#conteudo_container {
	z-index: 101;
	position: relative;
	width: 978px;
	left: 50%;
	margin-left: -489px;
	background-image: url(imagens/bottom_container.jpg);
	background-position: bottom;
	background-color: #FFF;
	background-repeat: no-repeat;
	overflow: visible;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
.txt_azul {
	color: #084564;
}
.txt_laranja {
	color: #E97915;
}

#conteudo {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;


}

#bottom_container {
	z-index: 101;
	position: relative;
	width: 978px;
	left: 50%;
	margin-left: -489px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: center;

}
#container {
	position: relative;
	z-index: 3;
}
.txt {
	font-size: 11px;
}
.borda {
	border: 1px solid #CCC;
	position: relative;
}
#foto_perfil {
	float: right;
	height: 200px;
	width: 200px;
	position: absolute;
	right: 0px;
	text-align: right;
}
