@CHARSET "ISO-8859-1";

body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
p,pre,blockquote,ul,ol,dl,address {
	margin: 1em 0;
	padding: 0;
	position: inherit;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
}

h1 {
	font-size: 2em
}  /* displayed at 24px */
h2 {
	font-size: 1.5em
}  /* displayed at 18px */
h3 {
	font-size: 1.25em
}  /* displayed at 15px */
h4 {
	font-size: 1em
}  /* displayed at 12px */
input,select,th,td,li li,li p,td p,blockquote p { /*	font-size: 1em */
	
}

/* Apply left margin:
   Only to the few elements that need it: */
li,dd,blockquote {
	margin-left: 1.5em;
}

/* Miscellaneous conveniences: */
label {
	cursor: pointer;
}

fieldset {
	border: none;
	position: relative;
	margin-top: 1em;
	padding-top: .75em;
}

legend {
	position: absolute;
	top: -.5em;
	left: .5em;
	color: inherit
}

button {
	overflow: visible;
	width: auto;
}

dt {
	font-weight: bold;
}

sup {
	line-height: 0;
	vertical-align: text-top;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 1em;
}

/*table {
border-collapse: collapse;
border-spacing:0;
empty-cells:show;
width:100%;
}
td,th{
border:1px solid #999;
padding:1px 3px;
}*/
a img {
	border: 0;
}

a,a:focus,a:active {
	outline: none;
}

/*img{ 
behavior:url("inc/pngbehavior.htc"); 
} */
code {
	font-family: Monaco, ProFont, "Bitstream Vera Sans Mono", "Andale Mono",
		Courier, monospace;
}

/********************* CLASSES *********************/
.hide {
	display: none;
}

.show {
	display: block;
}

/* formValidator.js elements */
.required {
	border-left-color: #c00;
}

#errormsg {
	color: #c00;
	padding: 5px 10px 5px 22px;
	font-size: 14px;
	font-style: italic;
	background-image: url(/img/v3/alert.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px
}

.error {
	background-color: #ffff86;
}

.clear {
	clear: both;
	height: 0;
	width: 100%;
	visibility: hidden;
}

img.alignRight {
	margin: 2px 0 2px 9px;
}

img.alignLeft {
	margin: 2px 9px 2px 0;
}

.backwards {
	unicode-bidi: bidi-override;
	direction: rtl;
}

/* search engine highlite (sehl) */
.hl0 {
	background-color: #FFFF99
}

.hl1 {
	background-color: #FF99FF
}

.hl2 {
	background-color: #99FFFF
}

.hl3 {
	background-color: #FF9999
}

.hl4 {
	background-color: #9999FF
}

body {
	text-align: center;
	color: black;
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans;
	background: #ffffff url(../images/bg1.png) repeat-x top;
}

th {
	color: white;
	background: #243e57
}

td,th {
	border-left-color: #eee;
	border-right-color: #eee;
	font-size: 1em;
}

h1 {
	font-weight: bold;
	color: #243e57
}

.pageTitle {
	font-weight: bold;
	color: #243e57
}

.pageTitle {
	font-weight: bold;
	color: #243e57
}

h2,h3 {
	margin: 1.1em 0 0;
}

.subTitle {
	border-bottom: 1px solid #eee;
	color: #555;
	clear: left;
	margin: 1.1em 0 0;
}

h2 {
	border-bottom: 1px solid #eee;
	color: #555;
	clear: left
}

h3 {
	color: navy;
	font-family: Verdana, Tahoma, Arial, sans;
}

h5 {
	color: #005199;
	letter-spacing: 1px
}

p {
	margin: .5em 0 1em
}

p strong,li strong {
	background-color: #ffffd2;
	padding-right: 1px;
	padding-left: 1px;
}

blockquote {
	margin: 1.5em 0 0 2em;
	color: #000;
	/*font-family:"Palatino Linotype", Georgia, Times, serif;
line-height:1.1em;
font-size:1.1em;*/
	display: block;
}

cite {
	color: #842100;
	font-family: "Palatino Linotype", Georgia, Times, serif;
}

/********************* TEMPLATE *********************/
#wrap {
	margin: 0 auto;
	width: 770px;
	text-align: left;
	position: relative;
	font-size: 1.2em;
}

#header {
	color: #fff;
	margin: 6px 0;
	text-align: right;
	height: 90px;
	overflow: hidden;
}

#header p {
	margin: 3px 0 0 0;
	line-height: 1.3;
	color: #ddd
}

#header #chat {
	float: right;
	border-left: 2px solid #5c6c7b;
	padding-left: 15px;
	margin-left: 15px;
	width: 140px;
	text-align: left;
}

#header #chat a img {
	border-bottom: 1px solid #4c7d44;
}

#header #chat a:hover img {
	border-bottom-color: #75e94f;
}

#logo {
	position: absolute;
	left: 0;
}

#header a {
	color: #fff;
	font-size: 1.9em;
}

#content {
	font-size: 1.1em;
	background: #fff url(../images/sombra_menu.gif) repeat-x top;
	padding: 10px 20px 20px;
	border: 1px solid #ddd;
	border-top: 1px solid #aaa;
	border-bottom: 0;
	width: 725px; /* width:767px;*/
	margin: 0;
	min-height: 400px;
	overflow: hidden;
}

#footer {
	font-size: 11px;
	background: #353535;
	color: #fff;
	text-align: center;
	font-family: tahoma;
}

#footer p {
	width: 770px;
	margin: 0 auto;;
	padding: 30px 0 20px;
	text-align: left;
	background: url(../images/base.png) no-repeat left top;
}

#footer big {
	float: right;
	text-align: left;
	font-weight: bold;
	margin-right: 3px;
	font-size: 1.1em
}

#footer img {
	vertical-align: middle;
}

#footer a {
	color: #fff;
}

/********************** MENU ***********************/
#nav {
	height: 107px;
	margin: 0;
	position: relative;
}

#nav li:hover ul,#nav li.sfhover ul {
	display: block;
}

#nav ul {
	display: none;
	border: 0;
	height: auto;
	background: transparent url(../images/base_menu.gif) no-repeat bottom;
	position: absolute;
	margin: 0;
	padding: 0 0 11px;
	white-space: normal;
	top: 20px;
	z-index: 100;
	color: black;
}

#nav ul li {
	background: #fff;
	float: left;
	display: block;
	padding: 0 6px;
	height: auto;
	width: 138px; /* 138*/
	margin: 0;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	top: 5px;
}

/* menu expandido  */
#nav ul li a {
	float: none;
	position: relative;
	padding: 5px 1px;
	height: auto;
	font-size: 10pt;
	background: none;
	line-height: 1;
	border-bottom: 1px solid #ccc;
	color: black;
	margin: 0;
	padding: 5px 1px;
}

#nav ul li a:hover {
	background: #faf8cc;
	color: #0847a4;
	border-color: #0847a4;
}

#nav li {
	display: block;
	list-style: none;
	margin: 0 4px 0 0;
	background-color: white;
	width: 150px;
	height: 25px;
	left: 0px;
	padding: 0;
	position: relative;
	float: left;
	padding: 0;
}

#nav a {
	display: block;
	/*float:left;*/
	padding: 5px 0 0 0;
	height: 7px;
	width: 100%;
	font-weight: normal;
	font-size: 14px;
	font-family: Tahoma;
	text-align: center;
	text-decoration: none;
	color: black;
	background-repeat: no-repeat;
	background-position: center 10px;
}

.inline {
	float: left;
	margin: 5px 0 0;
	border: 0
}

.coluna {
	float: right;
	width: 50%;
	margin: 0 0 20px 20px;
}

.rss {
	float: right;
	background: url(feed-icon-16x16.gif) no-repeat left;
	padding-left: 20px
}

.note {
	text-align: right;
	font-size: .9em
}

.tabelaExterna {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	padding: 0px 0px;
	border: 0px
}

.alerta {
	border: 2px solid #dabd7a;
	color: #cc0000;
	font-style: italic;
	font-size: 1.2em;
	padding: 8px 20px 8px 50px;
	background: #ffffa2 url(alerta.gif) no-repeat 1.5% 50%;
	margin: 5px 0 10px
}

.notaTecnica {
	text-align: left;
	border: 1px solid #006600;
	color: #006600;
	font-style: normal;
	font-size: 1em;
	font-color: #006600;
	padding: 15px 20px 15px 60px;
	background: #FFFFFF url(scientist.png) no-repeat 1.5% 50%;
	margin: 5px 0 10px
}

/********FAQ interna t�tulo*******************/
.faqInterna {
	color: #990000;
}

/* ------Observa��o----*/
.ident {
	padding-left: 25px;
}

.observacaoInterna {
	padding: 15px 20px 15px 15px;
	text-align: justify;
	background-color: #FFFFCC;
	margin: 5px 0 10px;
	text-align: left;
	border: 1px solid #000066;
	color: #006600;
	font-style: normal;
	font-size: 1em;
	font-color: #006600;
}

.lateral {
	float: right;
	border: 1px solid #e6e6fa;
	background: #f4f4fa;
	padding: 5px 12px;
	margin: 0 0 10px 15px;
	width: 18em
}

.indice {
	color: #999;
}

.highlight {
	background-color: #FFFF00;
}

/********************* ESPECIFIC *********************/
#news {
	border-top: 1px solid #ddd;
}

#news li {
	list-style: none;
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 0 5px 7px 22px;
	background: url(item.gif) no-repeat 2px 13px;
	margin: 0;
}

#news li a {
	text-decoration: none;
	display: block;
	font-size: 1.1em
}

#news li a:hover {
	text-decoration: underline
}

#news li em {
	color: #999;
	font-size: .75em;
	text-align: right;
	font-style: normal;
	display: block
}

#fotoComercial {
	font-size: 10px;
	clear: both;
	width: 250px;
}

#fotoComercial img {
	float: left;
}

#fotoComercial #nome {
	font-size: 14px;
}

#alignIco {
	height: 16px;
	margin: 1px;
}

/********************* IE 5 *********************/
.ie #nav ul li {
	width: 150px;
}

.ie #content {
	width: 767px;
}

/* ----- PRINTABLE -----*/
@media print {
	#nav {
		display: none;
	}
	#footer p {
		border-top: 2px solid #999;
		width: 99%;
		padding: 0
	}
	#header p {
		display: none
	}
	#content {
		margin: 0;
		border: 0;
		width: 100%;
		padding: 0;
		overflow: visible; /*firefox bug ao impirmir*/
		float: none; /*firefox bug ao impirmir*/
		position: relative; /*firefox bug ao impirmir*/
	}
	#wrap {
		width: auto;
		overflow: visible; /*firefox bug ao impirmir*/
		float: none; /*firefox bug ao impirmir*/
		position: relative; /*firefox bug ao impirmir*/
	}
	#header {
		height: auto
	}
	#logo {
		float: right;
		position: static;
	}
	#logo img {
		border: 5px solid #243d56
	}
	.lateral {
		display: none;
	}
	lateralEsquerda {
		display: none;
	}
}