/* BARRA DO GOVERNO
___________________ */

#barra-governo-wrap .wrap {
    display:block;
    width:10%;
    height:28px;
    background:url(barra-brasil-v3-bgx.gif) 0 bottom repeat-x;
}

#barra-governo {
	background:#00500f url("../images/bg/bg_barraGov_border.gif") repeat-x left bottom;
    clear:both;
    overflow:hidden;
    width:100%;
    height:28px;
    z-index:1000;
}

#barra-governo div.centro {
	background:url("../images/bg/bg_barraGov_border.gif") repeat-x left bottom;
	position:relative;
    width:980px;
    height: 28px;
	margin:0 auto;
	z-index:2;
}
#barra-governo div.centro div.buttons{
	float:right;
	padding-top:4px;
	width:291px;
}
#barra-governo div.centro .logoBrasil
, #barra-governo .centro .ai{
	text-indent:-999em;
	float:left;
	overflow:hidden;
	display:inline;
}
#barra-governo div.centro .logoBrasil {
	background:url("../images/bt/bt_barraGov_brasil_verde.gif") no-repeat left top;
	height:24px;
	margin-left:20px;
	position:relative;
	right:-1px;
	width:109px;
}
#barra-governo .centro .ai {
    background:url("../images/bt/bt_barraGov_ai.png") no-repeat left top;
	height:24px;
	width:161px;
}
#barra-governo div.noBorder{
	background-color:#00500F;
	height:28px;
	display:block;
	position:absolute;
	right:0;
	top:0;
	width:40%;
	z-index:1;
}