@charset "utf-8";
/* CSS Document */

#rodape {
	clear: both;
	height:300px;
	text-align: center;
	color: #FFFFFF;


}

#rodape .mapa {
	/*background-image: url(img/bg-mapa.gif);*/
	background-color: #2f6ba4;
	background-repeat: repeat-x;
	height: 345px;

}
#rodape .endereco {
	padding-top: 17px;
	padding-bottom: 17px;
	background-color: #1e476e;

}


#rodape .mapa .links {
	height: auto;
	width: 1004px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
}
#rodape .mapa .links h2 {
	font-size: 12px;
	font-weight: bold;
	background-image: url(img/map.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;

}
#rodape .mapa .links ul {
	width: 150px;
	height: 123px;
	float: left;
	list-style-type: none;
	margin-top: 7px;
	margin-ritght: 20px;
	margin-left: 35px;
}
#rodape .mapa .links ul li {
	background-image: url(img/square.gif);
	background-position: left 7px;
	background-repeat: no-repeat;
	padding-left: 7px;
	margin-left: 10px;
	margin-top: 6px;

}
#rodape .mapa .links ul li a {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}
#rodape .mapa .links ul li a:hover {
	text-decoration: underline;
}
#rodape .mapa .links ul li.titulo {
	color: #ffc000;
	font-weight: bold;
	font-size: 12px;
	background: transparent;
	margin-left: 0px;
}
