#fundo_emp {
	float: left;
	height: 760px;
	width: 820px;
	position: relative;
	padding-right: 20px;
	padding-left: 20px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin-top: 20px;
	background-image: url(../imagens/espaco.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#texto_emp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	float: left;
	height: auto;
	width: 580px;
	position: relative;
	left: 250px;
}

#img_empresa {
	float: left;
	height: 100px;
	width: 860px;
	margin-top: 20px;
}

.fonte_20_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0;
}

.cont_empresa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	float: left;
	height: 100%;
	width: 780px;
	position: relative;
	padding: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

