/* CSS Document */

body{
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-image: url(../images/fundo_site.gif);
}
#tudo{
	margin: 0;
	padding: 0;
	text-align: center;
}
#site{
	text-align: left;
	width: 995px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 0 1px 0 1px;
}
#topo{
	position: relative;
	background-image: url(../images/fundo_barratopo.jpg);
	height: 96px;
}
#topo #logo{
	position: absolute;
	width: 350px;
	height: 75px;
	left: 10px;
	top: 5px;
}
#topo #banner{
	position: absolute;
	width: 488px;
	height: 72px;
	top: 10px;
	left: 445px;
	color: #FFFFFF;
	background-image: url(../images/fnd_banner.gif);
	background-repeat: no-repeat;
}
#banner #prop{
	background-color: #e1e1e1;
	width: 468px;
	height: 60px;
	position: absolute;
	top: 6px;
	left: 10px;
}
#faixa{
	height: 135px;
}
#menu{
	height: 26px;
	background-color: #f1f1f1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	margin: 0;
	font-weight: bold;
}
#menu a, #menu a.b{
	float: left;
	width: 99px;
	display: block;
	position: relative;
	color: #000000;
	text-decoration: none;
	text-align: center;
	line-height: 26px;
	border-left: 1px solid #ccc;
	font-size: 11px;
}
#menu a:hover, #menu a.b:hover{
	background-color: #CCCCCC;
}
#menu a.b{
	width: 95px;
	border-left: 0;
}
#centro{
	background-image: url(../images/fnd_centro.gif);
	background-position: 0 0;
	margin: 0;
	width: 995px;
	padding: 10px  0 20px 0;
}
#rodape{
	position: relative;
	height: 107px;

}
#contentsite{
	margin: 0 5px;
}
img{
	border: 0;
}
form{
	display: inline;
}
.bloco{
	padding-bottom: 5px;
	font-family: tahoma, Verdana, Arial;
	font-size: 11px;
	line-height: 13px;
}
.blocotxt{
	margin: 5px;
}
