@charset "utf-8";
body  {
	font: 80%  Arial, Helvetica, sans-serif;
	background-image:url(../img/fd_noar.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the todasDivs in IE 5* browsers. The text is then set to the left aligned default in the #todasDivs selector */
	color: #1F7BC8;
}
.corpo #todasDivs { 
	width: 780px;  /* this will create a todasDivs 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border:#82B5E0 solid 1px;
	background-color:#FFFFFF;
} 
.corpo #topo { 
	background:url(../img/fd_topo.jpg) no-repeat;
	padding: 115px 0 7px 0;
	color: #00346e;
	width: 780px;
	float:right;
}
.corpo #menuhor {
	border:none;
	margin-top:2px;
	font-size:11px;
	font-weight:bolder;
	float:left;
	height: 1%; 
	display: table;
}
.corpo #menuhor li {
	list-style: none; 
	margin: 0;
	display: inline;
	float: left; 
}
.corpo #menuhor li a {
	height:1%; /* IE5.0 bug */
	padding: 0 7px 10px 7px; 
	margin:0;
	text-decoration: none;
}
.corpo #menuhor li a:link {
	color: #00346e;
}
.corpo #menuhor li a:visited {
	color: #00346e;
}
.corpo #menuhor ul li a:hover {
	color: #82B5E0; 
}
.corpo #menuform {
	height: 16px;
	width: 150px;
	font:10px Arial, Helvetica, sans-serif;
	color:#00346e;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-left:30px;
}
div.topo_banner { 
	float: right;
	position:absolute;
	margin: 30px 60px 0 250px;
}
div.banner_institucional{
	background-color: #cccccc;
	width: 100%;
}
table.tabela {
	background-repeat:no-repeat;
	margin: 10px 5px 0 0;
}
.corpo #meioConteudo {
	background-color:#FFFFFF;
	color: #00346e;
	width: 780px;
	float:inherit;
	margin:0;
	background-repeat:no-repeat;
}
.corpo #meioConteudo p {
	text-indent: 20px;
	text-align: justify;
}
.corpo #meioConteudo h2{
	font-size: 22px;
	font-style:normal;
}
.corpo #meioConteudo h3{
	font-size: 22px;
	font-style:normal;
	text-indent: 140px;
}
.frame{
	font-size: 11px;
	font-style:normal;
	text-align: right;
}
.frame a{
	font-size: 11px;
	font-style:normal;
	text-align: right;
	color: #00346e;
}
.noar{
	font: 90%  Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color:#00346e;
}
.corpo #noar a:link {
	color: #00346e;
}
.corpo #noar a:visited {
	color: #00346e;
}
.corpo #noar a:hover {
	color: #82B5E0; 
}
img.adm {
  float:right;
  margin: 5px 5px 5px 5px;
}
img.escala {
  margin-right: 0;
  width: 100%;
}
a img{
	border:none;
}
a:link {color:#00346e;}
a:hover {color:#82B5E0;}
a:visited {color:#00346e;}
a:active {color:#00346e;}

.enquete {
	width:174px;
	background-image:url(../img/enquete.jpg);
	background-repeat:no-repeat;
	padding-left:12px;
	font: 9px Arial, Helvetica, sans-serif;
	color: #ffffff;
}
.enquete a {
	color: #ffffff;
	text-decoration:none;
}
.enquete input {
	background-color: #ffffff; 
	font: 9px Arial, Helvetica, sans-serif;
	color: #000000;
	border:#666666;
}
.corpo #news{
	background-image:url(../img/fd_news.jpg);
	background-repeat:no-repeat;
	font: 9px Arial, Helvetica, sans-serif;
	color:#1F7BC8;
}
.corpo #news input {
	background-color: #ffffff; 
	font: 9px Arial, Helvetica, sans-serif;
	color: #00346e;
	border:#1F7BC8;
}
.corpo #filmes{
	background-image: url(../img/fd_branco.jpg);
	background-repeat:no-repeat;
	padding: 10px 50px 50px 50px;
}
.corpo #bottom {
	background-color:#FFFFFF; 
	padding: 15px; 
	font:9px Arial, Helvetica, sans-serif;
	color:#000000;
} 
.corpo #bottom p {
	margin: 0; 
	padding: 10px 0; 
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    line-height: 0px;
}