@charset "iso-8859-1";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#666;
	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 container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
object, embed, iframe {
	z-index:-1;
}
.oneColFixCtrHdr #container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color:#666;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index:1;
}
.oneColFixCtrHdr #header {
	background-color:#666;
	/*padding: 0 10px 0 20px; */ /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image:url(../imagens/bg-topo.jpg);
	background-repeat:repeat-x;
	height:130px;
	z-index:4;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding:10px;
	width:980px;
	margin-left:auto;
	margin-right:auto;
	color:#D3D3D3;
	margin-top:0px;
	z-index:3;
}
.area {
	background-color: #FFF;
	border:1px #333333 solid;
	color:#666;
	width:100%;
	padding:4px;
	position:relative;
	z-index:2;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#666;
	background-image:url(../imagens/bg-rodape.jpg);
	background-repeat:repeat-x;
	height:78px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#topo {
	width: 1005px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: right; /* this overrides the text-align: center on the body element. */
}
#logotipo {
	float:left;
	width:200px;
}
#menu {
	float:right;
	width:801px;
	padding-top:44px;
	font-size:14px;
	color:#666;
	z-index:2010;
	text-shadow: 1px 1px 1px #666;
}
#menu p{
	padding:0;
}
#rodape {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: right; /* this overrides the text-align: center on the body element. */
}
#redes {
	float:right;
	margin-top:10px;
}
#rodape-texto {
	width:540px;
	float:left;
	text-align:left;
	font-size:12px;
	color:#CCC;
	padding-top:10px;
	margin-left:10px;
}
/*MENU*/

.Itens {
	position:absolute;
	left:0px;
	top:0px;
	/*width:150px;*/
	background-color:#FFF;
	border:1px #333 solid;
	float:left;
	display: none;
	margin-left: 1px;
	font-size:12px;
	z-index:2000;
}
.Itens ul {
	margin:0px;
	padding:0px;
	position: relative;
	z-index:1998;
}
.Itens ul li {
	margin:0px;
	padding:6px;
	list-style:none;
	border-bottom: 1px #CCC solid;
	border-width:thin;
	z-index:1999;
}
.ItensEspecial {
	background-color:#E4E4E4;
}
-->
#minImagens {
	background-color:#FFF;
	border:1px #333 solid;
	width:170px;
	height:120px;
	position:absolute;
	left:0px;
	top:0px;
	float:left;
	display:none;
	overflow:hidden;
	z-index:10000;
	background-image:url(../imagens/carregando.gif);
	background-position: center center;
	background-repeat:no-repeat;
}
#tamanho iframe {
	position: relative;
	z-index: -1;
	filter: mask();
	border: 0;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	width: 780px;
	overflow: hidden;
}
#listanews li{
	display:inline-table;
	margin:5px;
	margin-left:11px;
	vertical-align:top;
	
	list-style:none;
	display: -moz-inline-stack;
    display: inline-block;
	zoom: 1;
    *display: inline;
}
#listaprocurar {
	margin:0;
	padding:0;
}
#listaprocurar li{
	display:inline-table;
	margin:5px;
	margin-left:0;
	vertical-align:top;
	
	list-style:none;
	display: -moz-inline-stack;
    display: inline-block;
	zoom: 1;
    *display: inline;
}
