body {
	margin:20px 0px;
	padding:0;
	text-align:center;
	min-width: 800px; /* hack para bug do Netscape*/
	background:#3a3a3a url(bg.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}


/* ------------------------------------------- */
/* codificacao nova, dica imasters */
html, body {
height: 100%;
}

* html #tudo {height: 100%;}

#tudo {
min-height: 100%;
}
/* ------------------------------------------- */



/* ------------------------------------------- */
/*=Tudo - div completa  */
#tudo {
	width: 784px;
	background:#FFFFFF;
	margin:0 auto ;
	padding: 0px;
	text-align:left;
	position: relative;
	}




/* ------------------------------------------- */
/*=Conteudo - div completa */
#conteudo {
	width: 784px;
	text-align: left;
	background-color: #FFFFFF;
    float: left;
	padding-bottom: 120px;
	margin-top: 0px;
	margin-left: 0px;
	min-height: 1100px !important;
	}


/* ------------------------------------------- */
/*=Topo - referento ao conteudo do topo */
#topo {
	width: 780px;
	height: 127px;
	padding: 0px;
	background-color: #FFFFFF;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	}




/*---------------------------------------------*/
/*=Texto - div completa */
#texto {
	width: 475px;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 40px;
	padding-left: 0px;
	float: left;
	padding-bottom: 50px;
	}



/* classe info */
#texto .info {
	width: 475px;
	height: 89px;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 60px 6px;
	background-color: #FFFFFF;
    float: left;
	}



/* formato de estilo da seta verde */
#texto .setaverde {
	margin-left: -13px;
	padding-right: 5px;
	padding-bottom: 50px;
	float: left;
	z-index: 1;
	}



/* classe com o input de busca */
.info .busca {
	width: 247px;
	text-align: left;
	margin-top: -7px;
	margin-right: 5px;
	float: right;
	}



/* classe do input do formulario */
.info .busca .input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #B4B4B4;
	text-indent: 2px;
	}


/* classe do botao do formulario */
.info .busca .bt {
	font-size: 11px;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #C7C7C7;
	background-image: url(bg_botao.gif);
	font-weight: bolder;
	}


/* da um destaque quando seleciona o campo input da busca */
.info .busca input:focus { background: #FBFBF7; }





/*---------------------------------------------*/
/*=Barradir - div completa */
#barradir {
	width: 280px;
	text-align: left;
	margin-top: 26px;
	margin-right: 5px !important;
		margin-right: 2px;
	margin-bottom: 50px;
    float: right;
	}



/* classe destaques */
#barradir .destaques {
	margin-top: 25px;
	background-image:  url(bg_btextos.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #F4F4EA;
	float: right;
	}


/* capitulador da div "destaques" */
#barradir .destaques img {
	text-align: left;
	vertical-align: top;
	padding: 0px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	}



/* video player do video em destaque */
.destaques .vplayer {
		margin-top: 10px;
	margin-left: 13px !important; /* antes o valor era 0*/
		margin-left: 20px;

	padding-top: 10px;
		padding-left: 20px;
	padding-left: 13px !important;
	}



/*----------------------------------------------*/
/*=Paginacao*/
#paginacao {
	width: 452px !important;
	width: 400px;
	height: 41px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #949449;
	margin-top: 0px;
	margin-left: 10px;
	float: left;

	}



/* estilo da lista */
#paginacao ul {
	width: 452px;
	height: 30px;
	padding: 0px;
	list-style: none;
	float: left;
	text-align: left;
	margin-top: 10px;
	margin-left: 0px;
	}



/* estilo do texto presente na lista */
#paginacao ul li {
	font-size: 12px;
	text-decoration: none;
	float: left;
	margin-right: 25px !important;
		margin-right: 20px;
	margin-left: 20px !important;
		margin-left: 10px; /* faz o IE entender melhor */
	}


/* classe com o icone voltar */
#paginacao .voltar {
	background-image: url(icon_setaesq.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 15px;
	height: 18px; /* hack para o IE centralizar verticalmente o icone */
	}


/* classe com o icone avancar */
#paginacao .avancar {
	background-image: url(icon_setadir.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 15px;
	height: 18px; /* hack para o IE centralizar verticalmente o icone */
	}




/* ------------------------------------------- */
/*=Rodape - referente a div rodape */
#rodape {
	width: 784px;
	height: 100px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	clear: both;
	}
/*fim------------------------------------------- */