@charset "utf-8";
/* CSS Document */

<!--
body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #e3d8d8;
}
body {
	background-color: #000;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #ff9600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ff9600;
}
a:hover {
	text-decoration: underline;
	color: #ff9600;
}
a:active {
	text-decoration: none;
	color: #ff9600;
}
.corpoBG {
	margin-width:0px;
	background-image:url(../img/bg_corpo.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
.tituloNews {
	text-transform:uppercase;
	font-weight:bold;
}
.inputNl {
	color:#dddbd0;
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	background:#2e0700;
	border-left:1px solid #7c786c;
	border-top:1px solid #7c786c;
	border-right:1px solid #5d4b41;
	border-bottom:1px solid #5d4b41;
	height:19px;
	padding-left:8px;
	padding-top:2px;
	padding-bottom:2px;
	text-transform:uppercase;
	width:120px;
}
.ftMap {
	text-transform:uppercase;
	font-size:13px;
}
.ftCopyright {
	font-size:9px;
	color:#484643;
	text-transform:uppercase;
	letter-spacing:1.7pt;
}
.ftCopyright a:link { color:#5e5c5a; text-decoration:none; }
.ftCopyright a:visited { color:#5e5c5a; text-decoration:none; }
.ftCopyright a:active { color:#5e5c5a; text-decoration:none; }
.ftCopyright a:hover { color:#6e6c6a; text-decoration:none; }
-->