/* CSS Document */

#conteudoCabecalho p {
	margin: 0;
}

#conteudoCabecalho #botoes {
	width: 870px;
	height: 25px;
}

#conteudoCabecalho #botoes div {
	float: right;
	margin-left: 3px;
}

#conteudoCabecalho #fundoPrincipal {
	height: 81px;
	width: 870px;
}

#conteudoCabecalho #boxInformacoes {
	width: 870px;
	height: 330px;
	background-image: url(/img/layout/fundoBoxInformacoes.gif);
	background-repeat: no-repeat;
}

#conteudoCabecalho #boxInformacoes {
	width: 271px;
	height: 105px;
	float: right;
	padding: 5px;
	color: #FFFFFF;
	background-image: url(/img/layout/fundoMarromBoxLogin.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 9px;
	margin-top: 8px;
	_margin-right: 5px;
}

#conteudoCabecalho #boxInformacoes {
	margin-top: 23px;
}

#conteudoCabecalho #boxInformacoes .txtLogin {
	color: #333333;
	font-size: 16px;
}

#conteudoCabecalho #boxInformacoes .txtEmpresa {
	color: #e40021;
	font-weight: bold;
	font-size: 16px;
}

#conteudoCabecalho #boxInformacoes .linkSair {
	color: #999999;
}


#conteudoCabecalho #boxInformacoes #infoEmpresa {
	margin-top: 23px;
	color: #FFFFFF;
}


#conteudoCabecalho #boxInformacoes #conteudoInformacoes {
	background-image: url(/img/layout/fundoMarromBoxInformacoes.gif);
	background-repeat: no-repeat;
	width: 271px;
	height: 187px;
	float: right;
	padding: 5px;
	color: #FFFFFF;
}

#conteudoCabecalho #boxInformacoes #conteudoInformacoes .tituloGrande {
	font-weight: bold;
	font-size: 18px;
	margin-left: 10px;
	_margin-left: 5px;
	margin-top: 10px;
	width: 271px;
}

#conteudoCabecalho #boxInformacoes #conteudoInformacoes .linhasMenores {
	font-size: 11px;
	margin-left: 10px;
	_margin-left: 5px;
	width: 271px;
}

#conteudoCabecalho #boxInformacoes #conteudoInformacoes #endereco {
	margin-top: 5px;
}

#conteudoCabecalho #boxInformacoes #conteudoInformacoes .infoEndereco{
	font-size: 18px;
}

#conteudoCabecalho #boxInformacoes #conteudoInformacoes .linkMapa{
	font-size: 9px;
	color: #c0c0c0;
	text-decoration: none;
}

#conteudoCabecalho #boxInformacoes #conteudoInformacoes .linkMapa:hover{
	text-decoration: underline;
}

