@charset "utf-8";
/* CSS Document */

body {
	background-attachment: fixed;
	background-image: url(slices/bg_body.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#conteiner {
	margin-left:auto;
	margin-right:auto;
	text-align: center; 
	background-image:url(slices/bg_conteiner.gif);
	padding:1px 1px 0;
	display:table;
	width: 900px;
}

#conteudo_site {
	position:relative;	
	width:750px;
	height:100%;
}

#lat_dir {
	width:150px;
	text-align:center;
}

#busca_av {
	height:300px;
	background-color:#0E487E;
	background-image:url(slices/bottom_busca_av.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin-bottom:20px;
	color:#ADC6DD;
}

#busca_av p {
	width:90%;
	margin:0px auto;
}

#txt_vert {
	margin-top:15px;
	margin-left:5px;
	float:left;
}

#combo_pesquisa {
	float:left;
	margin-top:20px;
	margin-left:10px;
}

#lat_dir a {
	display:block;
	font-size:11px;
	color:#0E487E;
}

.txt_tit {
	font-size:14px;
	font-weight:bold;
	color:#0E487E;
	margin-bottom:8px;
}

.spacer{
	margin-top:8px;
	margin-bottom:8px;
}

#rodape{
	width:100%;
	height:66px;
}