@import url("topo.css");
@import url("centro.css");
@import url("rodape.css");
/*  estrutura do site */
html
{
	font-family: Tahoma;
	color: #3b7c84;
	font-size: 11px;
	background-image:url(../_images/geral/bg.png);
	background-repeat:repeat-x;
	background-color: #e5e5e5;
}
body
{
	padding:0;
	margin:0;
	height:100%;
}
.geral
{
	width: 100%;
	position:absolute;
	text-align: center;
	background-image:url(../_images/bg2.gif);
	background-position:top center;
	background-repeat:no-repeat;
}
.topo
{
	width: 100%;
	height: 340px;
	margin: auto;
	float:center; 
	background-image:url(../_images/geral/bg2.png);
	background-repeat:no-repeat;
	background-position:top center;
	text-align:center;
}
.centro
{
	width: 780px;
	min-height: 300px;
	margin: auto;
	float:center; 
}
.rodape
{
	width: 780px;
	margin: auto;
	float:center;
}
.imgcentro
{
	margin: 0px;
	padding: 0px;
}
a.linknegrito:link,
a.linknegrito:active,
a.linknegrito:visited
{
	text-decoration: none;
	font-weight: bold;
	color: #3b7c84;
}
a.linknegrito:hover
{
	text-decoration: none;
	font-weight: bold;
	color: #3b96a1;
}
a.linklaranja:link,
a.linklaranja:active,
a.linklaranja:visited
{
	text-decoration: none;
	font-weight: bold;
	color: #fe5300;
	display: block;
}
.linklaranja
{
	text-decoration: none;
	font-weight: bold;
	color: #fe5300;
	display: block;
}
a.linklaranja:hover
{
	text-decoration: none;
	font-weight: bold;
	color: #d14805;
	display: block;
}
a:link,
a:active,
a:visited
{
	text-decoration: none;
	color: #3b7c84;
}
a:hover
{
	text-decoration: none;
	color: #000;
}