#barra{
float:left;
width:100%;
height:49px;
background:url(../imagens/bg_barra.gif) repeat-x;
}
	#barra .centro{
	margin:auto;
	width:995px;
	height:49px;
	padding-left:5px;
	}
	#barra .logo{
	float:left;
	width:125px;
	height:44px;
	padding-top:5px;
	}
		#barra .logo a{
		float:left;
		width:109px;
		height:35px;
		background:url(../imagens/logo_barra.gif) no-repeat;
		}
	#barra .busca{
	float:left;
	width:270px;
	height:34px;
	padding-top:15px;
	}
		#barra .busca input.text{
		width:180px;
		height:16px;
		color:#666;
		font-size:12px;
		padding:2px 2px;
		margin-right:5px;
		background:#FFF;
		border:#CCC 1px solid;
		}
		#barra .busca input.botao{
		padding:1px 5px;
		background:#FFF;
		font-weight:bold;
		border:#99CCFF 1px solid;
		}
	#barra .menu{
	float:right;
	width:590px;
	height:49px;
	}
		#barra .menu li{
		float:right;
		width:auto;
		height:39px;
		color:#FFCC00;
		font-size:10px;
		padding:10px 8px;
		padding-bottom:0px;
		border-left:#894747 1px solid;
		}
			#barra .menu li a{
			color:#FFF;
			font-size:14px;
			font-weight:bold;
			padding-bottom:2px;
			text-decoration:none;
			}
			#barra .menu li a:hover{
			text-decoration:none;
			}