/* CSS Document */

/*-----------------------------------------------
CABEÇALHO
-------------------------------------------------*/

#cabeca{
	width: 100%;
	height: 100px;
	/* #4646be; base color 2*/
	background:url(../imagens/cabeca-bg2.gif);
	border-bottom: 4px solid #504758;}

#top, #abas_center{
	/*position:relative;*/  /*Contexto de posicionamento */
	margin: auto;
	width: 985px;}
	
	#logo{
		float:left; width:251px;}
	
	#baner_top{
		float:left;
		padding-top:5px;}
