@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}
html, body { height: 100%;}
body {
	background-image: url("imagens/fileteBody.jpg");
	background-repeat: repeat-x;
	background-color: #fff;
	background-attachment: fixed;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000;
}
#new_body {
	margin-top: 5px;
	min-height: 100%;
	position: absolute;
	width: 100%;
	background: url("imagens/bgUL.jpg") repeat-x;
	background-position: 0px 5px;
}
 /* hack para IE6 que trata height como min-height */
* html #new_body { height: 100%; }
#topo {
	position: relative;
	z-index: 1;
}
#topo img {
	height: 429px;
}
#topo img#linkHome {
	position: absolute;
	top: 50px;
	left: 60px;
	width: 170px;
	height: 137px;
}
#tudo {
	width: 999px;
	margin: 0 auto;
}
#conteudo {
	padding: 20px 170px 25px 170px;
	position: relative; /* contexto para posicionar o tituloPagina */
}
#conteudo h1#tituloPagina,
#conteudo h1#tituloPaginaLonge {
	position: absolute;
	right: 220px;
	top: -50px;
	font-family: Arial;
	font-size: 30px;
	color: #01006D;
}
#conteudo h1#tituloPaginaLonge {
	right: 120px;
}
#rodape {
	background-color: #5B92C8;
	position: absolute;
	bottom: 0px;
	width: 100%;
	color: #fff;
	height: 21px;
	line-height: 21px;
	font-size: 11px;
	text-align: center;
}
#rodape p {
	width: 850px;
	margin: 0 auto;
}
#logotrans {
	float: left;
}


/* regras gerais do site */

h2 {
	margin-top: 5px;
	font-size: 14px;
	background-image: url("imagens/bullet.gif");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px; /* separar o bullet */ 
}
hr {
	border: 1px solid transparent;
	clear: both;
}
#conteudo p {
	text-indent: 20px;
	text-align: justify;
	margin-bottom: 25px;
}
.msg {
	display: block;
	color: #39B54A;
	font-size: 14px;
	font-weight: bold;
}

#conteudo p.centralizado {
	text-align: center;
	line-height: 40px;
	width: 320px;
	margin: 0 auto;
}
.spanLink a {
	margin-right: 200px;
	margin-bottom: 10px;
}


/* regras para formulários */
form {
	margin-bottom: 40px;
}
form label {
	display: block;
	width: 350px;
	margin: 0 auto;
	text-align: right;
}
form label input,
form label textarea {
	border: 1px solid #000;
	padding: 1px;
	background-color: #fff;
	margin-bottom: 1px;
}
.nodestaque {
	background-color: #D2E2F1;
	border: 1px solid #202675;
	padding: 1px;
}
