/* CSS Document */
* {
	margin:0;
	padding:0;
	border:none;
}
.grid {
	display:inline;
	float:left;
	position:relative;
}
#header-swf,
#container,
#footer-content {
	margin:0 auto;
	width:925px;
}
.left { float:left }
.right { float:right }
.clear { clear:both }
small,
label { font-size:10px; }
body {
	background-image: url(../images/central/bg_header.gif);
	background-repeat: repeat-x;
	height:338px;
}
body,
td,
th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
#header { height:338px; }
#header-top {
	background: url(../images/central/bg_header_light.gif) no-repeat;
	height:160px;
	margin:0 auto;
	padding:0 87px;
	width:925px;
}
#header-top .restrict {
	height:35px;
	width:430px;
	text-align:right;
	position:absolute;
	right:0;
	top:0;
}
#header-top .restrict form {
	line-height:25px;
	height:35px;
}
#header-top .restrict p { text-align:right; }
#header-top .restrict p a {
	font-size:10px;
	color:#fff;
	text-decoration:none;
}
#header-top .restrict p a:hover {
	color:#F48000;
}
#header-top .restrict label {
	color:#999;
	vertical-align:bottom;
}
#header-top .restrict #login,
#header-top .restrict #password {
	width:113px;
	height:19px;
	margin-right:5px;
	padding:1px 0 0 2px;
}
#header-top .restrict button {
	border:none;
	background:transparent;
	color:#FFF;
	font-weight:700;
	cursor:pointer;
}
#header-top .menu {
	margin:0px;
	width:650px;
}
#header-top .menu dl {
	margin-top:85px;
	margin-left:30px;
	height:52px;
	padding-left:10px;
}
#header-top .menu .bg1 { background: url(../images/central/bg_menu_1.gif) no-repeat left center; }
#header-top .menu .bg2 { background: url(../images/central/bg_menu_2.gif) no-repeat left center; }
#header-top .menu .bg3 { background: url(../images/central/bg_menu_3.gif) no-repeat left center; }
#header-top .menu dt {
	font-size:14px;
	color:#FFF;
	font-weight:700;
	padding-top:10px;
}
#header-top .menu dd {
	font-size:10px;
	color:#999;
}
#header-swf { height:178px; }
#container { padding:40px 20px; }
#container .content { width:610px; }
#container .content h1 {
	font-size:24px;
	margin-bottom:20px;
}
#container .content h2 {
	font-size:14px;
	margin-bottom:20px;
}
#container .content p{
	line-height:15px;
	margin-bottom:15px;
}
#container .content img {
	border:none;
	float:left;
	padding:0 10px 0;
}
#container .content .titulo {
	font-size:13px;
	font-weight:bold;
}
hr {
	clear:both;
	border-bottom: 1px solid #666;
	border-top: none;
	border-right: none;
	border-left: none;
	margin-bottom:15px;
}
#container .content ol,
#container .content ul,
#container .sidebar ul { list-style-position: inside; 	margin-bottom:15px;}
#container .content li {
	line-height:15px;

}
#container .sidebar{
	background-image: url(../images/central/bg_sidebar.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 180px;
}
#container .sidebar h1{
	margin-bottom:20px;
}
#container .sidebar li {
	line-height:30px;
	font-size:15px;
	list-style-type: none;
	background: url(../images/central/bg_li.gif) no-repeat left center;
	padding-left: 20px;
}
#container .sidebar li a{
	text-decoration:none;
	color:#000;
}
#container .sidebar li a:hover { color:#F48000; }
#container .content input, textarea{ border: 1px solid #999; }
#container .content .botao { padding:2px;width:70px;margin-top:3px; }
#container .sidebar { width:220px; margin-left:89px; }
#footer {
	background:#0c4f6c url(../images/central/bg_footer.gif) repeat-x;
	height:80px;
	color:#FFF;
}
#footer .footer-about { padding-top:35px; }
#footer .footer-about strong { font-size:24px; }
.menu dt a,
#footer a {
	color:#FFF;
	text-decoration:none;
}
.menu dt a:hover,
#footer a:hover { color:#F48000; }
.menu dt a,
#footer .footer-menu-links {
	font-size:14px;
	font-weight:700;
}
#footer .footer-menu-links { padding-top:20px; }
#footer .footer-menu-links strong { margin:0 20px; }
#footer .powered { padding-top:13px; }
#footer .powered,
#footer .powered a { color:#999; }
#footer .powered a:hover { text-decoration:underline; }

.txt-bco-gd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 55px;
	color: #FFF;
	padding:15px;
}
.txt-bco-pq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	margin:0px 20px;
	line-height:23px;
}

/* FORMULARIO */

#loginForm .texto {
    padding:5px;
    width:200px;
}
#loginForm .botao {
    width:100px;
    height:25px;
}

