@charset "utf-8";
* { margin: 0; padding: 0 }
#ceu{
	position:fixed;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	background-image:url(../../img/back1.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
#nuvens{
	position:fixed;
	top:0px;
	left:0px;
	height:250px;
	width:100%;
	background-image:url(../../img/nuvens.png);
	background-repeat:repeat-x;
	background-position:top;
}
#grama{
	position:fixed;
	bottom:0px;
	left:0px;
	height:157px;
	width:100%;
	background-image:url(../../img/grama2.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
#cx_site {
	position:absolute;
	left:50%;
	margin-left:-380px;
	width:760px;
	height:70%;
	z-index:2;
}
#cx_home {
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-380px;
	width:760px;
	height:70%;
	z-index:1;
}
#banner {
	width:760px;
	height:180px;
	float:right;
	background-image:url(../../img/banner2.png);
	z-index:1;
}
.data{
	position:relative;
	width:300px;
	left:510px;
	top:1px;
	clear:right;
}
.data-fale{
	position:relative;
	width:300px;
	left:500px;
	top:-15px;
	clear:right;
}
#back_site {
	width:760px;
	min-height:500px;
}
#conteudo {
	width:760px;
	min-height:450px;
	float:left;
	background-color:#FFFFFF;
	background-image:url(../../img/back_cont.jpg);
	background-repeat:repeat-x;
}
#rodape {
	width:760px;
	height:15px;
	float:left;
	background-color:#b1bed9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#14295a;
	text-align:center;
}
h1 {
	text-align:center;
	font-style:italic;
	padding: 10px 0 10px 0;
}
h2{font-family:Arial, Helvetica, sans-serif;}
h3 {padding: 10px 30px 10px 30px;}
h4 {padding-left:20px;}
p {
	padding: 10px 20px 10px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
}
hr{
	margin: 0 20px 0 20px;
	color:#14295A;
}
#selo {
	width:100px;
	height:72px;
	float:right;
	background-color:#FFFFFF;
	border:dashed;
	border-color:#d3dbea;
	border-width:thin;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#d3dbea;
	padding-top:10px;
	margin: 0 10px 10px 0;
}