/*CSS DOCUMENT*/
body {	
	margin: 0;
	padding: 0;
	background: #111 url(../imagens/fundo_geral.jpg) center top no-repeat;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif; 
	font-size: 13px;
	font-weight: normal;
	scrollbar-arrow-color:#111;
	scrollbar-3dlight-color:#111;
	scrollbar-highlight-color:#fff;
	scrollbar-face-color:#111;
	scrollbar-shadow-color:#fff;
	scrollbar-darkshadow-color:#fff;
	scrollbar-track-color:#111;
}

.center {
	text-align: center;
}

form {
	margin: 0;
	padding: 0;
}

div.clear {
	clear: both;
}

div.wrap {
	margin: 0 auto;
	width: 760px;
}

div.principal {
	top: 50%;
	margin-top: -145px;
	left: 50%;
	margin-left: -205px;
	text-align: center;
	position: absolute;
}

div.conteudo {
	margin: 0;
	padding: 0;
}

td.lt {
	width: 10px;
	height: 10px;
	background: url(../imagens/lt.gif) left top no-repeat;
}

td.ct {
	height: 10px;
	background: #fff;
}

td.rt {
	width: 10px;
	height: 10px;
	background: url(../imagens/rt.gif) right top no-repeat;
}

td.l {
	background: #fff;
}

td.c {
	background: #fff;
}

td.r {
	background: #fff;
}

td.lb {
	width: 10px;
	height: 10px;
	background: url(../imagens/lb.gif) left top no-repeat;
}

td.cb {
	height: 10px;
	background: #fff;
}

td.rb {
	width: 10px;
	height: 10px;
	background: url(../imagens/rb.gif) right top no-repeat;
}

div.conteudo {
	margin-right: 20px;
}


div.titulo {
	margin-bottom: 10px;
	font: 26px Arial;
	font-weight: bold;
	color: #111;
}

div.rodape {
	float: right;
	width: 525px;
	font: 11px Arial;
	color: #666;
	text-align: center;
}
/*---------------------------------------------*/
/*INTRANET*/
div.cases_frame {
	float: left;
	width: 398px;
	padding: 6px;
}

div.cases_frame ul,
div.cases_frame ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
/*---------------------------------------------*/
/*INTRANET*/
input.input {
	font: 14px Arial;
	color: #666;
	padding: 5px;
	width: 188px;
	border: #ccc 1px solid;
	background: #f2f2f2 url(../imagens/fundo_input.gif) left top no-repeat;
}
/*---------------------------------------------*/
/*FALE CONOSCO*/
input.input1 {
	font: 14px Arial;
	color: #666;
	padding: 5px;
	width: 353px;
	border: #ccc 1px solid;
	background: #f2f2f2 url(../imagens/fundo_input.gif) left top no-repeat;
}

input.cidade {
	font: 14px Arial;
	color: #666;
	padding: 5px;
	width: 297px;
	border: #ccc 1px solid;
	background: #f2f2f2 url(../imagens/fundo_input.gif) left top no-repeat;
}

input.estado {
	font: 14px Arial;
	color: #666;
	margin-left: 5px;
	padding: 5px;
	width: 35px;
	border: #ccc 1px solid;
	background: #f2f2f2 url(../imagens/fundo_input.gif) left top no-repeat;
}

textarea.textarea {
	font: 14px Arial;
	color: #666;
	padding: 5px;
	width: 353px;
	border: #ccc 1px solid;
	background: #f2f2f2 url(../imagens/fundo_input.gif) left top no-repeat;
}
/*---------------------------------------------*/
/*TEXTOS*/
.b {
	font-weight: bold;
}

.i {
	font-style: italic;
}

.txt_comum {
	font: 11px Arial;
	color: #111;
}

.txt_vermelho {
	font: 11px Arial;
	color: #d32727;
}
/*---------------------------------------------*/
/*LINKS*/
a.lnk {
	font: 11px Arial;
	color: #999;
	text-decoration: none;
}
