@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #39431e;
}
body {
	background-color: #fffef3;
	background-image: url(../imagens/fundo_top.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	min-height: 100%;
	height: 100%;
}

#principal {
	position: absolute;
	min-height: 100%;
	width: 900px;
	top: 0;
	margin-left: -450px;
	left: 50%;
	z-index: 2;
}

#div_menu{
	width: 900px;
	height: 82px;
	display: block;
	clear: both;
}

#div_topo{
	width: 900px;
	min-height: 50px;
	display: block;
	clear: both;
}

#conteudo{
	width: 800px;
	min-height: 50px;
	display: block;
	clear: both;
	margin: 10px 50px;
}

#spacer{
	display: block;
	clear: both;
}

#rodape {
	position: absolute;
	height: 29px;
	width: 100%;
	bottom: 0;
	z-index: 1;
	background-image: url(../imagens/fdo_rodape.jpg);
	background-repeat: repeat-x;
	border-color: #596b31;
	border-width: 0px 2px;
	border-style: solid;
	text-align: center;
	color: #394420;
	padding: 13px 0px;
	font-size: 10px;
	line-height: 135%;
	font-weight: bold;
}

a:link {
	color: #57672E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #57672E;
}
a:hover {
	text-decoration: underline;
	color: #39431e;
}
a:active {
	text-decoration: none;
	color: #39431e;
}


#rodape a:link {
	color: #000;
	text-decoration: none;
}
#rodape a:visited {
	text-decoration: none;
	color: #000;
}
#rodape a:hover {
	text-decoration: underline;
	color: #394420;
}
#rodape a:active {
	text-decoration: none;
	color: #394420;
}

#col_esq {
	width: 280px;
	min-height: 50px;
	float: left;
	border-color: #a8bf77;
	border-width: 0px 1px 0px 0px;
	border-style: dashed;
	padding: 0px 50px 0px 0px;
}

#col_dir {
	width: 400px;
	min-height: 50px;
	float: right;
	padding: 0px 0px 0px 50px;
}	

#arm_esq {
	width: 240px;
	min-height: 50px;
	float: left;
	border-color: #a8bf77;
	border-width: 0px 1px 0px 0px;
	border-style: dashed;
	padding: 0px 30px 0px 0px;
}

#arm_dir {
	width: 500px;
	min-height: 50px;
	float: right;
	padding: 0px;
}	


.linha_horizontal {
	width: 100%;
	display: block;
	clear: both;
	border-color: #a8bf77;
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	padding: 0px 40px 0px 0px;
}

.div_titulo{
	height: 34px;
	color: #8b0304;
	font-weight: bold;
	font-size: 14px;
	width: auto;
}

.icon_titulo{
	width: 39px;
	float: left;
}

.txt_titulo{
	margin-top: 4px;
	margin-bottom: 6px;
	height: 21px;
	float: left;
	padding: 3px 0px 0px 0px;
}

.txt_fim{
	height: 34px;
	float: left;
}

/* Contato */
#cont_dir {
	width: 280px;
	min-height: 50px;
	float: right;
	border-color: #a8bf77;
	border-width: 0px 0px 0px 1px;
	border-style: dashed;
	padding: 0px 0px 0px 50px;
}

#cont_esq {
	width: 400px;
	min-height: 50px;
	float: left;
	padding: 0px 50px 0px 0px;
}

#amos_dir {
	width: 360px;
	min-height: 50px;
	float: right;
	border-color: #a8bf77;
	border-width: 0px 0px 0px 1px;
	border-style: dashed;
	padding: 52px 0px 0px 30px;
}

#amos_esq {
	width: 360px;
	min-height: 50px;
	float: left;
	padding: 0px 30px 0px 0px;
}

input, textarea, select {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #FFF;
	padding: 0px 3px;
	border-color: #a8bf77;
	border-width: 1px;
	border-style: dashed;
	color: #394420;
	float: left;
}

label {
	width: 100px;
	margin-right: 5px;
	text-align: right;
	float: left;
}

form br{
	clear: both;
}


/* Fim Contato*/

/*Textos*/
.titulo{
	color: #ffd908;
	font-size: 15px;
}
 
/*Fim Textos*/
