/* Estrutura de DIV's do Site */

#cx_branca, #cx_fundopg {
	background-color:#FBFBFB;
	border-style:solid;
	border-width:1px;
	border-color:#999999;

}

#cx_fundopg {
	background-color:#f0f0f0;
}

#cx_sem_fundo {
	padding: 10px 10px 10px 10px;

}

#area_pg {
	position:relative;
	width:780px;
	margin:0 auto;
	padding:0;
	text-align:left; /* remédio para o IE */
}

#sublinhado_titulos{
	background-color:#7F241F;
	font-size:2px;
	height:2px;
	margin-bottom:5px;

}

#sublinhado_busca{
	background-color:#333333;
	font-size:2px;
	height:2px;
	margin-bottom:5px;

}

#sublinhado_titulos_empresa{
	font-size:2px;
	height:2px;
	margin-bottom:5px;
	width:175px;

}

#sublinhado_conectese{
	font-size:2px;
	height:2px;
	margin-bottom:5px;
	width:195px;

}

#logo {
	left:15px;
	top:8px;
	position:absolute;
	background-color:#f0f0f0;
	
	}

#bem_vindo {
	position:absolute;
	left:800px;
	top:20px;
	
	}
	
#fundo_menu {
	position:absolute;
	top:50px;
	background:url(img_inicial/borda_menu.jpg) no-repeat;
	width:980px;
	height:20px;
	padding:0px 5px 5px 15px;
	
}

#link_interno_over {
	background-color:#FBFBFB;
	border-right-style:solid;
	border-top-style:solid;
	border-left-style:solid;	
	border-right-width:1px;
	border-top-width:1px;
	border-left-width:1px;
	border-right-color:#999999;
	border-top-color:#999999;
	border-left-color:#999999;

}

#link_interno_out {
	position:absolute;
	background:url(img_inicial/fundo_link_interno.jpg) no-repeat;
	
}
