body {
text-align:center;
line-height:130%;
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
color:#000;
font-size: 14px;
background: #C9CFA5 url(imagens/fundo_topo.jpg) top repeat-x;
}

#tudo {
	position:relative;
	padding-top:303px;
	width:100%;
	max-width:1000px;
	margin-top:20px;
	text-align:center;
	background: #fff url(imagens/fundo_tudo.gif) 77.9% repeat-y;
	border: 10px solid #ecefdc;
	}

#topo {
	position:absolute;
	text-align:left;
	width:100%;
	height:283px;
	top:30px;
	left:0;
	background:url(imagens/cabe.jpg) top center no-repeat;
    
}
#menu{
	position:relative;
	width:20%;
	height:auto;
	z-index:20;
	padding-bottom:20px;
	background:url(imagens/fundo_menu.jpg) bottom right no-repeat;
	}

#principal{
line-height:140%;
width:79%;
height:auto;
float:right;
}

#meio{
position:relative;
padding:10px 0 0 1%;
width:71%;
height:auto;
float:left;
}
.meio_left{
position:relative;
width:46%;
height:auto;
float:left;
}
.meio_right{
position:relative;
padding:10px 2% 0 1%;
width:47%;
height:auto;
float:right;
}

#parceiros{
	position:relative;
	padding:5px 1% 0 1%;
	width:25%;
	height:auto;
	float:right;
	z-index: 5;
	/*background:url(imagens/fundo_anunciantes.jpg) -2px 0  no-repeat;*/
	font-size:90%;
}
#rodape {

padding:10px 3% 5px 3%;
clear: both;
height:auto;
width:94%;
font-size:90%;
margin-top:10px;
background: #ecefdc;
}
.center{width:100%; clear:both;}
.float_right{
    position:relative;
	width:auto;
	height:auto;
	float:right;
	padding:5px;
	clear:both;
	}
	
.float_left{
    position:relative;
	width:auto;
	height:auto;
	float:left;
	padding:6px;
	}

.box_thumb{
    position:relative;
  	width:100px; /* tem que ter PELO MENOS o tamanho da miniatura */
	height:140px;/* a altura varia de acordo com a quantidade de texto a ser exibido */
	float:left;
	margin: 3px;
	padding:2px;
	border:1px solid #eee;
	text-align:center;
	overflow: hidden;
	font-size: 12px;/* definindo em pixel fica mais fácil determinar as linhas que serão exibidas no box*/
	line-height:120%;
	}
	
.thumb {/* tem que ter medidas exatas para manter padrão -  está vinculado com o php que gera as miniaturas da galeria*/
	width:100px;
	height:100px;
	overflow:hidden;
	}
	
.thumb_float {/* igual ao decima porém flutuante  */
	width:100px;
	height:100px;
	overflow:hidden;
	float:left;
	margin: 0 6px 6px 0;
	border: 1px solid #fff;
	}
	img{border:0;}
.img{padding: 6px; border: 1px solid #CAE1E1;}