@charset "utf-8";
/* CSS Document */

html {
	height:100%;
}

body {
	background: #d2ccb1 url(../images/fundo.jpg) repeat-x;
	font-size: 11px;
	height:100%;
	font-family: Arial, sans-serif;
	color: #000000;
	margin: 0px 0px 0px 0px;
}


h1{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 200%;
	text-align:left;
	color: #ab1010;
}

#container {
	display: table;
	width: 780px;
	margin-left: auto;
	margin-right: auto;	
}

#top {
	width: 780px;
	height: 90px;
}

#conteudo {
	background: #f4f2e5 url(../images/fundo_conteudo.gif) repeat-y;
	border: 1px solid #a39976;
	display: table;
	width: 780px;
	position: absolute;
	top: 97px;
}

#menu {
	width: 200px;
	float: left;
}


#texto {
	width: 510px;
	padding: 10px 37px 35px 33px;
	float: right;
	text-align: justify;
}


#rodape {
	background: #e9e6d4 url(../images/fundo_rodape.jpg) repeat-x;
	text-align: center;
	width: 780px;
	height: 50px;
	clear: both;
}

.item {
	background: #f4f2e5;
	display: block;
	font-size: 110%;
	text-decoration: none;
	color: #000;
	text-align: left;
	line-height: 28px;
	padding-left: 20px;
}

.item:hover {
	color: #ab1010;
}

.itemVermelho {
	background: #f4f2e5;
	display: block;
	font-size: 110%;
	text-decoration: none;
	color: #ab1010;
	text-align: left;
	line-height: 28px;
	padding-left: 20px;
}

.subitem {
	background: #f4f2e5;
	display: block;
	font-size: 100%;
	text-decoration: none;
	color: #000;
	text-align: left;
	line-height: 20px;
	padding-left: 20px;
}

.link {
	background: #f4f2e5;
	display: block;
	font-size: 95%;
	text-decoration: none;
	color: #a39876;
	text-align: left;
	line-height: 18px;
	padding-left: 30px;
}


.painelTit{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 170%;
	color: #ab1010;
}

.painelSubTit{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 140%;
	color: #ab1010;
}

.painelLabel{
	font-size: 110%;
	color: #000000;
	text-align:right;
}

.linkBusca{
	font-size: 100%;
	color: #ab3310;
	text-decoration:none;
	font-weight: bold;
}

.input{
	width: 350px;	
	font-size: 110%;
}

.inputBusca{
	background-color: #f7f6ef;
	width: 120px;
	height:20px;
	font-size: 90%;
	border: 1px solid #d3d1bd;
}

.inputFale{
	background-color: #f7f6ef;
	width: 230px;
	font-size: 90%;
	border: 1px solid #d3d1bd;
}

.textAreaFale{
	background-color: #f7f6ef;
	width: 230px;
	font-size: 100%;
	border: 1px solid #d3d1bd;
}