/* CSS Geral */

body {
	font-family: Tahoma;
	text-align:center;
	}
*{
	margin:0;
	padding:0;
}
#bg{
	background-image: url(../images/bg_auto.jpg);
	background-repeat:repeat-y;
	float:left;
	}
#page{
	width: 900px;
	margin-left:auto;
	margin-right:auto;
}
.flashTopo_home {
	width:900px;
	height:232px;
	float: left;
}
.flashTopo{
	width:900px;
	height:152px;
	float: left;
}
#conteudo_home {
	background-image: url(../images/bg_txt_home.jpg);
	background-repeat:no-repeat;
	width:900px;
	float: left;
	}
.titulo_home{
height:31px;
float:left;
}
#lathome_esq {
	width: 570px;
	height: 264px;
	margin-left:15px;
	margin-top:5px;
	padding-right:10px;
	float: left;
	border-right: dotted 2px #D0CECC;
	}
#lathome_dir {
	width: 280px;
	height: 264px;
	margin-left:10px;
	margin-top:5px;
	float: left;
	}
	
/* CSS Rodapé */

#rodape {
	width: 900px;
	height: 41px;
	font-size: 11px;
	color: #625D51;
	padding-top: 20px;
	float: left;
	clear: none;
	background-image: url(../images/rodape.jpg);
	background-repeat: no-repeat;
	}
	
.txtEsq {
	padding-left: 20px;
	float: left;
	clear: none;
	}
	
.txtDir {
	padding-right: 20px;
	float: right;
	clear: none;
	}
	
.txtDir a {
	 color: #F48000;
	 font-weight: bold;
	 text-decoration: none;
	 }

.txtDir a:hover {
	color: #1F3485;
	}
	
