/*@font-face { font-family: "Palatino Linotype Normal"; src: url("pala.ttf"); }

@font-face {
 font-family:Palatino Linotype Normal;
 src: url("pala.eot")
}
@font-face {
 font-family:Palatino Linotype Normal;
 src: url("pala.ttf")
}
*/

a:link {
	color: #3e6d75;
	text-decoration: none;
}
a:visited {
	color: #3e6d75;
	text-decoration: none;
}
a:hover {
	color: #3e6d75;
	text-decoration: underline;
}
a:active {
	color: #3e6d75;
	text-decoration: none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	background-repeat: no-repeat;
	background-color: #f1ede4;
	background-image:url(fundo.jpg);
	background-position:center;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#494949;
}
/*
html {
height: 100%;
}
*/
#divCabecalho {
	position:static;
	width:780px;
	height:130px;
	margin:0 auto;
}
#divCliqueHome {
	float:left;
	margin-top:26px;
	width:380;
	height:90;
}
#divMenuSuperior {
	float:right;
	margin-top:104px;
}
#divSite {
	clear:both;
	display:table;
	position:static;
	width:780px;
	/*min-height:100%;*/
	height:auto;
	margin:0 auto;
	border:solid 1px;
	border-color:#797770;
	/*border-bottom-color:#fffaf0;*/
	border-bottom-color:#797770;
	background-color:#fffaf0;
}
#divSite:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}
#divTitulo {
	font-size:14px;
	font-family:Georgia, Times New Roman, serif;
}
.tituloLatPala {
	font-size:14px;
	font-family:Georgia, Times New Roman, serif;
	color:#8d8860;
}
.tituloSupPala {
	font-size:14px;
	font-family:Georgia, Times New Roman, serif;
	color:#3e6d75;
}
#divMenu {
	clear:both;
	float:left;
	margin-bottom:13px;
	margin-top:12px;
	margin-left:8px;
	width:143px;
	height:auto;
	text-align:right;
}
#divContent {
	float:right;
	margin-left:13px;
	margin-bottom:13px;
	margin-top:13px;
	margin-right:13px;
	width:600px;
	height:auto;
	text-align:left;
}
#divTrampo {
	margin-top:26px;
	width:600px;
	height:auto;
	text-align:left;
}
#divLegenda {
	width:600px;
	height:26px;
	background-color:#62605c;
}
#divTextoLegenda {
	text-align:left;
	color:#FFFFFF;
	padding:5px;
}
#divSobre {
	margin-bottom:13px;
	width:600px;
	height:auto;
}
#divContato {
	margin-top:13px;
	margin-bottom:26px;
	float:left;
	width:299px;
	height:auto;
	text-align:left;
}
#divOutros {
	margin-top:13px;
	margin-bottom:26px;
	float:left;
	width:300px;
	height:auto;
	text-align:left;
}
#divRodape {
	clear:both;
	width:600px;
	margin-bottom:26px;
	margin-top:26px;
}
#divLinkTopo {
	float:left;
}
#divCopyright {
	float:right;
}
/* IE */
* html #divSite{
	height:100%;
}
