@charset "utf-8";
/* corpo */
a, input{
	outline:none
}
body {
	font:11px Arial, Helvetica, sans-serif;
	background:#550000 url(../imagens/background.png) repeat-x left top;
}
#tudo .top {
	background: url(../imagens/topo.png) no-repeat left top;
}
#tudo .bottom {
	background: url(../imagens/rodape.png) no-repeat left top;
}
.center-content {
	background: url(../imagens/centro.png);
	height: 1%;
}
#conteudo h2 {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #987D5A;
	text-align: center;
	border-bottom: 1px solid #987D5A;
	margin: 0px 20px 10px;
}
#titulo h1 {
	font: normal 13px "Times New Roman", Times, serif;
	color: #6A5940;
	margin: 0px;
	padding: 50px 0px 10px 10px;
	_padding-top: 60px;
}
/* rodape */
#rodape{
	font: 10px "Trebuchet MS", Arial, Verdana;
	color: #550000;
}
#rodape a {
	font-weight: bold;
	text-decoration: none;
	color: #550000;
}
#rodape  div.bottom-rodape {
	background: url(../imagens/rodape_centro.png) repeat-y;
}
/* menu */
#buildmenu a, #buildmenu span {
	color: #6A5940;
	text-decoration: none;
	padding-left: 15px;
	font: 14px/normal Georgia, "Times New Roman", Times, serif;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
#buildmenu span {
	background: #DECBA7 url(../imagens/mais.gif) no-repeat 10px center;
	padding-left: 40px;
}
#buildmenu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#buildmenu li a {
	background: #ECDFC6;
	font-size: 10px;
	padding: 5px 5px 5px 10px;
	margin: 0px;
}
#buildmenu a:hover {
	background: #DEC89E;
}
#buildmenu dd, #buildmenu li {
	background: #F0E6D3;
	margin: 0px;
	border-top: 1px solid #F7F2E9;
	border-bottom: 1px solid #E9DBBB;
	border-left: 5px solid #F7F2E9;
	padding: 0px;
	border-right: 5px solid #F7F2E9;
}
#buildmenu li {
	border-left-style: none;
	border-right-style: none;
}
#buildmenu dl {
	margin: 0px;
}
/* centro */
#conteudo h2 {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #987D5A;
	text-align: center;
	border-bottom: 1px solid #987D5A;
	margin: 0px 20px 10px;
}
#centro_conteudo {
	color: #996666;
	font: 10px Arial, Helvetica, sans-serif;
}
#centro_conteudo h3 {
	font: 18px "Trebuchet MS", Arial, Verdana;
	padding: 0px;
	margin: 10px 0px;
}
#centro_conteudo p {
	padding: 0px;
	margin: 15px 0px;
	text-align: justify;
}
#centro_conteudo li div {
	margin-left: 20px;
	text-align: justify;
}
#centro_conteudo li {
	padding-bottom: 5px;
}
#centro_conteudo  a  {
	color: #996666;
	text-decoration: none;
	font-weight: bold;
}
#centro_conteudo  a:hover  {
	color: #672E2E;
}
abbr {
	cursor: help;
	border-bottom: 1px dashed #996666;
}
#topo-img {
	padding: 3px;
	height: 140px;
	width: 500px;
	border: 1px solid #DECBA7;
	margin: 0px auto;
	background: #FFFFFF;
	overflow: hidden;
}
#topo-img img {
	position: absolute;
}
#center_equipe img{
	background-color:#FFFFFF;
	padding:3px;
	border:1px solid #000
}
.input-text {
	background-image: url(../imagens/input_text.jpg);
	background-repeat:no-repeat;
	display: block;
	height: 37px;
	width: 284px;
	line-height: 37px;
}
.input-text input {
	height: 22px;
	width: 267px;
}
.input-text input, .input-textarea textarea {
	margin: 8px;
	border-style: none;
	background-color:transparent;
	font: italic bold 16px Georgia, "Times New Roman", Times, serif;
	color: #760000;
}
label {
	font: bold 16px Arial, Helvetica, sans-serif;
	margin-left: 5px;
}
.input-textarea {
	background-image: url(../imagens/textarea.jpg);
	height: 248px;
	width: 536px;
	display: block;
}
.input-textarea textarea {
	height: 228px;
	width: 520px;
}
.bt_send {
	text-align: right;
}
