/* CSS Document */
body{
	background-image:url(../img/bgTopo.png);
	background-repeat:repeat-x;
	background-color:#F3F3F3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:"Trebuchet MS";
	font-size:12px;
}

#pagina {
	width: 833px;
	margin-left:auto;
	margin-right:auto;
}

#topo{
	background:url(../img/topo.jpg) no-repeat;
	width: 827px;
	height:53px;
	text-align:right;
	padding-top:15px;
	padding-right:6px
}

.linkTopo{
	font-size:14px;
	font-family:"Trebuchet MS";
	font-weight:500;
	color:#FFFFFF;
	text-decoration:none;
	margin:0 18px 10px 0px;
}

#logoViewnet{
	float:left;
	display:inline;
	width:175px;
	height:35px;
	margin-top:-5px;
}

/* Barra busca */
#barraBusca{
	width: 255px;	
	height:30px;
	float:right;
	display:inline;
}

.txtBusca{
	display:inline;
	float:left;
	margin-bottom:8px;
	margin-top:3px;
	margin-right:3px;
	width:80px;
	color:#000000;
	font-family:"Trebuchet MS";
	font-size:11px;	
	height:14px;
	font-weight:normal;
	padding:0 !important;
}

.campoBusca{
	font-family:"Trebuchet MS";
	font-size:11px;	
	height:18px;
	color:#000000;
	width:150px;
	float:left;
}

#botao{
	width:16px;
	height:16px;
/*	margin-bottom:9px;*/
	margin-top:3px;
}

/* Barra busca fim */

#conteudo{
	display:table;
	width: 833px;
}


#rodape {
	background:url(../img/bgRodape.png) bottom repeat-x;
	height:68px;
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#FFFFFF;
}

#cxRodape{
	margin-left:auto;
	margin-right:auto;
	width:833px;
	height:33px;
	background-image:url(../img/rodape.jpg);
	padding-top:35px;
}

#txtRodape{
	margin:0;
	margin-top:10px;
	height:22px;
	float:left;
	display:inline;
}

.linkTrabalhe{	
	height:32px;
	width:100px; 
	margin-right:80px;
	color:#FFFFFF;
	font-family:"Trebuchet MS";
	font-size:13px;
	vertical-align:baseline;	
	text-decoration: none;
	float:right;
	display:inline;
}

.linkTrabalhe:hover{	
	text-decoration:underline;
}

.links{
	text-decoration:none;
	color:#333;
	font-weight:bold;
}