/* CSS Geral */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	text-align: center;
}

.txt {
	font-family: Tahoma;
	font-size: 10px;
	color: #444444;
	text-align: justify;
}

.txt a {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #444444;
	text-decoration: underline;
}

/* Topo */

.topo {
	margin: 0 auto;
	text-align: right;
	padding: 0 0 0 0;
	width: 778px;
}

.topo h1 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-right: 110px;
}

.topo div {
	margin: 5px auto;
	text-align: center;
	background: #E9E9E9;
	width: 778px;
	height: 24px;
	padding-top: 5px;
}

/* Index */

.cidades {
	margin: 0 auto;
	text-align: center;
	width: 778px;
}

.full_banner {
	margin: 10px auto;
	text-align: left;
	width: 778px;
	height: 67px;
}

.full_banner img {
	margin-top: 2px;
}

/* Rodapé */

.rodape_index {
	margin: 0 auto;
	text-align: center;
	
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	width: 778px;
	line-height: 180%;
}

.rodape_index a {	
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.rodape_index a:hover {	
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}

.rodape_index div {
	float: left;
	text-align: left;
	
	background: #E9E9E9;
	width: 615px;
	height: 38px;
	padding: 5px 0 0 5px;
}