@charset "utf-8";
/* CSS Document */

* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#636363;
	margin:0px;
}

body {
	background-color: #74d552;
	background-image: url(/imagem/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#centro {
	width:1068px;
	height:auto;
	margin:0 auto;
	position:relative;
	background-image:url(/imagem/bg_conteudo.png);
}

#conteudo {
	width:1000px;
	height:auto;
	background-color:#FFF;
	position:relative;
	margin:0 auto;
}

#topo {
	width:1000px;
	height:108px;
}

#topo_icones {
	width:144px;
	height:14px;
	float:right;
	text-align:right;
	margin:8px 20px 0 0;
}

#menu {
	width:1000px;
	height:30px;
	background-color:#f6f6f6;
}

#busca {
	width:250px;
	height:21px;
	float:right;
	text-align:right;
	margin:4px 17px 0 0;
}

#img_topo {
	width:1000px;
	height:97px;
	clear:both;
}

#conteudo_meio {
	background-color:#FFF; 
	float:left; 
	padding-bottom:20px;
}

#coluna_esquerda {
	width:158px;
	height:auto;
	background-color:#FFF;
	float:left;
	padding:32px 10px 0 13px;
}

#coluna_meio {
	width:467px;
	height:auto;
	background-color:#FFF;
	background-image:url(/imagem/bg_centro.jpg);
	background-repeat:repeat-y;
	float:left;
	padding:32px 15px 0 15px;
}

#coluna_meio_internas h1 {
               font-size:12px;
               text-align:center;
}

#coluna_meio_internas {
	width:658px;
	height:auto;
	background-color:#FFF;
	background-image:url(/imagem/bg_centro_internas.gif);
	background-repeat:repeat-y;
	float:left;
	padding:32px 12px 0 20px;
}

#coluna_meio_internas p {
	margin-bottom:10px;	
}

#coluna_direita {
	width:173px;
	height:auto;
	background-color:#FFF;
	float:left;
	padding:32px 10px 0 10px;
}

#coluna_banner {
	width:118px;
	height:auto;
	background-color:#FFF;
	float:left;
	padding:15px 10px 0 0;
}

#banner{
	width:468px;
	height:60px;
	clear:both;
	margin:0 auto;
}

#box_not{
	width:468px;
	height:72px;
	margin:0 auto;
	margin-top:18px;
}

#box_mais_not{
	width:468px;
	height:auto;
	margin:0 auto;
	margin-top:18px;
}

#galeria_de_fotos {
	width:172px;
	height:56px;
	margin:0 auto;
	margin-top:15px;
}

#rodape {
	width:1000px;
	height:20px;
	margin:0 auto;
	text-align:right;
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFF;
	font-size:10px;
	margin-top:5px;
	padding-bottom:30px;
}

#separador_internas {
	width:650px; 
	height:1px;
	background-image:url(/imagem/separador_int.gif);
	background-repeat:no-repeat;
	/*background-color:#bfc051; */
	margin-bottom:20px;
	position:relative;
}

#ico_internas {
	width:160px; 
	height:22px;
	float:right;
	margin-right:10px;
	text-align:right
}

#buscar_noticia {
	width:260px; 
	height:25px;
	float:right;
	margin-right:5px;
	background-color:#f2f2dc;
	padding-top:2px;
	padding-left:10px;
}

#not_indice{
	width:600px;
	height:105px;
	margin:0 auto;
	margin-top:18px;
	float:left;
	border-bottom:1px #999 dotted;
}

#calendario{
	width:629px;
	height:auto;
	margin-top:25px;
	float:left;
	background-image:url(/imagem/bg_calendario.gif);
	background-repeat:no-repeat;
	padding-top:5px;
}

#galeria{
	width:280px;
	height:100px;
	margin-top:18px;
	margin-right:20px;
	float:left;
}

#links_conteudo{
	width:650px;
	height:auto;
	margin-top:25px;
	float:left;
	background-image:url(/imagem/bg_calendario.gif);
	background-repeat:no-repeat;
	background-position:top right;
	padding-top:5px;
}

#links{
	width:629px;
	height:25px;
}



/* menu */

/*#menu ul{
	padding:8px 0 0 20px;
	height:15px;
	width:600px;
	position:relative;
	text-decoration:none;
}
 
#menu li{
 margin-left:15px;
 display:inline;
 }
 
.menu{
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#010000;
 text-decoration:none;
 }
 
.menu:hover{
	text-decoration:underline;
 }
 */
 
/* form */

form{
margin:0;
padding:0;
border:0;}

#conteudo_form{
width:450px;
height:auto;
margin:0 auto;
}

label{
position:relative;
float:left;
width:450px;
height:auto;
margin-bottom:5px;}

.txt_form{
position:relative;
float:left;
width:100px;
height:19px;
background-color:#cccc66;
text-align:right;
padding-right:5px;
padding-top:5px;
color:#58521e;
font-weight:bold;}

input.contato{
position:relative;
float:left;
width:250px;
height:18px;
background-color:#f4f3fb;
border:0;
padding:3px;
}

input.limpo{
position:relative;
float:left;
width:auto;
height:auto;
background:none;
border:0;
padding:0;
}

textarea{
width:250px;
height:90px;
background-color:#fff;
border:1px;
color:#333;
border-color:#bfc051;
border-style:solid;
padding:0px;
}

button{
position:relative;
float:left;
width:80px;
height:auto;
background-color:#cccc66;
border:0;
margin:0;
padding:3px;
color:#58521e;
font-weight:bold;
margin-left:106px;
margin-top:10px;
}

#sub_imprensa {
	position:absolute;
	right:20px;
	top:28px;
	width:208px;
	height:295px;
	z-index:1;
	padding:9px 0 10px 0;
	background-image:url(/imagem/fundo_imprensa.png);
	background-position:left top;
	background-repeat:no-repeat;}
	
	
#foto_legenda {
	width:314px; 
	height:auto; 
	float:left;
	margin-right:5px;
	margin-bottom:4px;
}

#legenda {
	width:293px; 
	height:auto;	
	background-color:#f1f1f1;
	padding:5px;
}

#popup{
	width:678px;
	height:678px;
	position:absolute;
	top: -200px;
	left:0px;
	z-index:1;
}