@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Helvetica;
	font-size:11px;
}
#topbackhnl {
	width: 1000px;
	background: url(../imagens/header_2.png);
	height: 158px;
	margin: auto;
	position: relative;
}
#tophnl {
	width:1000px;
	background:#fff;
	background:url(../imagens/header.png);
	margin:auto;
	position:relative;
	border-radius: 0px 0px 10px 0px;
	box-shadow: 0px 5px 5px 0px;
	vertical-align: middle; 
	height: 150px;
}
#topback {
	width: 1000px;
	background: url(../imagens/header_2.png);
	height: 158px;
	margin: auto;
	position: relative;
}
#top {
	width:1000px;
	background:#fff;
	background:url(../imagens/header.png);
	margin:auto;
	position:relative;
	border-radius: 0px 0px 10px 0px;
	box-shadow: 0px 5px 5px 0px;
	vertical-align: middle; 
	height: 150px;
}
.logos {
	position: relative; 
	float: left; 
	margin-left: 40px; 
}
#acessoBar {
	position: relative; 
	float: right; 
	margin-top: 6px;
	padding: 6px 0px 0px 0px; 
	background: url(../imagens/acessobar.png);
	background-position: top;
	background-repeat: no-repeat;	
	width: 240px; 
	height: 150px; 
}
#acessoBarVazio{
	position: relative; 
	float: right; 
	padding: 6px 0px 0px 20px; 
	width: 240px; 
	height: 150px; 
}
#acessoLink {
	width: 100%; 
	text-align: center;
	margin-top: 50px;
}
#acessoLink a{
	text-decoration: none; 
	font-family: Helvetica; 
	font-size: 18px; 
	font-weight: bold;
	color: #ffffff; 
	vertical-align: middle;
}
#rio2016 {
	width: 130px;
	height: 150px;
	margin-top: 5px;
	margin-right: 15px;
	position: relative;
	float: right;
}
#rio2016 img{
	position: absolute;
}
#topl {
	width:806px;
	height:66px;
	background:#e00;
	background:url(../imagens/top_13.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
#topr {
	position:absolute;
	right:0px;
	top:0px;
	width:472px;
	height:66px;
	background:url(../imagens/top_08.gif);
	background-repeat:repeat-x;
}
#toprcanto {
	position:absolute;
	right:0px;
	width:15px;
	height:66px;
	background:url(../imagens/top_09.gif);
}
#logoBraSeg {
	position:absolute;
	right:23px;
	width:180px;
	height:66px;
	background:url(../imagens/top_07.gif) top left;
	background-repeat:no-repeat;
}
#logoBra {
	background:url(../imagens/top_02.gif);
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	width:166px;
	height:31px;
}
#titSite {
	background:url(../imagens/top_03.gif);
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:166px;
	width:219px;
	height:31px;
}
#toplcanto {
	background:url(../imagens/top_11.gif);
	background-repeat:no-repeat;
	position:absolute;
	top:31px;
	width:13px;
	height:35px;
}
#toprcurva {
	position:absolute;
	right:369px;
	height:66px;
	width:103px;
	background:url(../imagens/top_05.gif);
}
#navBar {
	font-family: Helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: #fff;
	position: absolute;
	left: 0px;
	top: 157px;
}
#navBar ul {
	margin:0;
	padding:0;
}
#navBar li {
	float:left;
	margin-right: 20px;
	list-style:none;
	line-height:20px;
	vertical-align:middle;

}
.division {
	position:absolute;
	top:6px;
	margin-left:14px;
}
img {
	border:0;
}
#topSair {
	position:absolute;
	right:4px;
	top:6px;
}
a.butSair { /*    Botão 01 usado para a ação principal da página, preferencialmente somente 1 por tela.    */
	display:block;
	font-weight:normal;
	text-decoration:none;
	padding:0 0 0 7px;
	float:left;
	color:#fff;
	margin: 0 20px ;
	font-weight:bold;	
	line-height:88px;
	height:16px;
	overflow:hidden;
}
a.butSair span {  /* span de dentro do botão, para usar a técnica de cortina de backgrounds */
	height:16px;
	color:#fff;
	line-height:19px;
	padding:4px 7px 1px 0;
	font-size:14px;
}
a.butSair:hover { /* Estado Roll Over do botão */
	background-position: 0 -16px;
	text-decoration:none;
}
a.butSair:hover span {
	background-position: 100% -16px;
	color: #DDD;
}
a.butSair:active { /* Estado Pressed do botão */
	background-position: 0 -32px;
	outline:none;
}
a.butSair:active span {
	background-position: 100% -32px;
	color:#f5e4e5;
}