@import url("topo.css");
@import url("centro.css");
@import url("rodape.css");
/*  estrutura do site */
html
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #3a470e;
	font-size: 11px;
}
body
{
	padding:0;
	margin:0;
	height:0;
}
.geral
{
	width: 100%;
	position:absolute;
	text-align: center;
	float: left;
}
.topo
{
	width: 100%;
	min-width: 1000px;
	height: 196px;
	margin: auto;
	float:left; 
	text-align:center;
}
.centro
{
	width: 1000px;
	margin: auto;
}
.rodape
{
	width: 100%;
	margin: auto;
	float:left;
	background-image:url(../_images/rodape/bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	height: 290px;
}
a.linknegrito:link,
a.linknegrito:active,
a.linknegrito:visited,
a.linknegrito:hover
{
	font-weight: bold;
}
a:link,
a:active,
a:visited
{
	text-decoration: none;
	color: #3a470e;
}
a:hover
{
	text-decoration: none;
	color: #465417;
}
.vejamais
{
	color: #bb9a05;
}
/*Eduardo A. Fontana*/
a.vejamais:link, a.vejamais:active, a.vejamais:visited 
{
	color: #bb9a05;
}
a.vejamais:hover
{
	color: #465417;
}
/*Fim*/
.colunacentral
{
	width: 433px;
	float: left;
	margin-left: 5px;
	_margin-left: 0px;
}
.rodapegeral
{
	width: 1000px;
	height: 120px;
	margin: auto;
}
.rodapegeral_bg
{
	background-image:url(../_images/centro/rodape.png);
	background-repeat: no-repeat;
	text-align:left;
	width: 480px;
	height: 120px;
	margin-left: 250px;
	_margin-left: 120px;
	margin-top: 20px;
	padding-left: 80px;
	padding-top: 20px;
	color: #947703;
	float: left;
}
.rodapegeral_ebis
{
	text-align:right;
	width: 150px;
	padding-top: 50px;
	height: 120px;
	float: left;
}
input
{
	border: 1px solid #bba413;
	color: #3a470e;
	width: 95%;
	font-size: 10px;
	height: 20px;
}
select
{
	border: 1px solid #bba413;
	color: #3a470e;
	width: 95%;
	font-size: 10px;
	height: 20px;
}
textarea
{
	border: 1px solid #bba413;
	color: #3a470e;
	width: 95%;
	font-size: 10px;
	height: 200px;
}
.divoculta
{
	float: left;
	width: 80%;
	font-weight: bold;
	font-size: 15px;
	margin-left: 25px;
}
.divoculta a
{
	font-size: 11px;
	color: #596d17;
}
.divoculta a:hover
{
	color: #778f2a;
}
a
{
	cursor: pointer;
}