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

html {
	height:100%;
}

body {
	background-image:url(../imagens/background.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

body, td, th {
	margin:0px;
	padding:0px;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

h1 {
	padding:0px;
	margin:0px;
}

h2 {
	padding:0px;
	margin:0px;
}

a {
	color:#FF6600;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:none;
}

#wrap {
	min-height:100%;
	position:relative;
}

* html #wrap {
	height:100%;
}

#header {
	margin:72px auto 0px auto;
	padding:0px 0px 33px 0px;
	width:940px;
	text-align:right;
	vertical-align:bottom;
}

#header ul, li{
	margin:0px;
	padding:0px;
}

#header li {
	list-style-type:none;
	display:inline;
}

#main {
	position:relative;
	margin-left:200px;
}

#content {
	padding:10px 20px 10px 20px;
	margin-right:200px;
	text-align:left;
}

#inner-wrap {
	padding-bottom:257px;
	margin:180px auto 0px auto;
	width:940px;
}

#inner-wrap:after {
	content:" ";
	display:block;
	clear:both;
}

#footer {
	position:absolute;
	bottom:0;
	height:171px;
	width:100%;
	background-image:url(../imagens/fundo_footer.jpg);
	background-repeat:repeat-x;
	padding-top:19px;
}

#footerhack {
	width:940px;
	margin:0px auto 0px auto;
}

.floater-right {
	float:right;
	height:32px;
}

.floater-right-link {
	float:right;
	height:27px;
	padding:5px 0px 0px 0px;
	background-image:url(../imagens/tab_back.jpg);
	background-repeat:repeat-x;
}

.floater-left {
	float:left;
	height:32px;
	color:#FFFFFF;
}

.floater-left-padding {
	float:left;
	height:32px;
	color:#FFFFFF;
	padding-top:10px;
}

.floater-left-padding-apoios {
	float:left;
	background-image:url(../imagens/fundo_apoios.jpg);
	height:124px;
	width:212px;
	padding:15px;
	color: #333333;
}

.nav-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6509;
	text-decoration: none;
	padding:0px 5px 0px 5px;
}

.nav-link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding:0px 5px 0px 5px;
}

fieldset {
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 10px;
	border: 0px;
	width: 450px;
}

legend {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
}

fieldset p {
	margin-left: 15px;
}

.obg_warning {
  color: #ff0000;
  font-weight: bold;
  visibility: hidden;
}

.required_field_info {
	font-weight: normal;
	color: #ff0000;
}

label.error { 
	display: none;
	font-size: 1.2em;
	color: #F78181;
}


