@charset "utf-8";
body {
	margin: 0; /* É recomendável zerar a margem e o preenchimento do elemento body para acomodar os diferentes padrões de navegador */
	padding: 0;
	text-align: center; /* Isso centraliza o contêiner em navegadores IE 5*. O texto é então definido como o padrão de alinhamento à esquerda no seletor #container */
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #000;
	background-image: url(../images/scripts2.gif);
}
body {
	background-color: #1E1913;
}

.pagina #tudo {
	width: 955px;
	text-align: left; /* Isso substitui text-align: center do elemento body. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FAF4DF;
	height: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.pagina #header {
	background-color: #FAF4DF;
	padding: 0;
}
.pagina #header h1 {
	margin: 0; /* Se a margem do último elemento for zerada no div do #header, a margem não será reduzida - um espaço inexplicável entre divs. Se houver uma borda ao redor do div, isso não será necessário, pois também evitará a redução da margem */
	padding: 10px 0; /* Usar preenchimento em vez de margem também permitirá manter o elemento distante das bordas do div */
}
.pagina #mainContent {
	background-color: #faf4df;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	text-align: left;
}
.pagina #posicao_esq{
	width: 368px;
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 10px;
	text-align: left;
	float: left;
}

.pagina #footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #960;
	border-right-color: #960;
	border-bottom-color: #960;
	border-left-color: #960;
	background-color: #FAF4DF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #960;
	text-align: center;
} 
.pagina #footer p {
	margin: 0; /* Se as margens do primeiro elemento forem zeradas no rodapé, não haverá possibilidade de redução de margem - um espaço entre divs */
	padding: 10px 0; /* O preenchimento deste elemento criará um espaço exatamente como a margem criaria, mas sem o problema de redução da margem */
}
.pagina #posicao_direito {
	width: 480px;
	float: right;
	clear: none;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}
h1 {
	font-size: 18px;
	color: #960;
}
h2 {
	font-size: 16px;
	color: #624200;
	text-align: left;
}
h3 {
	font-size: 14px;
	color: #624200;
}
h4 {
	font-size: 12px;
	color: #000;
}
h5 {
	font-size: 10px;
	color: #000;
}
h6 {
	font-size: 10px;
	color: #000;
}
a {
	font-size: 12px;
}
a:link {
	color: #907A26;
	text-decoration: none;
}
a:visited {
	text-decoration: underline;
	color: #CA8800;
}
a:hover {
	text-decoration: underline;
	color: #960;
}
a:active {
	text-decoration: underline;
	color: #EA9E00;
}
.pagina #posicao_direito_c505px {
	width: 505px;
	float: right;
	clear: none;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	visibility: visible;
}
.pagina #posicao_esq_370 {
	width: 350px;
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 10px;
	font-size: 12px;
	float: left;
}
.texto_a_direita {
	text-align: right;
}
.titulos_areadeatuacao {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #624200;
	font-weight: bold;
}
.texto_areadeatuacao_marcador {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
	list-style-type: disc;
	list-style-position: inside;
}
.borda {
	border: 5px solid #DDCE96;
}
.form {
	width: 450px;
	border: 1px solid #FFF;
	background-color: #DDCE96;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
}
.botão {
	width: 100px;
	border: 1px solid #FFF;
	background-color: #857954;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FAF4DF;
}
.nome_curriculo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #960;
}
.cargo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #857954;
}
.pagina #posicao_esq_grande {
	width: 880px;
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 10px;
	text-align: left;
}
.pagina #tudo #mainContent #posicao_direito h3 {
	line-height: 20px;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
.pagina #tudo #mainContent #posicao_esq_grande table tr td h2 {
	width: 278px;
	margin-right: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	float: left;
	border: 1px dotted #999;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 3px;
	padding-left: 3px;
}
.pagina #tudo #mainContent #posicao_direito #tablefotosGalerias {
	float: left;
	border: 5px solid #DDCE96;
	margin-right: 3px;
	line-height: 100px;
	height: 100px;
	background-color: #FAF4DF;
	margin-bottom: 3px;
	text-align: center;
	width: 130px;
	clip: rect(auto,auto,auto,auto);
	display: block;
}
.pagina #tudo #mainContent #posicao_direito #tablefotosGalerias a {
	float: left;
	margin-right: 1px;
	line-height: 100px;
	height: 100px;
	margin-bottom: 1px;
	text-align: center;
	width: 130px;
	clip: rect(auto,auto,auto,auto);
	display: block;
}

