@charset "utf-8";
/* GERAIS */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#333;
	background-color: #FFFFFF;
	text-align: center;
	float: none;
	margin: 55px auto;

}

ul, li, form {margin:0; padding:0}
a {text-decoration:none; color:#333;}
a:hover {color:#ff0000;}


/* TOPO */
#topo {
	text-align: center;
	width: 980px;
	margin:auto;
	border-bottom:dotted 2px #9a9a9a;
min-height:55px;
}
#topo .logo {
	display: inline;
	padding: 0px;
	float: left;
	height: 55px;
	width: 265px;
	margin: 0px;
}
#topo .topo_left {width:650px; float:left; display:inline; margin-left:50px; }

#topo #nav{
	text-align: right;
	height: 25px;
	margin:0 20px 0 0px;
}

#topo #nav a img, #topo #nav a:hover img{
		margin:0 0 0px 45px;
}

#topo #subnav {
	text-align: left;
	height: 25px;
	margin : 0px;
padding:0px;
}

 #topo #subnav ul{
	text-align: left;
	padding-left: 60px;
	width:650px;

}

#topo #subnav li {
	color: #999999;
	text-align: left;
	display: inline;
	float: left;
	border-left:solid 1px #b4b4b4;
	list-style-type: none;
}
#topo #subnav li a, #topo #subnav .on:hover{
background-color:#FFFFFF;
color:#999999;
padding:2px 10px;
}
#topo #subnav .on,   #topo #subnav li a:hover {
	color: #FF0000;
	border-left:solid 1px #fff;
	text-decoration: line-through;
}

/* CONTEUDO */
#conteudo {
	text-align: center;
	width: 980px;
	margin:0 auto;
	clear:both!important; 
display:block;
background-image: url(/img/digit.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height: 450px;
}


/* FOOTER */
#footer {
	text-align: center;
	width: 980px;
	margin:0px auto;
	font-size:85%;
	color:#666;
	border-top:dotted 2px #9a9a9a;
}
#footer .footer_left {
	padding: 5px;
	float: left;
	width: 70%;
	display:inline;
	text-align:left;
}
#footer .footer_right {
	padding: 5px;
	float: right;
	width: 26%;
	display:inline;
	text-align:right;
}


#footer .footer_right ul  li, #footer .footer_right li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:2px 5px;
	color:#ff0000;
	display:inline;
	text-align:right;
	list-style-position: outside;
	list-style-type: circle;
}
#footer .footer_right li a:hover {color:#fff; text-decoration:underline; background-color:#ff0000;}

