/* PEEKABOO */
* html .clearBoth { 
	height:1%;
}

html {
	height: auto;
	min-height: 100%;
}

/* ZERANDO MARGIN E PADDING */
body,form,p,h1,h2,h3,h4,h5,h6,ul,li { 
	padding:0;
	margin:0; 
}

/* ZERANDO BORDAS */
img { 
	border:0;
}
a { 
	outline:0;
}


/* BACKGROUND DO SITE */
body {
	background:url(../imagens/bg_site.jpg) repeat-x top left #85cb81;
	text-align:center;
}


/* FLOAT */
.clearBoth {
	clear:both;
	display:block;
}
.floatLeft {
	display:block;
	float:left;
}
.floatRight {
	display:block;
	float:right;
}


/* DEFININDO PROPRIEDADES DAS FONTES */
body,table,h1,h2,h3,h4,h5,h6,p,input,select,textarea,button,div,a {
	color:#666;
	font:normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
h2 {
	font-size:14px;
	font-weight:bold;
	color:#444;
	margin-bottom:5px;
}
h2 a {
	font-size:14px;
	font-weight:bold;
	color:#444;
}
h2 a:hover {
	color:#bb1900;
	text-decoration:underline;
}


h3 {
	font-size:12px;
	font-weight:bold;
	color:#bb1900;
	margin-bottom:5px;
}
h3 a {
	font-size:12px;
	font-weight:bold;
	color:#444;
}
h3 a:hover {
	color:#bb1900;
	text-decoration:underline;
}

h4 {
	font-size:11px;
	font-weight:bold;
	color:#bb1900;
	margin-bottom:5px;
}
h4 a {
	font-size:11px;
	font-weight:bold;
	color:#444;
}
h4 a:hover {
	color:#bb1900;
	text-decoration:underline;
}

p.Nota {
	display:block;
	clear:both;
	color:#333;
	margin:-5px 0 5px 0;
}

/* DEFININDO ALINHAMENTO DO SITE */
#alinhamento {
	width:770px;
	margin:0 auto;
	position:relative;
	text-align:left; /* Para voltar o alinhamento dos textos */	
}
#site {
	display:block;
	margin:0 0 10px 0;
	width:770px;
	background:url(../imagens/bg_site-center.gif) top center repeat-y;	
}
#bgSuperior {
	background:url(../imagens/bg_site-superior.gif) top center no-repeat;
}
#bgInferior {
	display:block;
	background:url(../imagens/bg_site-inferior.gif) bottom left no-repeat;
	padding:5px 12px 12px 12px;
}


/* ESCONDE */
.esconde { 
	display:none;
}

/* FORMULARIOS */
#conteudo div.conteudo div.bot a {
	color:#bb1900;
	font-weight:bold;
}
#conteudo div.conteudo div.bot a:hover {
	text-decoration:underline;
}


div.bot {
	clear:both;
	margin:0 0 10px 0;
	padding-top:5px;	
	text-align:right;
}
input.bot {
	background:url(../imagens/bg_botao.gif) repeat-x bottom left;
	border:none;
	color:#fff;	
	cursor:pointer;	
	height:20px;
	padding-bottom:1px;
	border:1px solid #2a871c;
	border-bottom-color:#2c5126;
	border-right-color:#2c5126;
}
.formulario fieldset input {
	float:left;
	display:block;
	width:340px;
}
.formulario fieldset input.radio {
	float:left;
	display:block;
	width:20px;
}
.formulario fieldset label.labelradio {
	margin-left:0;
	text-align:left;
}
.formulario fieldset label.labelradiodois {
	margin-left:0;
	text-align:left;
	width:75px;
}
.formulario fieldset textarea {
	float:left;
	display:block;
	width:340px;
}
.formulario fieldset select {
	float:left;
	display:block;
}
.formulario fieldset input.disabled {
	background:#ededed;
}
.formulario fieldset label {
	float:left;
	display:block;
	padding:2px 3px 0 0;
	margin:0 0 10px 30px;
	_margin:0 0 10px 15px;
	text-align:right;
	width:100px;
}
.formulario fieldset label span {
	color:#bb1900;
}
.formulario fieldset {
	display:block;
	_display:inline;
	clear:both;
	border:1px solid #ccc;
	margin-bottom:15px;
	padding:5px;
}
.formulario fieldset legend {
	color:#666;
	font-weight:bold;
	padding:5px;
	background:#ededed;
	border:2px solid #fff;
	margin:0 0 0 -5px;
	_margin:0 0 10px -10px;
}
.campo {
	background-color:#fff;
	color:#666;
	padding:2px;
	border:1px solid #ccc;
	border-bottom:1px solid #ededed;
	border-right:1px solid #ededed;
}
div.busca {
	display:block;
}
div.busca h2 {
	display:block;
	float:left;
}
div.busca div.B {
	display:block;
	float:right;
}
div.busca label {
	display:none;
}

/* TOPO */
#topo {
	display:block;
	clear:both;
	height:90px;
}
#animacao {
	background:#FFFFFF url(../imagens/bg_destaque.jpg) no-repeat top left;
	clear:both;
	display:block;
	height:180px;
	margin-bottom:10px;
	padding:12px 0 0 12px;
}

/* CONTEUDO */
#esquerda {
	display:block;
	float:left;
	width:155px;
	padding:60px 15px 0 15px;
}
.menu {
	list-style:none;
	margin-bottom:30px;
}
.menu li {
	display:block;
	background:url(../imagens/marc-menu.gif) top left no-repeat;
	border-top:1px solid #bed5ad;
}
.menu li a {
	display:block;
	padding:4px 0 4px 8px;
	color:#444;
	font-weight:bold;
}
.menu li a:hover {
	color:#009049;
}
.menu ul {
	list-style:none;
	padding:0 0 20px 10px;
	_padding:0 0 0px 10px;
}
.menu ul li {
	border-top:1px solid #d1dfc7;
}
.menu ul li a {
	font-weight:normal;
}
.menu ul li.ativo a {
	font-weight:bold;
}
.bannersButton {
	display:block;
	list-style:none;
	background:url(../imagens/bg_banners-button.gif) center left repeat-x;
	list-style:none;
	padding-left:15px;
	margin-bottom:30px;
}
.bannersButton li {
	display:block;
	background:#fff;
	padding:2px;
	border:1px solid #cde0c0;
	width:120px;
	height:60px;
	text-align:center;
	margin-bottom:5px;
}
#newsletter h2 {
	color:#bb1900;
}
#newsletter p {
	margin-bottom:5px;
}
#newsletter label {
	display:block;
	float:left;
	width:40px;
	padding-top:2px;
	color:#444;
}
#newsletter span {
	display:block;
	float:left;
	width:110px;
	margin-bottom:2px;
}
#conteudo {
	display:block;
	float:right;
	width:555px;	
}
#conteudo div.conteudo {
	padding:0 20px;
	
}
#conteudo div.conteudo a {
	color:#333;
}
#conteudo div.conteudo a:hover {
	color:#bb1900;
}

#noticias div.D {
	display:block;
	clear:both;
	margin-bottom:20px;
	width:515px;
}
#noticias div.D h3 span {
	display:block;
	font-size:11px;
	font-weight:normal;
	color:#666;
}
#noticias div.D p.F {
	display:block;
	float:left;
	width:170px;
}
#noticias div.D div.T {
	display:block;
	float:left;
	width:345px;
}
#noticias div.D div.T p {
	text-align:justify;
}
ul.lista {
	display:block;
	overflow:auto;
}
ul.lista li {
	list-style:none;
	border-bottom:1px solid #cde0c0;
	padding:4px 2px 4px 10px;
	background:url(../imagens/marc-1.gif) top left no-repeat;
}
ul.lista li span {
	color:#333;
}
ul.lista li a:hover {
	color:#009049;
}
#conteudoNoticia p {
	text-align:justify;
	line-height:18px;
	margin-bottom:10px;
}
#conteudoNoticia p .foto {
	background-color:#fff;
	border:1px solid #009049;
	margin:0 6px;
	padding:2px;
}
#conteudoNoticia .galeriaNoticia {
	clear:both;
	margin:10px 0 0 20px;
	overflow:hidden;
}
#conteudoNoticia .galeriaNoticia li {
	display:block;
	float:left;
	list-style:none;
	width:110px;
}
#conteudoNoticia .galeriaNoticia li a img {
	background-color:#fff;
	border:1px solid #cde0c0;
	margin:0 6px;
	padding:2px;
}
#conteudoNoticia .galeriaNoticia li a img:hover {
	border:1px solid #009049;
}
#conteudoNoticia .galeriaNoticia li span {
	display:block;
	text-align:center;
}


#conteudoCRMV p {
	text-align:justify;
	line-height:18px;
	margin-bottom:10px;
}
#conteudoCRMV p .foto {
	background-color:#fff;
	border:1px solid #009049;
	margin:0 6px;
	padding:2px;
}
#conteudoCRMV .galeriaCRMV {
	clear:both;
	margin:10px 0 0 20px;
	overflow:hidden;
}
#conteudoCRMV .galeriaCRMV li {
	display:block;
	float:left;
	list-style:none;
	width:110px;
}
#conteudoCRMV .galeriaCRMV li a img {
	background-color:#fff;
	border:1px solid #cde0c0;
	margin:0 6px;
	padding:2px;
}
#conteudoCRMV .galeriaCRMV li a img:hover {
	border:1px solid #009049;
}
#conteudoCRMV .galeriaCRMV li span {
	display:block;
	text-align:center;
}

#conteudoEvento p {
	text-align:justify;
	line-height:18px;
	margin-bottom:10px;
}
#conteudoEvento .galeriaEvento {
	clear:both;
	margin:10px 0 0 20px;
	overflow:hidden;
}
#conteudoEvento .galeriaEvento li {
	display:block;
	float:left;
	list-style:none;
	width:110px;
}
#conteudoEvento .galeriaEvento li a img {
	background-color:#fff;
	border:1px solid #cde0c0;
	margin:0 6px;
	padding:2px;
}
#conteudoEvento .galeriaEvento li a img:hover {
	border:1px solid #009049;
}
#conteudoEvento .galeriaEvento li span {
	display:block;
	text-align:center;
}
#conteudoEvento .eventosProximos {
	display:block;
	float:left;
	width:230px;
}
#conteudoEvento .eventosAnteriores {
	display:block;
	float:right;
	width:230px;
}


#conteudoFaleConosco p {
	text-align:justify;
	line-height:18px;
	margin-bottom:10px;
}

#conteudoRequerimentos p {
	text-align:justify;
	line-height:18px;
	margin-bottom:10px;
}
#conteudoDownloads p {
	text-align:justify;
	line-height:18px;
	margin-bottom:10px;
}
#conteudoVideos p {
	text-align:justify;
	line-height:18px;
	margin-bottom:10px;
}
#conteudoOportunidadesECurriculos p {
	text-align:justify;
	line-height:18px;
	margin-bottom:10px;
}
#conteudoOportunidadesECurriculos p span {
	color:#333;
	margin-right:5px;
	font-weight:bold;
}

#conteudoAcompanhamentoProcessual p {
	text-align:justify;
	line-height:18px;
	margin:10px 0;
}
#conteudoAcompanhamentoProcessual .tabelaprocesso {
	margin-bottom:20px;
}
#conteudoAcompanhamentoProcessual .tabelaprocesso th {
		color:#2f6932;
		background-color:#dbead2;
		border:1px solid #fff;
		padding:5px;
		text-align:right;
}
#conteudoAcompanhamentoProcessual .tabelaprocesso td {
		padding:5px;
		background-color:#f4f4f4;
		border:1px solid #fff;
}
#conteudoAcompanhamentoProcessual .tabelaprocesso2 {
	margin-bottom:20px;
}
#conteudoAcompanhamentoProcessual .tabelaprocesso2 th {
		color:#2f6932;
		background-color:#dbead2;
		border:1px solid #fff;
		padding:5px;
		text-align:center;
}
#conteudoAcompanhamentoProcessual .tabelaprocesso2 td {
		background-color:#f4f4f4;
		border:1px solid #fff;
		padding:5px;
}
.formularioAcompanhamentoProcessual {	
	background:url(../imagens/bg_mensagem.gif) bottom left repeat-x #f7f7f7;
	border:1px solid #ddd;
	clear:both;
	display:block;
	margin:30px;
	padding:20px;
}
.formularioAcompanhamentoProcessual input.campo {
	float:left;
	display:block;
	width:150px;
}
.formularioAcompanhamentoProcessual label {
	float:left;
	display:block;
	padding:2px 3px 0 0;
	margin:0 0 10px 0;
	text-align:right;
	width:115px;
}
.formularioAcompanhamentoProcessual span {
	color:#bb1900;
}

#conteudo .bannerFull {
	clear:both;
	display:block;
	height:60px;
	padding:2px;
	border: 1px solid #cde0c0;
	margin:25px auto;
	width:468px;	
}
#conteudo div.destaque {
	display:block;
	float:left;
	width:240px;
	margin:10px 35px 10px 0;
}
#conteudo div.destaque p {
	line-height:16px;
}
#conteudo div.destaque span {
	display:block;
}
#conteudo div.destaque div.fotoDesc {
	width:235px;
}
#conteudo #paginacao {
	clear:both;
	color:#999;
	display:block;
	margin:0 0 10px 0;
	padding:10px 0 0 0;
	text-align:center;
}
#conteudo #paginacao a {
	color: #009049;
}
#conteudo #paginacao a:hover {
	text-decoration:underline;
}
#conteudo #paginacao span {
	color:#009049;
	font:bold 14px Tahoma, Verdana;
}
div#homeVoltar {
	display:block;
	clear:both;
	margin:10px 0;
	text-align:right;
	color:#bb1900;
}
div#homeVoltar a {
	font-size:12px;
	font-weight:bold;
}
div#homeVoltar a:hover {
	text-decoration:underline;
	color:#bb1900;
}


.fotoDesc p {
	display:block;
	clear:both;
}
.fotoDesc p span {
	display:block;
	float:left;
	margin:0 7px 10px 0;
	cursor:pointer;
}
#conteudo div.destaque div.fotoDesc p span.F {
	width:60px;
}
#conteudo div.destaque div.fotoDesc p span.T {
	width:165px;
	margin-right:0;
}

#conteudo .mensagemErro {	
	background:url(../imagens/bg_mensagem.gif) bottom left repeat-x #f7f7f7;
	border:1px solid #ddd;
	clear:both;
	display:block;
	margin:30px;
	padding:40px;
	text-align:center;
}
#conteudo .mensagemErro span {
	clear:both;
	color:#c00;
	display:block;
	font:bold 11px Tahoma, Verdana;
	margin-bottom:5px;
}
#conteudo .mensagemOk {	
	background:url(../imagens/bg_mensagem.gif) bottom left repeat-x #f7f7f7;
	border:1px solid #ddd;
	clear:both;
	display:block;
	margin:30px;
	padding:40px;
	text-align:center;
}
#conteudo .mensagemOk span {
	clear:both;
	color: #009900;
	display:block;
	font:bold 11px Tahoma, Verdana;
	margin-bottom:5px;
}

.tabela {
	width:100%;
	margin-bottom:15px;
}
.tabela th,.tabela td {
	border:1px solid #85cb81;
	border-top:none;
	border-left:none;
	padding:2px;
}
.tabela th {
	color:#fff;
	text-align:center;
	border:1px solid #2c5126;
	border-top-color:#2a871c;
	border-left-color:#2a871c;
	background:url(../imagens/bg_tabela-header.gif) top left repeat-x #2a871c;
}
.tabela th.Formato,.tabela td.Formato {
	width:80px;
	text-align:center;
}
.tabela th.Duracao,.tabela td.Duracao {
	width:80px;
	text-align:center;
}
.tabela th.D,.tabela td.D {
	background:none;
	border:none;
	width:15px;
}
.tabela th.row {
	color:#333;
	font-weight:normal;
	text-align:left;
	border:1px solid #2a871c;
	border-top:none;
	border-left:none;
	background:none;
	width:110px;
	vertical-align:top;
}




/* BANNERS */
#banners {
	display:block;
	float:left;
	padding:390px 0 0 10px;
	width:200px;
}
#banners #bannerBottom {
	clear:both;
	display:block;
	height:60px;
	margin:0 auto 15px auto;		
	width:120px;
}


/* RODAPE */
#rodape {
	display:block;
	clear:both;
	overflow:hidden;
	border-top:1px solid #ccc;
	margin:20px 5px 0 5px;
	padding-top:4px;
	width:736px;
}
#rodape p#assinatura {
	display:block;
	float:right;
	padding-top:25px;
}
#rodape p.texto {
	display:block;
	width:690px;
}
#rodape p.texto span.logo {
	display:block;
	float:left;
}
#rodape p.texto span.texto {
	display:block;
	float:left;
	padding:5px 10px;
}


/* FLASH */
#logoTopo {
	clear:both;
	display:block;
	height:149px;
	width:770px;
}

#menuFerramentas {
	clear:both;
	display:block;
	height:156px;
	width:770px;
}


/* POPUP */
.popup {
	left: 50%;
	position: absolute;
	top: 50%;
}
.popupImg {
	background:#fff;
	padding:2px;
}


/* PAGINAÇÃO DA FOTO */
#paginacaoFoto {
	clear:both;
	color:#999;	
	display:block;
	padding:10px;
	text-align:center;
	width:auto;
}
#paginacaoFoto a {
	font:bold;
}
#paginacaoFoto a:hover {
	color:#060;
	text-decoration:underline;
}
.ImgLeft {
	float:left;
	margin-right:5px;
	
}
.ImgRight {
	float:right;
	margin-left:5px;
}
