@charset "utf-8";
/* CSS Document */

@charset "utf-8";
* {margin: 0px;}
body {background: #FFFFFF url(images/bg_tarja.jpg) repeat-x; text-align: center;}
a {color: #099; text-decoration: none;}
a:active {color: #099; text-decoration: none;}
a:visited {color: #099; text-decoration: none;}
a:hover {background-color:#099; color: #0F0; text-decoration: none; background-position: bottom;}
#geral {
	text-align: center;
	width: 1000px;
	margin: auto;
	font: normal 14px Arial, Helvetica, sans-serif;
}
#top {
	width: 1000px;
	height: 120px;
	float: left;
	background: url(images/bg_top.png) no-repeat;
}
#menu_sup1 {width: 400px; margin-top: 15px; float: left; list-style: none;}
#menu_sup2 {width: 300px; margin-top: 15px; float: right; list-style: none;}

#menu_sup1 ul {float: left; padding: 0px; margin: 0px;}
#menu_sup1 ul li {display: inline; float: left;}
#menu_sup1 ul li a {float:left; margin-right: 15px;}
#menu_sup2 ul {float: right; padding: 0px; margin: 0px;}
#menu_sup2 ul li {display: inline; float: right;}
#menu_sup2 ul li a {margin-right: 15px;}

#info {width: 1000px; height: 50px; float: left; text-align: center;}
#txt {
	width: 650px;
	float: left;
	text-align: justify;
	line-height: 22px;
	margin-left: 175px;
}
#bt {text-align:center;}
#bt1, #bt2, #bt3, #bt4 {
	width: 250px;
	height: 150px;
	float: left;
	margin-top: 100px;
}
