body, html {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #927956;
	text-align: center;
	background: url(../imagem/bg_splash.jpg) ;
	height: 100%;
	width: 100%;
    margin: 0 auto;
	overflow: hidden;
}

* {
	border: 0;
	margin: 0;
	padding: 0;
}
.clique {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
#principal {
	height: 100%;
	width: 100%;
    margin: 0 auto;
}

#splash {
	width: 778px;
	height: 410px;
	margin: 0 auto;
	/*outline: 1px solid #333333;*/
	background: url(../imagem/bg_splash_content.jpg) top right no-repeat;
}

#splash h1 {
	font-size:10px;
	font-weight:normal;
	color:#555;	
}

#splash h1 {
	width: 263px;
	height: 356px;
	float: left;
	margin-left: 80px;
	_margin-left: 40px;
	background: url(../imagem/bg_logo.jpg) no-repeat;
}

#splash h1 img {
	margin-top: 120px;
}

#splash .rodapeBase {
	width: 100%;
	text-align: left;
	padding-left: 90px;
	float: left;
}

#splash .rodapeBase p {
	*line-height: 20px;
	line-height: 19px;
}

.conteudoSplash {
	width: 350px;
	margin: 100px 0 0 20px;
	float: left;
	text-align: left;
	/*outline: 1px solid #333333;*/
}

.conteudoSplash hr {
	height: 1px;
	margin: 20px 0;
	background: #988A61;
}

.conteudoSplash p.endereco {
	line-height: 16px;
	color: #442C08
}

.xhtml {
	font-size:9px;	
}
a {
	text-decoration:none;
	color:#000;
}

