/* CSS Document */
body{
	background: url(../images/bg-body.png) #252525;
}
body, hr{
	color:#fff;
}
#divTopo{
	width:760px;
	height:220px;
	left:50%;
	margin-left:-380px;
	position:relative;
	z-index:1;
}
#divMenu{
	/*background:url(../images/bg-menu.png) repeat-x center;*/
	height:40px;
	width:800px;
	left:50%;
	margin-left:-400px;
	position:relative;
	z-index:10;
}
#divFundoConteudo{
	background:url(../images/bg-conteudo.png) repeat-y;
	padding:30px 25px;
	width:710px;
	left:50%;
	margin-left:-380px;
	position:relative;
	z-index:5;
}
#divConteudo a:link, #divConteudo a:visited, #divConteudo a:active{
	text-decoration:none;
}
#divConteudo a:hover{
	text-decoration:underline;
}
#divRodape{
	color:#000;
	height:150px;
	width:760px;
	left:50%;
	margin-left:-380px;
	position:relative;
	z-index:5;
}
#divLoading{
	width:115px;
	font-size:10px;
}
#divRodapeGlobal{
	color:#fff;
	background:#0c0c0c;
	height:110px;
	width:100%;
	border-top:1px solid #A3160E;
	border-bottom:1px solid #A3160E;
	position:relative;
	font-size:9px;
}
#divRodapeGlobal .tdTitle{
	background:url(../images/rodape-global-bg-tits.png) repeat-x;
	padding:0 10px;
	height:20px;
}
#divRodapeGlobal .tdTitleEsq{
	background:url(../images/rodape-global-corner-esq.png) no-repeat;
	width:22px;
}
#divRodapeGlobal .tdTitleDir{
	background:url(../images/rodape-global-corner-dir.png) no-repeat;
	width:22px;
}
.divTextos img{
	border:1px solid #fff;
	margin:0 10px 10px 0;
}
.divTextos a{
	color:#F00;
}
/* popup */
#divPopUp{
	background:#fff;
	width:740px;
	padding:10px 0;
	height:400px;
	top:50%;
	margin-top:-200px;
	left:50%;
	margin-left:-370px;
	position:fixed;
	visibility:hidden;
	z-index:102;}
		
#divOverlay{
	background:url(../images/rodape-global-bg.png);
	position:fixed;
	height:100%;
	width:100%;
	visibility:hidden;
	z-index:100;}
	
/* Form CSS */
form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: #FF6600;
	font-style:italic;
}
div.error { display: none; }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted #FF6600; }
textarea.error { border: 1px dotted #FF6600; }
form.cmxform .gray * { color: gray; }
