* {
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

html { background: #90231d url(../imagens/fundo.jpg) repeat-x; }

body {

	text-align: center;
}

/* (.) pode ser usado com qualquer tags */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#corpo {
	width: 738px;
	/* centraliza e coloca as margens automaticamente */
	margin: 0 auto;
	text-align: left;
	font-family: Arial, Verdana, Tahoma, sans;
	font-size: 11px;	
}
#corpo #topo {
	height: 144px;
}

#corpo #topo .data {
	color:#FFF;
	margin-top: 8px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
	width: 70%;
}

#corpo #topo .faq {
	color:#FFF;
	margin-top: 8px;
	margin-bottom: 10px;
	width: 18%;
	float: right;
	text-align: right;
}

#corpo #topo .faq a {
	color:#FFF;
	font-weight:bold;
}

#corpo #topo a:hover { text-decoration: underline; }

h1 {	
	background: url(../imagens/logo.gif) no-repeat center bottom;
	width: 253px;
	display: block;
	float: left;
	overflow: hidden;
}

h1 a {
	height: 100px;
	display: block;
	text-indent:-5000px;
}

#corpo #topo #banner-topo {
	background: #990000;
	float: right;
	margin: 20px 0 0 0;
	width: 468px;
	height: 60px;
	margin-top: 25px;
}

/* COLUNA ESQUERDA */

#lateral {
	float: left;
	width: 194px;
	background: #FFF;
	display: block;	
	_margin-top: -2px;
}

#lateral #busca {
	margin-top: 8px;
	margin-left: 8px;
	display:block;
	background: #f3f3f3;
	width: 176px;
	height: 30px;
	padding-bottom: 9px;
}

/* BUSCA */

form .form, form .form-busca {
	margin-left: 14px;
	margin-top: 10px;
	font-size: 12px;
	border-bottom: #d4d0c7 1px solid;
	border-left: #808080 2px solid;
	border-right: #bbbaa2 1px solid;
	border-top: #808080 2px solid;
	padding: 1px;
	width: 111px;
	padding-left: 5px;
}

form .input_busca {
	background:url(../imagens/button_busca.gif)  no-repeat;
	height: 22px;
	width: 31px;
	content: ""; /* opera */
	display: inline-block; /* opera */
	line-height: 0; /* ie */	
	text-indent: -1000em;
	margin-bottom: 1px;
	_margin-bottom: -1px;
	font-size: 10px;
}

/* INDICADORES */

#listaindicadores {
	margin-left: 20px;
	display: block;
	width: 152px;
	margin-top: 7px;
	padding-bottom: 20px;
}

#listaindicadores h2 {
	font-size: 16px;
	font-weight: bold;
	color: #3e3e3e;
	letter-spacing: -1px;
}

#listaindicadores h3 {
	font-size: 11px;
	font-weight:bolder;
	color:#b7954f;
	margin-bottom: 7px;
}

#listaindicadores li {
	background: url(../imagens/fundo_indicadores.gif) repeat-x;	
	padding: 6px 5px;
}

#listaindicadores small {
	font-size: 11px;
	font-weight:normal;
	color:#818181;
	letter-spacing: 1px;
}

#listaindicadores .titulo {
	font-size: 11px;
	color: #646464;
	display:block;
	margin-bottom: 12px;
}

#listaindicadores .valores {
	color: #4c4c4c;
	display:block;
}


/*  MULHER */ 

#mulher {
	width: 187px;
	height: 140px;
	background: url(../imagens/mulher.jpg) no-repeat;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -360px;
	top: 350px;
	z-index: 1px;
}

/* MEIO */
#conteudo {
	float: left;
	width: 744px;
	background: #FFF;
	margin: 0;
	margin-top: -5px;
}

/* MENU */

ul#menu {
	display: block;
	margin-top: -14px;
	position:relative;
	float: right;
}

#menu li {
	height: 40px;
	font-size:13px;
	float:left;
	padding-top: 13px;
	padding-left: 25px;
}

/* RODAPE */

address {
	background: #90231d;
	font-size: 11px;
	color: #fff;
	display: block;
	clear: both;
	text-align: center;
	font-style: normal;
	line-height: 30px;
	margin-top: -10px;
	_margin-top: 2px;
	width: 744px;
}

address .creditos {
	text-align:center;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}
address .creditos:hover { text-decoration: underline; }
