@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}
object {
	outline: none;
}
body {
	margin-top: 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #fff;
}
h1 {
	width: 255px;
	text-align: right;
	color: #fff;
	position: absolute;
	top: -52px;
	font-size: 16px;
}
h2 {
	font-size: 14px;
	color: #003470;
	margin-bottom: 5px;
}
ul.liSimples {
	margin-bottom: 10px;
}
ul.liSimples li {
	text-indent: 20px;
}
#tudo {
	width: 1000px;
	margin: 0 auto;
}
#topo #formLogin {
	float: right;
	z-index: 2;
	position: relative;
}
#topo address {
	font-weight: bold;
	margin-left: 60px;
	margin-top: 10px;
	font-size: 16px;
	float: left;
}
#formLogin {
	background-image: url("img/bgRestrita.jpg");
	background-repeat:  no-repeat;
	padding-left: 85px;
	margin-bottom: 15px;
	width: 349px;
	height: 32px;
	color: #fff;
	line-height: 26px;
}
#formLogin label {
	display: inline;
}
#formLogin input {
	padding: 2px;
	height: 18px;
	width: 106px;
}
#formLogin input.submit {
	width: 22px;
	height: 24px;
	background-color: #fff;
	padding: 1px 2px 20px 2px;
}
#flashLateral {
	position: relative;
	z-index: 10;
	float: left;
	width: 230px;
}
#lateral {
	position: absolute;
	top: 25px;
}
#flashTopo {
	background-image: url("img/topo.jpg");
	float: right;
	width: 770px;
	height: 215px;
}
#conteudo {
	position: relative;
	float: right;
	width: 715px;
	padding: 0 20px;
	min-height: 315px;
	padding-bottom: 85px;
}
#conteudo p {
	text-align: justify;
}
#conteudo #box {
	min-height: 295px;
}
 /* hack para IE6 que trata height como min-height */
* html #conteudo #box  { height: 295px; }
#box p {
	margin-bottom: 10px;
}
#menuLateral {
	list-style: none;
	z-index: 10;
	position: absolute;
	top: 110px;
	left: 50px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}
.fotoDescricao {
	float: left;
	width: 300px;
	margin-right: 35px;
}
.fotoDescricao p {
	margin-bottom: 20px;
}
.fotoDescricao span.titulo {
	color: #005E9E;
	font-weight: bold;
	font-size: 14px;
}
span.titulo {
	
}
hr {
	clear: both;
	height: 1px;
	border: 1px solid #fff;
}
#rodape {
	margin-bottom: 15px;
	padding-top: 30px;
	position: absolute;
	bottom: 0;
	left: 0px;
	width: 758px;
	background-image: url("../img/rodape.jpg");
	background-repeat: no-repeat;
	clear: both;
}
#rodape p {
	text-align: center;
	position: relative;
}
#rodape #logotrans {
	top: 8px;
	left: 30px;
	position: relative;
}
input,
textarea,
select {
	border: 1px solid #458CCC;
	padding: 2px;
	margin: 2px;
	background-color: #fff;
}
label {
	color: #003470;
	text-align: right;
	display: block;
}
form {
	width: 400px;
}
#conteudo p.quadSoma {
	width: 150px; 
	float: left; 
	height: 60px;
	text-align: center;
	border: 1px solid #000;
	font-weight: bold;
	display: inline;
	padding: 5px;
}
#baixar{
	float:left;
	margin-left:80px;
}
#baixar a{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color:#333366;
	text-decoration:underline;
}
#separador li{
	margin-bottom:7px;
}

}
.veja {
	color: #e20000;
	border: 1px solid #ffc8c8;
	padding : 7px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	margin: 0 20px;
}
.veja:hover {
	color: #f00;
	text-decoration: underline;
