@charset "utf-8";
/* CSS Document */

body {
	font-size: 12px;
	font-family: 'Trebuchet MS';
	text-align: left;
	background: url(../_imagens/bg_body.jpg) repeat-x;
	margin: 0;
	padding: 0;
	scrollbar-arrow-color:#151E27;
	scrollbar-3dlight-color:#151E27;
	scrollbar-highlight-color:#BBD631;
	scrollbar-face-color:#FFFFFF;
	scrollbar-shadow-color:#151E27;
	scrollbar-darkshadow-color:#BBD631;
	scrollbar-track-color:#E2E2E2;
}

#conteudo {
	width: 770px;
	margin: 0 auto;
	padding: 0;
}

#topo {
	height: 195px;
	width: 770px;
	background:#BBD631 url(../_imagens/bg_topo.jpg) no-repeat;
}

#topo1 {
	height: 90px;
	width: 81%;
	background:#BBD631 url(../_imagens/bg_topo1.jpg) no-repeat;
	background-position:center;
	text-align: center;
}

/*------------------------------- BARRA DE NAVEGAÇÃO --------------------------------*/

#nav-bar {
	width: 768px;
	height:27px;
	background:#CCCCCC url(../_imagens/bg_nav_bar.jpg) no-repeat;
	border-left:solid 1px #BBD631;
	border-right:solid 1px #BBD631;
	text-align:right;
	padding-top:3px;
}

ul.nav {
	list-style-type: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

ul.nav li {
	display: inline;
}
ul.nav li a {
	float: right;
	padding: 0 0 0 0;
	text-decoration: none;
	color: #AEB7C0;
}


/*------------------------------- BARRA DE NAVEGAÇÃO --------------------------------*/

#conteudo-centro {
	width: 768px;
	/*min-height:475px;*/
	/*_height:475px;*/
	background:#FFFFFF url(../_imagens/bg_conteudo.jpg) no-repeat bottom right;
	border-left:solid 1px #BBD631;
	border-right:solid 1px #BBD631;
	margin-right: 0px 10px 0px 0px;
	
	}

#lateral {
	width:230px;
	min-height:400px;
	_height:400px;
	float:left;
	display: block;
	text-align:left;
	background:#FFFFFF;
	border-right:dashed 1px #CCCCCC;
	margin:0px 20px 25px 10px;
	padding-top:25px;
}

#centro {
	width:480px;
	height:420px;
	overflow:auto;
	float:right;
	display: block;
	text-align:center;
	background:#FFFFFF;
	margin:0px 10px 25px 0px;
	text-margin: 0px 10px 0px 0px;
	padding-right:10px;
	
}

#rodape {
	height: 66px;
	width: 770px;
	display:block;
	clear:both;
	background:#BBD631 url(../_imagens/bg_rodape.jpg) no-repeat;
}

.titulo {
	color:#0A60AB;
	font-size:13px;
	text-decoration:none;
}

.bt {
	background-color:#BBD631;
	font-family:"Trebuchet MS";
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	width:70px;
}

a.titulo:link, a.titulo:visited {
	color:#0A60AB;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

a.titulo:hover {
	color: #333333;
	text-decoration:underline;
}
	
.titulo2 {
	color:#0A60AB;
	font-size:16px;
	font-weight:bold;
}

.titulo3 {
	color:#0A60AB;
	font-size:14px;
	font-weight:normal;
	background:#DFFEFF;
	text-align:center;
}

.titulo4 {
	color:#0A60AB;
	font-size:14px;
	font-weight:normal;
	background:#BBD631;
	text-align:center;
}

.titulo5 {
	color: #000000;
	font-size:12px;
	font-weight:bold;
	background:#FFFEFF;
	text-align:center;
}

.td_cinza {
	background:#EFEFEF;
	text-align:center;
	}
	
.td_branca {
	text-align:center;
	}
	
.txt_imput {
	background-color:#FFFFFF;
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	width:120px;
	}
	
.txt_imput2 {
	background-color:#FFFFFF;
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	width:50px;
	}
