@charset "utf-8";
/* CSS Document */
html {
  /* this is a hack to force scrollbars on at 
     all times so that the page does not jump
     when going from short to long pages */
  height: 100%;
  margin-bottom: 1px;
}

body {
	margin: 0;
	padding: 0;
	font-family:Tahoma;
	font-size:12px;
}
.topo{
	background: url(/i/header-b.png) repeat-x;
	background-position:0px 0px;
	height:108px;
	overflow:hidden;
}
.links{
	background: url(/i/nav-bg00.png) repeat-x;
	background-position:0px 0px;
	height:38px;
  1overflow:hidden;
}
.bigger{
	font-size:36px;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
	margin-right: 3px;
	float: left;
	list-style: none;
	border-right: 1px solid #333333;
	background:#AAAAAA;
}
li:hover{
	background:#0C9C0C;
}
li.active:hover{
	background:#0C9C0C;
}
li a {
	display: block;
	float: left;
	padding-left:15px;
	padding-right:15px;
	height: 38px;
	line-height: 38px;
	font-weight: bold;
	text-decoration: none;
	color:#333333;
}
li a:hover{
	color:#000000;
}

li.active{
	color: #FfFfFf;
	background:#DDDDDD;
	border-left: 1px solid #333333;
}
.corpo{
	width:800px;
	overflow:hidden;
}
.box{
	border:2px solid #CCCCCC;
	margin:3px;
	padding:3px;
	width:350px;
}
.titulo{
	font-size:18px;
	text-transform:uppercase;
}
a{
	color:#000000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.miniBox{
	border:2px solid #CCCCCC;
	margin:3px;
	padding:3px;
}

