@import url("_incluir/galeria.css");
/* CSS Document */
/***********************************************************/
/* html */
* { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

body{
background:#D9B557 url(_img/fundo-body.jpg) repeat-x;
margin-top:8px;
}
/* links */
a{
color:#D5937C;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}
h1{

}
h2,h3,h4,h5,h6,{
font-size:20px;
color:#fff;
margin:0 0 5px 0;
}
h3{

}
p{
margin:0 0 10px 0;
}
li{

}
hr{
height:1px;
color:#eee;
}
/***********************************************************/

#geral{
width:778px;
margin:0 auto;
}
#topo{
background:url(_img/fundo-topo.jpg) no-repeat;
height:139px;
}
	#menu{
	float:right;
	width:520px;
	margin:80px 0 0 0;
	border:0px solid #000;
	font-size:20px;
	color:#fff;
	}
	#menu a{
	font-size:20px;
	color:#fff;
	font-weight:bold;
	margin:0 4px 0 4px;
	}

#conteudos{
width:778px;
background:#70250E;
}
	#coluna1{
	float:left;
	width:490px;
	}
	#coluna2{
	float:right;
	width:260px;
	margin:5px 10px 0 0; 
	}
	#coluna2 p{
	color:#fff;
	}
#conteudos.bgBranco{
background:#fff;
border-top:10px solid #9F4223;
border-bottom:20px solid #9F4223;
paddign:0 0 10px 0;
}
	#coluna1.textos{
	width:738px;
	margin:5px 20px 0 20px;
	_margin:5px 10px 0 10px; 
	color:#641C06;
	}
	#coluna1.textos h2{
	font-size:16px;
	color:#9F4223;
	}

/* fim do menu */
/***********************************************************/

/***********************************************************/
/* ROADAPE */
#rodape{
border:0px solid #CC0099;

width:778px;
height:50px;
margin:0 auto;
background:url(_img/fundo-rodape.jpg) no-repeat;
text-align:left;
padding:10px 0 0 0;
}
#rodape address{
margin:5px 0 0 20px;
color:#000;
font-size:9px;
font-style:normal;
}
#rodape address a, #rodape address a:hover{
color:#000;
text-decoration:none;
font-size:9px;
}