@charset "utf-8";
.fundo {
	background-image: url(imgs/fundo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.fundo1 {
	background-image: url(imgs/fundo_canto.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.fundo2 {
	background-image: url(imgs/fundo_localizacao.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.fundo3 {
	background-image: url(imgs/fundo_news.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.fundotexto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
