body {
text-align:center;
line-height:130%;
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
color: #fff;
font-size:13px;
letter-spacing:0.15em;
background:#E7E7DB url(imagens/fundo_body.jpg) top center repeat-y;
}
	
#tudo {
	margin:0 auto;
	position:relative;
	width:980px;
	background: url(imagens/fundo_body.jpg) top center repeat-y;
	color:#000;
	}
#anima{width:440px;
height:230px;
position:absolute;
top:0;
left:0;
}
#topo {
	width:980px;
	height:230px;
}
#tarja{
	width:980px;
	height:50px;
	padding-top:10px;
	background: url(imagens/fundo_tarja.jpg) top center no-repeat;
	color:#fff;
}
#tarja strong{color:#fff;}
#principal{
width:778px;
padding:0 20px 0 0;
height:auto;
float:right;
}
#menu_galeria{
float:left;
width:126px;
text-align:left;
font-size:12px;
}
#principal_left{
float:left;
width:428px;
}
#principal_left img{
border:2px solid #ccc;
margin-bottom: 10px;
}
#principal_right{
float:right;
width:348px;
}
#pagina{
width:250px;
clear:both;
}
#menu{
width:150px;
padding:0 10px 10px 10px;
margin-left:10px;
float: left;
border-right:1px solid #fff;
}
.menu{margin:5px;}

#rodape {
padding:6px 0 6px 0;
clear: both;
height:65px;
width:980px;
background: url(imagens/rodape.jpg) top center no-repeat;
padding-top:70px;
}
#parceiros{
width:900px;
margin-left:40px;
height:65px;
overflow:auto;
}
.centralizada{width:770px; clear:both; text-align:center;}

.float_inicio, .float_inicio_m{
float:left;
margin: 0 8px;
padding:0 7px;
width:289px;
height:auto;
/*background: #fef5eb;*/
text-align:justify;
}
.float_inicio_m{
border-right:1px dotted #ccc;
border-left:1px dotted #ccc;
padding:0 20px;
width:263px;
}
.float_right{
	width:auto;
	height:auto;
	float:right;
	border: 3px double #ccc;
	margin:0 0 10px 10px;
	}
	
.float_left{
    position:relative;
	width:auto;
	height:auto;
	float:left;
	margin:0 10px 10px 0;
	border: 3px double #ccc;
	}
.principal{
	width:auto;
	height:auto;
	float:left;
	margin:10px ;
	}

.box_thumb{
    position:relative;
  	width:110px; /* 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;
	padding:4px;
	margin: 8px;
	border:1px solid #ccc;
	text-align:center;
	overflow: scroll;
	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:110px;
	height:110px;
	overflow:hidden;
	}
	
.thumb_float {/* igual ao decima porém flutuante  */
	width:110px;
	height:110px;
	overflow:hidden;
	float:left;
	margin: 3px;
	}
img{border:0;padding:0;}
.img{padding: 6px; border: 1px solid #CAE1E1;}

form{
	width:700px;
	text-align:center;
}

input {
background:#fff;
width:340px;
margin-bottom: 3px;
/*border:1px solid #CC9933;*/
}
textarea {
font-family:Arial, Helvetica, sans-serif;
background:#FFFFFF;
display:block;
width:100%;
margin-bottom: 3px;
/*border:1px solid #CC9933;*/
}
select {
background:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
width:100%;
margin-bottom: 3px;
/*border:1px solid #CC9933;*/
}
.submit {
clear:both;
width:100px;
color:#fff;
background: #0066cc;
}
.topo{width:120px;}
.right{float:right; width: 47%;}
.left{float:left; width: 47%;}
.center{ clear:both; width:100%;}
.center1 {clear:both; width:100%;}

#form{
	position:relative;
	text-align:left;
	width: 80%;
	margin-left: 10%;
	z-index: 2;

}
/*form label {
display:block;
width: 80px;
margin-bottom: 3px;
}*/
form fieldset {
background: url(imagens/fundocontato.png);
background-position:bottom;
background-repeat:repeat-x;
border:0;
}
form input {
background:#FFFFFF;

width:100%;
margin-bottom: 3px;
/*border:1px solid #CC9933;*/
}
form textarea {
font-family:Arial, Helvetica, sans-serif;
background:#FFFFFF;
display:block;
width:100%;
margin-bottom: 3px;
/*border:1px solid #CC9933;*/
}
form select {
background:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
width:100%;
margin-bottom: 3px;
/*border:1px solid #CC9933;*/
}
form input#submit {
clear:both;
width:auto;
color:#000;
background:#22A0AE;
}
form legend {
background:transparent;
color: #0066CC;
font-weight:bold;
padding: 0 4px;
}
