@charset "iso-8859-1";
* {
	padding: 0;
	margin: 0;
	text-decoration: none;
}
.limpar { clear: both; }
h1 span, h2 span { display: none; }
body {
	background-image:url(../../imagens/bg_fundogeral.png);
	background-position: top left;
	background-repeat: repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4f4d4c;
}

#topo {
	/*background-image: url(../../imagens/bg_fundo.jpg);
	background-position: top center;
	background-repeat: no-repeat;*/
	height: 399px;
}
#conteudo {
	background:url(../../imagens/bg_conteudo.png) repeat-y top center;
	width: 955px;
	margin: 0 auto;
	min-height: 200px;
	padding: 18px 15px 9px 20px;
}
#conteudo a, #conteudo a:visited { color: #4f4d4c; }
#conteudo a:hover { color: #808080; }
#rodape {
	background: url(../../imagens/bg_rodape.png) no-repeat;
	width: 990px;
	min-height: 58px;
	margin: 0 auto;
	margin-bottom: 10px;
}
#rodape a, #rodape a:visited {	color: #4f4d4c; }
#rodape a:hover { color: #808080; }
#rodape address { font-style: normal; float: right; }
.rodapeMenu { padding: 22px 15px 0 15px; }
.rodapeMenu span { margin: 0 10px 0 10px; }
.rodapeImg { margin-top: 17px; text-align: center; }


/* ### Home: Esquerda ### */
.esquerda { float: left; width: 637px; min-height: 425px; }

.homeInstitucional { }
.homeInstitucionalInfo {
	float: right;
	width: 387px;
}
.homeInstitucionalInfo p { padding-left: 4px; margin-top: 15px; line-height: 16px; }
.saibaMaisLink { margin-top: 5px; text-align: right; }

.homeNoticias {
	width: 636px;
	margin-top: 22px;
}
.homeNoticiasCorpo {
	padding: 18px 12px 15px 12px;
	background-color: #e1ddd6;
}
.homeNoticiasCorpo span { font-size: 11px; }
.homeNoticiasCorpoEsq {
	padding-right: 22px;
	border-right: 1px solid #b7b7b7;
	width: 202px;
	min-height: 185px;
	float: left;
}
.homeNoticiasCorpoEsq img { margin-bottom: 12px; }
.homeNoticias h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
}

.homeNoticiasCorpoDir {
	float: right;
	width: 370px;
}
.notiviasDiv {
	margin: 5px 0 5px 0;
	border-bottom: 1px solid #9e9e9e;
}

/* ### Menu direita ### */
.menuDireita {
	width: 295px;
	float: right;
	background: #e1ddd6;
}
.menuDireita p { padding-top: 5px; }
.menuDireita a, .menuDireita a:visited { text-decoration: underline; }
.menuCadastre { }
.menuCadastreCorpo {
	width: 263px;
	margin: 0 auto;
	padding: 5px 0 11px 0;
}

.menuDisponibilize { }
.menuDisponibilizeCorpo {
	width: 263px;
	margin: 0 auto;
	padding: 5px 0 0 0;
}

.menuCurriculos {
	margin-top: 5px;
	background-image:url(../../imagens/v_curriculoscadastrados.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 295px;
	height: 30px;
}
.menuCurriculosTotal {
	float: right;
	padding-right: 11px;
	margin-top: 7px;
	width: 50px;
	letter-spacing: 4px;
	font-weight: bold;
}

/* ### Institucional ### */
.institucionalCorpo { margin-top: 18px; }
.institucionalCorpo p { margin-bottom: 10px; line-height: 16px; }
.institucionalCorpo img { margin: 0 13px 7px 0; }

/* ### Serviços ### */
.servicos { }
.servicosCorpo { margin-top: 18px; }
.servicosCorpo p { margin-bottom: 3px; line-height: 16px; }
.servicosCorpo img { margin: 0 13px 7px 0; }
.servicosCorpo h2 {
	background-image: url(../../imagens/bg_h2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 12px;
	font-weight: bold;
	height: 23px;
	text-align: left;
	margin-top: 30px;
	padding-left: 5px;
}

/* ### Trabalhe conosco ### */
.trabalheconosco h1 { margin-bottom: 10px; line-height: 29px; }
.trabalheconosco { width: 947px; }
.trabalheconosco p {
	margin-bottom: 6px;
}

/* ### Notícias ### */
.noticiasBloco {
	padding: 0 10px 25px 0;
	margin-top: 25px;
	border-bottom: 1px solid #d9d5cb;
	overflow: auto;
}
.noticiasBloco h2 { font-size: 12px; font-weight: bold; line-height:100%; }
.noticiasBloco img { margin-right: 20px; }
.noticiasBloco p { line-height: 15px; margin-top: 6px; }

.noticiasInterna { margin-top: 10px; }
.noticiasInterna h2 { font-size: 14px; line-height: 40px; vertical-align: middle; }
.noticiasInterna p { margin-bottom: 8px; }
.noticiasInterna img { margin: 0 0 10px 20px; }
span.noticiasData { font-size: 10px; float: left; font-weight: bold; }
span.noticiasVoltar { float: right; padding-right: 5px; }

/* ### Contato ### */
.contato { 
	margin-top: 10px;
}
.contatoImg { 
	float: right; 
	width: 284px; 
	height: 288px; 
	background-image: url(../../imagens/bg_contato.jpg);
	background-position: top right;
}
.contatoImg p { padding-left: 115px; font-size: 14px; line-height: 25px; font-weight: bold; }

.contatoForm { margin-top: 15px; }
.contatoInput { float: left; width: 352px; }

.contatoMapa {
	margin-top: 35px;
	padding-top: 15px;
	background-image: url(../../imagens/bg_divcontato.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.contatoMapa p { text-align: center; }
.contatoMapa p span { margin-right: 35px; }