@charset "utf-8";
/* CSS Document */

/*CSS RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*CSS RESET*/

html, body{
	background:url(../imagens/bg.jpg) repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
}


#tudo{
	min-height:100%;
}

* html #tudo{
	 height: 100%; /* hack para IE6 hq trata height como min-height */
}

#topo{
	position:relative;
	margin:0 auto;
	width:800px;
}

#menu{
	position: inherit;
	margin:0 auto;
	width:800px;
	height:35px;
}

ul#menub {
	list-style: none;	
	float: left;
}
ul#menub li{
	overflow: hidden; 
	float: left;
	height:35px;
	*height: 29px;
}
ul#menub a, ul#menub span {
	padding: 10px 20px; 
	float: left; 
	text-decoration: none; 
	color: #fff;
	clear: both;
	background: #1d1d1d; 
}

ul#menub a {	color: #fff; }

ul#menub.v2 span{
	color: #fff;
	background: #3e3e3e;
}
ul#menub.v2 a{
	color: #555;
	background: url(../imagens/bg_menu.gif) repeat-x left bottom;
}

#conteudo{
	position: relative;
	top:60px;
	margin:0 auto;
	margin-bottom: 70px;
	width:800px;
	height:auto !important;
	text-align:justify;
}


#footer{  
	background:url(../imagens/bg_rodape.jpg) repeat-x #1e3867;
	width: 100%;
	height: 25px;
	bottom: 0px;
	color:#FFF;
	padding-top:10px;
}

#footer a {
	color: #fff;
	text-decoration:underline;
}

#direitos
{
	position:absolute;
	z-index:10000;
	bottom:-180px;
	left:480px;
	color:#FFF;
}

p
{
	line-height:15px;
	padding-bottom:10px;
	color:#555;
}

h1
{
	font-size:18px;
	padding-bottom:15px;
}

h3
{
	font-family:Tahoma, Geneva, sans-serif;
	color:#666;
	font-size:12px;
	margin-bottom:7px;
	margin-left:10px;
	margin-top:4px;
}

a
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}


/*MINISTERIOS*/

img.ministerios
{
	float:right;
	margin:10px;
	padding:3px;
}
img.lider
{
	border: 1px solid #CCC;
	margin-right:10px;
	padding:3px;
	float:left;
}
#lider
{
	position:relative;
	width:100%;
	height:200px;
}

.azul
{
	color:#006;
}

.preto
{
	color: #000;
}

