﻿#div-cabecalho {
	float: left;
	height: 105px;
	width: 100%;
	background-color: #dfe7cf;
}
#wrapper-cabecalho {
	position: relative; 
	margin: 0 auto; 
	width: 950px; 
	background-color: #ff0000;
}

#logotipo {
	position: relative; 
	float: left; 
	height: 82px;
}
#portal-title {
	width: 100%;
	float: left;
	background: #008B8B;
	padding: 5px 0px;
	color: white;
	text-align: center;
    font-size:22px;
}