/* barra do governo  */
#barra-brasil {
	position: relative; /* relative; */
	overflow: hidden; /*hidden; */
	height:28px;
	min-width:800px;
	background: #004b82 url(imagens/barra-brasil-v3-bgx.png) center bottom no-repeat;
}

#barra-brasil .barra {
    display: block; 
    width: 800px;
    height:28px; 
    margin: 0 auto;
    background: url(imagens/barra-brasil-v3-bgx.gif) 0 bottom repeat-x; 
}

#barra-brasil .barra ul {
    float:right; 
    width: 319px; /* 319px; */
}

#barra-brasil .barra ul li {
    float: left; 
    padding-left: 25px; /* 25px; */
	list-style-image: none;
    list-style-type: none; 
}

#barra-brasil .ai {
    display: block;  
    width: 161px;
    height: 28px;
    text-indent: -9999px;
    background: #004b82 url(imagens/ai.png) no-repeat 0 4px;
}

#barra-brasil .brasilgov {
    display: block;  
    width: 101px; /* 101px; */
    height: 28px; 
    text-indent: -9999px;
    background: #004b82 url(imagens/brasil.png) no-repeat 0 4px;
}
