@charset "utf-8";
body {
	font: 12px/14px Arial, Helvetica, sans-serif;
	background: #98de66 url(../images/external/bg.gif);
	background-repeat:repeat-x;
	background-position:left 21px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #6d6e71;
}
a, a:hover, a:visited {
	color:#f58220;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
img {
	border:none;
}
h3 {
	color:#f58220;
	margin-top:30px;
}
h4 {
	color:#f58220;
}
.oneColFixCtr #top {
	background-color:#6d6e71;
	width:100%;
	height:21px;
}
.oneColFixCtr #top .content {
	width: 840px;
	margin: 0 auto;
	text-align: right;
	color:#fff;
}
.oneColFixCtr #top span.link {
	font-size:11px;
	color:#fff;
	margin:3px 10px 0 0;
}
.oneColFixCtr #top a,
.oneColFixCtr #top a:hover,
.oneColFixCtr #top a:visited {
	color:#fff;
}
.oneColFixCtr #container {
	width: 902px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #98de66 url(../images/external/bg.gif) repeat-x;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #leftContent {
	width:291px;
	float:left;
}
.oneColFixCtr #leftContent .content {
	margin-left:6px;
}
.oneColFixCtr #leftContent .content .btn {
	margin-left:24px;
}
.oneColFixCtr #leftContent .content .btn img {
	margin-bottom:10px;
}
.oneColFixCtr #leftContent .logo {
	margin-bottom:94px;
}
.oneColFixCtr #leftContent .logoInterna {
	margin-bottom:46px;
}
.oneColFixCtr #leftContent .login {
	height:132px;
	width:205px;
	background-image:url(../images/external/bg_login.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
.oneColFixCtr #leftContent .login .content {
	margin-left:22px;
}
.oneColFixCtr #leftContent .login .campo,
.oneColFixCtr #mainContent .login .campo
{
	width:163px;
	height:17px;
	font-size:11px;
	color:#6d6e71;
	border:none;
	margin-bottom:4px;
}
.oneColFixCtr #mainContent .login .campo {
	border:1px solid #f58220;
	clear:right;
	display:block;
}
.oneColFixCtr #leftContent .login .button {
	cursor:pointer;
	border: 1px solid #f58220;
	height:17px;
	font-size:11px;
	font-weight:bold;
	background-color:#f58220;
	color:#fff;
	display:block;
	margin-bottom:15px;
	margin-top:5px;
}
.oneColFixCtr #leftContent .login .button:hover{
	border: 1px solid #fdebe5;
}
.oneColFixCtr #mainContent .login .button {
  cursor:pointer;
	border: 1px solid #f58220;
	height:17px;
	font-size:11px;
	font-weight:bold;
	background-color:#f8e4d2;
	color:#f58220;
	display:block;
	margin-bottom:15px;
	margin-top:5px;
}
.oneColFixCtr #mainContent .login .button:hover{
	background-color:#f58220;
  color:#fff;
}
.oneColFixCtr #mainContent {
	background-color:#fff;
	width:585px;
	float:left;
}
.oneColFixCtr #mainContent .notice {
  line-height:20px;	
  font-size:14px;
  font-weight:bold;
  padding:10px;
	text-align:center;
}
.oneColFixCtr #mainContent .green {
  color:white;
  background:green;
}
.oneColFixCtr #mainContent .red {
  color:white;
  background:red;
}
.oneColFixCtr #mainContent .content {
	margin:65px 0 40px 20px;
}
.oneColFixCtr #mainContent .interna {
	margin-right:15px;
}
.oneColFixCtr #mainContent .interna h3 a{
	text-decoration:none;
}
.oneColFixCtr #mainContent .footer {
	height:35px;
	background-color:#dcf4cb;
	padding-top:5px;
}
.oneColFixCtr #mainContent .bgAdj {
	background-color:#98de66;
	color:#6d6e71;
}
.oneColFixCtr #mainContent span.white,
.oneColFixCtr #mainContent .bgAdj a.white,
.oneColFixCtr #mainContent .bgAdj a:hover.white{
	color:#6d6e71;
	font-size:11px;
}
.oneColFixCtr #mainContent .footer .coluna1 {
	width:50%;
	float:left;
	padding-left:20px
}
.oneColFixCtr #mainContent .footer .coluna1 span {
	margin-right:10px;
}
.oneColFixCtr #mainContent .footer .coluna2 {
	width:43%;
	float:left;
	text-align:right;
	padding-right:15px;
}

.oneColFixCtr #mainContent .title {
	display:block;
	clear:left;
	margin-bottom:20px;
}
.oneColFixCtr #mainContent .titleAdj {
	clear:left;
	float:left;
}
.oneColFixCtr #mainContent .titleLink {
	display:inline-block;
	color:#f58220;
	font-size:11px;
	margin-top:15px;
}
.oneColFixCtr #mainContent span.link,
.oneColFixCtr #leftContent span.link{
	color:#f58220;
	font-size:11px;
}
.oneColFixCtr #mainContent .text {
	margin-bottom:40px;
}
.oneColFixCtr #mainContent #lineOne {
	display:block;
	height:150px;
	margin-bottom:40px;
}
.oneColFixCtr #mainContent #lineOne div {
	float:left;
}
.oneColFixCtr #mainContent #lineOne .item img {
	display:block;
}
.oneColFixCtr #mainContent #lineOne .spacer {
	width:75px;
	height:150px;
	background-image:url(../images/external/home_seta.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
}
.oneColFixCtr #mainContent #lineTwo {
	display:block;
	clear:both;
	height:186px;
}
.oneColFixCtr #mainContent #lineTwo div {
	float:left;
}
.oneColFixCtr #mainContent #lineTwo .item span {
	margin-top:-23px;
	margin-left:22px;
	display:block;
}
.oneColFixCtr #mainContent #lineTwo .spacer {
	width:35px;
	height:10px;
}
.oneColFixCtr #mainContent .table,
.oneColFixCtr #mainContent .table td {
	border:1px #fff solid;
	background-color:#dcf4cb;
	border-collapse:collapse;
}
.oneColFixCtr #mainContent .table th {
	background-color:#98de66;
	border:1px #fff solid;
	border-collapse:collapse;
}