@charset "utf-8";


/*=============TOPO=============*/

div#topo {
 	width: 1000px;
	height: 133px;
	float:left;
}

div#topo h1 {
 	background:url(../../imagens/balao_c2c_beta.png) no-repeat;
 	width: 180px;
	height: 112px;
	float: left;
	margin: 21px 0 0 45px;
	_margin: 21px 0 0 23px;
	text-indent: -9999px;
	overflow:hidden;
}

div#topo h1 a {
	height:112px;
	width:180px;
	float:left;
}

div#img_c2c h1 {
	width:180px;
 	text-indent: -9999px;
	overflow:hidden;
}

div#menu {
	height: 28px;
	float:left;
	width:770px;
	margin: 11px 0 0 0;
}

div#menu ul {
 	list-style:none;
}

div#menu ul li {
	float:left;
	margin:0 0 0 22px;
}

div#opcoes_linguagens {
 	width: 115px;
	height: 94px;
	float: left;
}

div#opcoes_linguagens form {
	margin: 37px 0 0 0px;
	/*float:right;*/
}

div#opcoes_linguagens form select {
 	width: 110px;
	height: 22px;
	border:1px solid #7f9db9;
}

span.destaque_topo {
 	color:#6299BA;
	font-weight:bold;
	text-decoration:underline;
}

div#texto_topo {
 	height: 94px;
	width: 645px;
	float: left;
	font-size:14px;
	font-weight:bold;
}

div#texto_topo p {
	margin:40px 0 0 0;
	text-align:center;
}

