html, body {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
#header {
	float: left;
	height: 105px;
	width: 100%;
	margin: 0px auto;
	background-color: #dfe7cf;
}
#container {
	width: 100%;
	min-height: 100%;
	position: relative;
}
#wrapper-cabecalho {
	position: relative; 
	margin: 0 auto; 
	width: 950px; 
	background-color: #ff0000;
}
#logotipo {
	position: relative; 
	float: left; 
	height: 82px;
}
#portal-title {
	font-family: Arial;
	width: 100%;
	height: 24px;
	float: left;
	font-weight: bold;
	font-size: 18px;
	background: #007d00;
	padding: 10px 0px 5px 0px;
	color: white;
	text-align: center;
}
#barra-brasil {
	background:#7F7F7F; height: 20px; padding:0 0 0 10px;display:block;
}
#menu-barra-temp{
	list-style:none;
}
#li_barra {
	display:inline; float:left;padding-right:10px; margin-right:10px; border-right:1px solid #EDEDED
}
#a_portal{
	font-family:sans,sans-serif; text-decoration:none; color:white;
}
#a_barra {
	font-family:sans,sans-serif; text-decoration:none; color:white;
}
