body {
text-align:center;
line-height:130%;
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
color:#000;
font-size: 14px;
background:#e8f1c9 url(imagens/fundo_body.jpg) top repeat-x;
}

#tudo {
margin:0 auto;
position:relative;
margin-top:20px;
padding-top:200px;
width:100%;
max-width:1100px;
text-align:center;
border:#f4f8e5 solid 10px;
background:#fff url(imagens/abertura.jpg) top center no-repeat;
}

#menu{
font-weight:bold;
width:100%;
height:20px;
padding:11px 0 12px 0;
color:#fff;
letter-spacing:2px;
background: url(imagens/fundo_h.jpg) center center repeat-x;
border-top:5px solid #f4f8e5;
border-bottom:5px solid #f4f8e5;
}

#menu a{color: #fff;}
#menu a:hover{color: #00ff00;}

#restrita{
	margin-right:1%;
	width:21%;
	height:auto;
	float:right;
	background: #DFEAEC;
	margin-top: 10px;
}
#restrita a{color:#ff0000;}
#restrita a:hover{color: #00CC00;}
.restrita{width:160px;}
#principal{
width:75%;
padding:1%;
height:auto;
float:left;
}
#meio_left{
float:left;
width:48%;
height:auto;
}
#meio_left img{
padding:3px;
border:3px double #ccc;
margin-bottom:10px;
}

#meio_right{
float:right;
width:47%;
padding:1%;
background:#f5f5f5;
height:auto;
}
#meio_right h1{background: url(imagens/fundo_h.jpg) center center repeat-x;
text-align:center;
color:#fff;
margin-left:0;
padding-left:10px;}
#meio{
position:relative;
padding:10px 0 0 1%;
width:71%;
height:auto;
float:left;
}

#rodape {
padding:10px 3% 5px 3%;
clear: both;
height:auto;
width:94%;
font-size:90%;
margin-top:10px;
background:url(imagens/fundo_rodape.jpg) top repeat-x;
background-color:#C8EC40;
}
.center{
width:90%;
padding:0 5%;
text-align:center;
clear:both;
}
#center1{
width:auto;
text-align:center;
background: #D9E1F2;
padding:1%;
margin-bottom:15px;
}
.float_right{
    position:relative;
	width:auto;
	height:auto;
	float:right;
	padding:5px;
	margin:5px;
	border:0;
	}
.float_left{
    position:relative;
	width:auto;
	height:auto;
	float:left;
	padding:5px;
	margin:5px;
	border:0;
	}
	
.float_dvd{
	width:140px;
	height:auto;
	float:left;
	padding:4px;
	margin:5px;
	border:3px double #ccc;
	font-size:90%;
	}

.box_thumb{
    position:relative;
  	width:156px; /* tem que ter PELO MENOS o tamanho da miniatura */
	height:195px;/* 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:140px;
	height:140px;
	overflow:hidden;
	}
	
.thumb_float {/* igual ao decima porém flutuante  */
	width:120px;
	height:120px;
	overflow:hidden;
	float:left;
	margin: 0 5px 5px 0;

	}
img {border:0;}	
.img{padding: 6px; border: 1px solid #CAE1E1;margin-bottom:10px;}
.img_left {float:left;}
.img_right {float:right;}
.submit{width: 60px;background: url(imagens/fundo_h.jpg) center center repeat-x; margin-top: 10px; color:#fff;}