	@charset "utf-8";
/* CSS Document */

*	{
	margin:0;
	padding:0;
}

html, body {
	background-image:url(../img/bg_body.png);
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	background-repeat:repeat-x;
	height:100%;
}

#container {
	position:relative;
	min-height:100%;
}

ul {
	list-style: none;	
}


#topo {
	background-image:url(../img/bg_ministerio.fw.png);
	position:relative;
}

#banner {
	position:relative;
	max-height:160px;
}

#navigation {
	margin: 40 0;
	font: bold 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #444;
	position:relative;
	left: 50%;
	margin-left: -448px;
	width:900px;

}

#navigation:after {
	clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

#navigation ul {
	float: left;
	-webkit-border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}

#navigation li {
	min-width:147.5px;
	height:33px;
	text-align:center;
	float: left;
	border-style: solid; 
	border-width: 1px;
    border-color: #BABABA #BABABA #BABABA #FFF;
	box-shadow: 0 1px rgba(255,255,255,1) inset;
	-webkit-box-shadow: 0 1px rgba(255,255,255,1) inset;
	background: #F7F7F7; /* Old browsers */
	background: -moz-linear-gradient(top, #00376c 0%, #010033 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00376c), color-stop(100%,#010033)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #00376c 0%,#010033 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #00376c 0%,#010033 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #00376c 0%,#010033 100%); /* IE10+ */
	background: linear-gradient(top, #00376c 0%,#010033 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00376c', endColorstr='#010033',GradientType=0 ); /* IE6-9 */	
}

#navigation li:hover, #navigation li.current {
	box-shadow: 0 1px rgba(255,255,255,0.2) inset;
	-webkit-box-shadow: 0 1px rgba(255,255,255,0.2) inset;
	border-color: #262626 !important;
	background: #C6E2FF; /* Old browsers */
	background: -moz-linear-gradient(top, #F7F7F7 0%, #EDEDED 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F7F7F7), color-stop(100%,#EDEDED)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #F7F7F7 0%,#EDEDED 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #F7F7F7 0%,#EDEDED 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #F7F7F7 0%,#EDEDED 100%); /* IE10+ */
	background: linear-gradient(top, ##F7F7F7 0%,#EDEDED 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7F7F7', endColorstr='#EDEDED',GradientType=0 ); /* IE6-9 */
}

#navigation li:active, #navigation li.current {
	background: #C0C0C0; /* Old browsers */
	background: -moz-linear-gradient(top, #C0C0C0 0%, #ECECFB 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C0C0C0), color-stop(100%,#ECECFB)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #C0C0C0 0%,#ECECFB 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #C0C0C0 0%,#ECECFB 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #C0C0C0 0%,#ECECFB 100%); /* IE10+ */
	background: linear-gradient(top, ##C0C0C0 0%,#ECECFB 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C0C0C0', endColorstr='#ECECFB',GradientType=0 ); /* IE6-9 */
}

#navigation a:link, #navigation a:visited {
	display: block;
	padding: 6.5px 15px;
	color: #FFF;
	text-decoration: none;

}

#navigation a:hover, #navigation a:active, #navigation li.current a {
	color: #000;
	text-shadow: 0 1px #FFF;
	text-decoration:underline;
}

#navigation li:first-child {
	border-left-color: #BABABA;
	border-radius: 5px 0 0 5px;
}

#navigation li:last-child {
	border-radius: 0 5px 5px 0;
}


#conteudo1 {
/*	background-color:#39F; */
	max-width: 480px;
	position:relative;
	left:50%;
	padding-bottom:102px;
	overflow:auto;
	height:320px;
	padding-bottom:100px;
}

.clear {
	clear:both;
	float:none;
}

#redes {
	background-color:#FFF; 
	bottom:0;
	font-size:12px;
	font-weight:bold;
	padding-bottom:75px;
	width: 900px;
	position:absolute;
	left:50%;
	margin-left:-450px;
	text-align:center;
}

#rodape {
	background-image: url(../img/bg_rodape.fw.png);
	background-repeat: repeat-x;
	position: absolute;
	border-top:5px solid #40A0C0;
	bottom: 0px;
	text-align: center;
	font-size: 12px;
	width: 100%;
	height: 75px;
}

span.redes {
	vertical-align: 7px;
	text-decoration: none;
}

a.limpa:link, a.limpa:visited, a.limpa:hover, a.limpa:active {
	text-decoration:none;
}
		
		
.dinamica {
	text-align:justify;
	font-size:12px;
}

#decoracaoLink {
	font-size:11px;
}

#decoracaoLink a {
	text-decoration:none;
	color:#000;
}

#decoracaoLink a:hover {
	text-decoration:underline;
	color:#06F;
}

.titulo {
	font-size:32px;
	font-weight:bold;
}

.ativo {
	color:#000;
	border-radius: 5px 0 0 5px;
	border-style: solid; 
	border-width: 1px;
    border-color: #000;
	background: #C6E2FF; /* Old browsers */
	background: -moz-linear-gradient(top, #F7F7F7 0%, #EDEDED 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F7F7F7), color-stop(100%,#EDEDED)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #F7F7F7 0%,#EDEDED 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #F7F7F7 0%,#EDEDED 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #F7F7F7 0%,#EDEDED 100%); /* IE10+ */
	background: linear-gradient(top, ##F7F7F7 0%,#EDEDED 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7F7F7', endColorstr='#EDEDED',GradientType=0 ); /* IE6-9 */
}

.ativo1 {
	color:#000;
	border-style: solid; 
	border-width: 1px;
    border-color: #000;
	background: #C6E2FF; /* Old browsers */
	background: -moz-linear-gradient(top, #F7F7F7 0%, #EDEDED 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F7F7F7), color-stop(100%,#EDEDED)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #F7F7F7 0%,#EDEDED 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #F7F7F7 0%,#EDEDED 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #F7F7F7 0%,#EDEDED 100%); /* IE10+ */
	background: linear-gradient(top, ##F7F7F7 0%,#EDEDED 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7F7F7', endColorstr='#EDEDED',GradientType=0 ); /* IE6-9 */
}

.ativo2 {
	color:#000;
	border-radius: 0 5px 5px 0;
	border-style: solid; 
	border-width: 1px;
    border-color: #000;
	background: #C6E2FF; /* Old browsers */
	background: -moz-linear-gradient(top, #F7F7F7 0%, #EDEDED 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F7F7F7), color-stop(100%,#EDEDED)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #F7F7F7 0%,#EDEDED 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #F7F7F7 0%,#EDEDED 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #F7F7F7 0%,#EDEDED 100%); /* IE10+ */
	background: linear-gradient(top, ##F7F7F7 0%,#EDEDED 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7F7F7', endColorstr='#EDEDED',GradientType=0 ); /* IE6-9 */
}

.margem {
	margin-right:20px;
	margin-bottom:6px;
}
	
#coluna1 {
	position:relative;
	float:left;
	width:48%;
	top:15px;
	text-align:justify;
	font-size:14px;
}

#coluna2 {
	position:relative;
	float:right;
	width:48%;
	top:15px;
	text-align:justify;
	font-size:14px;

}

.projeto {
	color:#000000;
	text-decoration:none;
}

.projeto:hover {
	color:#06F;
	text-decoration:underline;
}