html, body {height:100%;} 
* html {height: 100%;}

body {
	margin: 0; 
	padding: 0;
	font: 75%/1.4 Arial, Helvetica, sans-serif;
	text-align: center;
	background:#fff url(../_images/portal_transparencia/portal_background.gif);
}




h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
	font-style: italic;
	color: #999999;
}

h3 {
	font-size: 14px;
	margin: 0px;
}

hr {
	height: 1px;
	width: 90%;
	background-color: #CCCCCC;
	border: 0;
}

#header {
	width: 925px;
	height: 66px;
	background: #fff url(../_images/portal_transparencia/portal_header.gif) no-repeat;
}
 
#conteudo, #footer {	
	width: 924px;
	margin: 0 auto;
	background-color: #FFFFFF;
	display: table;
}

#logo {
	margin: 10px 0 20px 0;
	padding: 0 15px;
	height: 100px;
	background: #fff url(../_images/portal_transparencia/portal_conchetes.gif) no-repeat;
}

#principal {
	width: 540px;
	padding: 20px;
	text-align: justify;
	float: left;
}

#auxiliar {
	width: 320px;
	text-align:justify;
	float: left;
	margin-left: 10px; 
/*	padding: 20px*/

}


#footer {
	font: bold 12px Verdana;
	color: #999999;
	padding-bottom: 3px;
}

a {
	font: bold 12px Arial;
	color: #008800;
	text-decoration: none
}

a:hover {
	text-decoration: underline;
}

.descricao {
	color: #666;
	padding-left: 10px;
	margin-bottom: 5px;
	font-style: italic;
}

/* cor dos links */

a.menu.administrativo:hover {
	color: #D7151B;
}

a.menu.arrecadacao:hover {
	color: #234396;
}

a.menu.educacao:hover {
	color: #FF6347;
}

a.menu.financeiro:hover {
	color: #386738;
}

a.menu.legislativo:hover {
	color: #1D6EFE;
}

a.menu.materiais:hover {
	color: #6F654D;
}


a.menu.recursos_humanos:hover {
	color: #660066;
}

a.menu.saude:hover {
	color: #2B7F7B;
}

a.menu.turismo:hover {
	color: #0033CC;
}

a.menu.divisao:hover {
	color:#003366;
}

.tabela td {
	padding-top : 8px;
}

.clear {
	clear: both;
}