@charset "utf-8";
/* CSS Document */

.caixa_texto_empresa{
	position:relative;
	float:left;
	width:764px;
	margin-top:10px;
	}
	
.caixa_texto_empresa h1{
	position:relative;
	float:left;
	width:764px;
	}
	
.imagem_jacques{
	position:relative;
	float:left;
	width:764px;
	height:250px;
	background-image:url(../imagens/faxada-jacques-gassman.jpg);
	background-repeat:no-repeat;
	margin-top:10px;
	}	
	
.caixa_comporta_empresa{
	position:relative;
	float:left;
	width:762px;
	border:1px solid #CCC;
	margin-top:15px;
	}
	
.caixa_cabecalho_empresa{
	position:relative;
	float:left;
	width:760px;
	height:25px;
	background-color:#E0E0E0;
	margin-left:1px;
	margin-top:1px;
	}
	
.caixa_cabecalho_empresa h1{
	position:relative;
	float:left;
	width:750px;
	height:25px;
	font-size:14px;
	color:#333;
	padding-left:10px;
	line-height:1.90em;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	}
	
.caixa_texto_escreve_empresa{
	position:relative;
	float:left;
	width:740px;
	margin-left:10px;
	margin-top:10px;
	}
	
.caixa_texto_escreve_empresa p{
	position:relative;
	float:left;
	width:740px;
	}
	
.espaco_empresa{
	position:relative;
	float:left;
	width:740px;
	height:10px;
	}
 


