/* MONTAGEM DE LAYOUT */

#div_tudo{
	width:790px;
	margin:auto;
	height:100%;
	text-align:center;
	background-image:url(../imagens/meio_06.jpg);
}

#div_topo{
	width:790px;
	height:300px;
}

#div_topo_baixo{
	width:790px;
	height:145px;
	margin-bottom:4px;
}

#div_tudomeio{
	background-color:#fff;
	width:auto;
	height:auto;
	float:right;
	text-align:right;
	margin-right:5px;
}

#div_tudomeio2{
	width:780px;
	height:auto;
	padding-left:5px;
	text-align:right;
	display:table-cell;
}

#div_esquerda {
	width:200px;
	margin:5px;
	display:table-cell;
	text-align:center;
	background:#fff;
	float:left;
}

#div_patrocinadores {
	width:200px;
	display:table-cell;
	text-align:center;
	background:#eeeadf;
}

#div_cont2 {
	width:560px;
	background-color:#FFF;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:4px;
	margin-right:5px;
	text-align:center;
}

#div_bordinha{
	width:790px;
	height:auto;
}

#div_rodape{
	width:790px;
	height:70px;
}

/* HOME */

.td_cont {
	background-color:#FFF;
	height:100%;
}

.td_direita {
	width:130px;
	background:url(../imagens/publicidade_baixo.jpg) bottom no-repeat #eeeadf;
	text-align:center;
	height:100%;
}

.td_destaque{
	width:420px;
	background:url(../imagens/destaque_inferior.jpg) bottom no-repeat #eeeadf;
	height:100%;
	text-align:left;
	padding-bottom:15px;
}