/*dominio 1*/

/*fo*/

body  {
  color : #000000;
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;   /*For Opera*/
  padding-top: 0;   /*For Opera*/
  font-family: 'Trebuchet MS',verdana,arial,georgia,helvetica,"sans serif","times new roman";
  
  text-align: center;
  background: url(../images/bg_body.jpg) top center no-repeat;
}

body, body * {
	margin: 0; padding: 0;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

/*----------------  CLASSES DE FRONT-OFFICE --------------------*/
.descrSmall {font-size:9px;}
.descr {font-size:9px;}
.descrBig {font-size:12px; font-weight: bold}
.msg{font-size: 12px; text-align: left; line-height: 125%; color:#000000}

p a{
	text-decoration: underline;
}

/*a {}
p {font-size: 13px; text-align: justify; color: #333;}
/*h1 {font-size: 17px;}
h2 {font-size: 15px;}
h3 {font-size: 13px;}*/

img {border: 0;}
form {margin:0;}

.img_left {
	display: block;
	float: left;
	
	margin: 0 10px 10px 0;
	
}

/*----------------  LAYOUT --------------------*/


#container {
	
	width:840px;
	margin: 0 auto;
	
	text-align: left;
	
	background: url(../images/bg_main.jpg) top left repeat-y;
}

/* --- CAIXA LOGIN --- */
#caixa_login {
	padding: 10px;
	margin: 12px;
	margin-right: 20px;
	
	background: #F4F4F4;
	border: 1px solid #CCC;
	float: right;
	
	color: #666666;
	font-size: 12px;
	
	min-width: 200px;
}

#caixa_login a {color: #666; font-weight: bold;}

#caixa_login input, #caixa_login .bt {
	padding-left: 3px;
	height: 18px;
	border: 1px solid #CCC;
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 12px;
}

#caixa_login .bt {
	height: 20px;
	//height: 18px;
	color: white;
	font-weight: bold;
	background: #666;
	border: none;
}

#caixa_login2 {
	margin: 20px auto;
	padding: 10px;
	width: 220px;
//	width: 275px;
	
	background: #F4F4F4;
	border: 1px solid #CCC;

	color: #666666;
	font-size: 12px;
	
	text-align: left;
}

#caixa_login2 p {
	color: #333;
}

#caixa_login2 h2 {
	margin-bottom: 8px;
	padding: 6px;
	background: #666;
	color: white;
}

#header {
	position: absolute;
	left:50%;
	margin: 0;
	padding: 0;
	margin-left:-420px;
	width: 840px;
	height: 133px;
	
	text-align: left;
	background: url(../images/bg_header.jpg) 480px 0px no-repeat;

}

#header_menu {
	position: absolute;
	left:50%;
	margin: 0; padding: 0;
	margin-left:-400px;
	margin-top: 133px;
	
	width: 800px;
	height: 30px;
	
	background: #E6E6E6 url(../images/bg_menu.jpg) repeat-y;
	
	z-index:2000;
	
}

#img_header{
	position: absolute;
	left:50%;
	margin: 0; padding: 0;
	margin-left:-420px;
	margin-top: 163px;
	
	width: 840px;
	height: 120px;
	
	background: url(../images/bg_img_header.jpg) top left repeat-y;
	
	z-index:1000;
}

#leftcolumn {
	margin: 0; padding: 0;
	width:193px;
	
	text-align: left;
}

#rightcolumn {
	margin: 0; padding: 0;
	width:340px;
	float:left;
	
	text-align: left;
	
	border-left:1px solid #B2B2B2;
}

#main {
	float: left;
	text-align: left;
	width: 460px;
}

#footer {
	width:840px;
	min-height:60px;/* for mozilla*/
	//height:60px;
	padding: 0px;
	margin: 0 auto;
	clear:both;
	text-align: center;
}

#links{float: left; padding:7px 0px; width:460px; background:#E6E6E6;}

#links a{
	float:left;
	display:block;
	font-size: 11px;
	padding:0 10px;
	color:#737373;
}

#link_ed{
	float:right; 
	padding:5px 7px; 
	background:#F3F3F3; 
	width:326px;
	//width:339px;
	min-height:20px;
	//height:30px;
	text-align:right;
}

#footer_links{
	color:#999;
	font-size: 10px;
}


/* CAIXA MESES */
#caixa_meses {
	clear: both;
	margin: 5px 10px 0 0;
	padding: 10px 0;
	
	width: auto;
	
	text-align: left;
	
	border: 1px dotted #CCC;
	border-width: 1px 0;
}

#caixa_meses strong {
	font-size: 13px;
}

#caixa_meses select {
	font-size: 12px;
}

#caixa_meses input {
	font-size: 12px;
	background: #EEE;
	padding: 2px;
	
	color: #333;
	border-width: 1px;
}

#rsslink {
/*position: absolute;
margin-left: 90%;*/
float:right;
margin-top: 4px;

font-size: 13px;
font-weight: bold;
}

#rsslink a {
text-decoration: none;
color:#666;
}

#rsslink2 {margin-top: 4px; font-size: 13px; font-weight: bold;}

#rsslink2 a {text-decoration: none; color:#666;}

/* LISTA ÚLTIMAS NOTÍCIAS */
#lista_rss {
padding-left: 10px;
border-left: 1px solid #CCC;
}
#lista_rss a{
margin: 0; padding: 0;

font-size: 12px;

color: #333;
}


/* LISTA NOTICIAS */
.titulo_lista_noticias {
	padding-bottom: 4px;
	margin-bottom: 6px;
	
	border-bottom: 1px dotted #CCC;
	font-size: 13px;
}

.link_lista_noticias {
	font : normal bold 12px Verdana;
	color: #FF9900;
}

/* BREADCRUMBS */
#breadcrumbs {
	padding: 5px 0;
	
	border-bottom: 1px solid #CCC;
	border-left: none;
	
	font-size: 9px;
}

#breadcrumbs a {
	text-decoration: none;
	color: #666;
	
	font-size: 11px;
}

#breadcrumbs a:hover {

	color: black;
}

#table_box {
  width: 750px;
}

#caixa_pesquisa {
	position: absolute;
	right: 10px;
	bottom: 10px;

	
	font-weight: bold;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

.pesquisar_box {
	margin: 0 4px;
	height: 14px;
	background: white;
	border: 1px solid #CCCCCC;
	
	font-size: 11px;
}

#destaque_home{padding-right:40px;padding-top:20px;}

#destaque_home2{margin:0;padding:0;}

#destaque_home2 .item_destaque{
	min-height:110px;
	//height:110px; 
	
	background: #F2F2F2;
}

.item_destaque a, .item_destaque a:hover {
	display:block;
	text-decoration: none;
	min-height:110px;
	//height:110px;
	
}

.item_destaque a:hover {background: #E6E6E6;}

.item_destaque a img {
	display: block;
	
}

.item_destaque a:hover img {
	filter:alpha(opacity=65);-moz-opacity:0.65;opacity: 0.65;
}

.item_destaque a div {
	border-right:10px solid #0099CC;
	float: left;
	margin: 0 10px 0 0;
}
.item_destaque a:hover div {border-right:10px solid #000;}

.item_destaque a h2{
	font-size: 13px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.item_destaque a:hover h2 {color: #303030;}
.item_destaque a p {text-align: left; font-size: 12px; color: #666; line-height : 130%; }

.item_destaque a:hover p {text-decoration: none;}

.lermais {
	padding-top:7px;
	font-weight:bold;
}

.item_destaque a:hover .lermais {text-decoration: underline; color:#000;}


#destaque_home img {
	display: block;
	float: left;
	margin: 0 10px 5px 0;
	border: 1px solid #CCC;
}

#destaque_home h2 {
	margin: 12px 0; 
	padding-left:40px; 
	background:url(../images/icon_dest.jpg) left top no-repeat;
}

#destaque_home2 h2 {padding: 7px 0;}

#destaque_home h2 a
{	
	font-family: Tahoma;
	font-size:20px;
	font-weight: normal;
	color: black;
	text-decoration: none;
}



#destaque_home h2 a:hover {text-decoration: underline;}


#destaque_home p {text-align: left; font-size: 14px; color: #000;}


#destaque_home p a, #destaque_home p a:visited{text-decoration: none; font-size: 14px; color: #000;}


#destaque_home p a:hover, #destaque_home2 p a:hover{text-decoration:underline;}



#destaque_lateral{}

#details_div {padding:10px;}

#details_div li {
	margin-left:20px;
}

/*#left_top div
{
  background: url(left_aesce_img.jpg);
  background-repeat: repeat-y;
  background-position: center;
}

#left_top span
{
  display:none;
}*/

/* NEWSLETTER */

#mailing_box {
	float: left;
	margin: 2px 0 0 1px;
	padding: 6px;
	//width: 190px;
	border: 1px solid #CCC;
	background: #F4F4F4;
	
	text-align: left;
}

#mailing_box fieldset {
	padding-left: 0;
	border-top: 3px solid #DBDBDB;
	border-width: 3px 0 0 0;
}

#mailing_box fieldset legend {
	font-size: 13px;
	font-weight: bold;
	color: #666;
}

#mailing_box .descr {
	margin: 0; padding: 6px 0;
	color: #666;
	font-size: 11px;
	text-align: left;
	line-height: 100%;
}

#mailing_box .textbox {
	border: 1px solid #CCC;
	background: white;
	color: black;
	font-size: 11px;
}

#mailing_box .submit {
	background: #FF9900;
	color: white;
	border: none;
	
	font-size: 11px;
	font-weight: bold;
	display: inline;
	
	margin-left: 7px;
	padding: 1px;
}

/* WIDGETS TOPO */

#barra_icons {

	margin: 6px 0;
	padding: 5px 0;
	font-size: 11px;
	
	text-align: right;
}
#barra_icons a, #barra_icons a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #666;
}

#barra_icons a img {
	margin:0 3px -3px 0;
}

/* SONDAGEM */
#poll_box {
	float: left;
	margin: 2px 0 20px 1px;
	padding: 6px;
	width: 178px;
	//width: 190px;

	border: 1px solid #CCC;
	background: #F4F4F4;
	
	text-align: left;
}

#poll_box fieldset {
	padding-left: 0;
	border-top: 3px solid #DBDBDB;
	border-width: 3px 0 0 0;
}

#poll_box fieldset legend {
	font-size: 13px;
	font-weight: bold;
	color: #666;
}

#poll_box .descr {
	margin: 0; padding: 6px 0;
	color: #666;
	font-size: 11px;
	text-align: left;
	line-height: 125%;
	font-weight: bold;
}

#poll_box .show_results {
	color: #999;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
	
	float: left;
	cursor: pointer;
}

#poll_box .select {
	width: 125px;
	//width: 135px;
	font-size: 11px;
	color: #666;
	
	background: white;
	border: 1 px solid #999;
	
	float: left;
}

#poll_box .select option {
	font-size: 11px;
}

#poll_box .submit {
	background: #FF9900;
	color: white;
	border: none;
	
	font-size: 11px;
	font-weight: bold;
	display: inline;
	
	margin-left: 7px;
	padding: 2px;
	
	cursor: pointer;
	
	float: right;
}

#poll_box label {
	cursor: pointer;
	font-size: 11px;
	color: #666;
	
	line-height: 100%;
}

/* VEJA TB */
#veja_tb{margin:10px;width:440px;}

#veja_tb h3{

	font-size: 13px;
	color: #333;
	padding-bottom: 5px;
	clear: both;

}

#veja_tb ul {
	list-style: none;
	margin: 0; padding: 0;
}

#veja_tb ul li {
	padding-bottom: 2px;
}

#veja_tb ul li a {
	display: block;
	padding: 6px;
	
	color: #666;
	font-size: 11px;
	font-weight: normal;
	
	background: #F2F2F2;
	text-decoration: none;
}

#veja_tb ul li a:hover {
	background: #E6E6E6;
	color: black;
}

/* TICKER */
#ticker {
	z-index:0;
	padding: 12px;

	background: #FFFCF7 url(../images/bg_ticker.gif) repeat-x;
	border: 1px solid #FFE5BF;

	font-size: 13px;
}

/* GLOSSÁRIO */
#barra_letras {text-align: center;}

#barra_letras a{
	margin: 1px; padding: 4px 8px;
	background: #FF9900;
	color: white;

	font-size: 11px;
	font-weight: bold;
	text-decoration: none;	
}

#barra_letras a:hover {background: #666;}

.letra_glossario {
	padding: 3px;
	font-weight: bold;
	
}

.letra_glossario:hover {
	background: #666;
	color: white;
}

.titulo_lista_glossario {
	padding: 4px;
	background: #FFF8E6;

	font-size: 13px;
	color: #FF9900;
}



/*-- FORMULARIOS -- */

#multiForm {
	clear:both;
	position: relative;
	margin: 10px;
	
	text-align: left;
}


#multiForm h3 {
	font-size: 16px;
	font-weight: bold;
	color: #0099CB;
	
	border: 1px solid #CCC;
	
	border-width: 1px 0;
}

#multiForm h4 {
	margin-top: 10px;

	font-size: 13px;
	font-weight: bold;
	color: #666;
}

#multiForm, #multiForm * {
	font-size: 13px;
}

#multiForm form{
	margin:0; padding:0;	
}

#multiForm form p {
	font-weight: bold;
	margin-top: 8px;
}

.obs {font-size: 11px; color: #666;}
.obriga {font-weight: bold; color: #0099CB;}

#multiForm .fieldName {}
#multiForm .fieldValue {}
#multiForm .text {background: #FFFFFF url(../images/bg_forms.gif) repeat-x; border: 1px solid #999;}
#multiForm .file{background: #FFFFFF url(../images/bg_forms.gif) repeat-x; border: 1px solid #999;}
#multiForm textarea {background: #FFFFFF url(../images/bg_forms.gif) repeat-x; border: 1px solid #999;}
#multiForm .select {background: #FFFFFF url(../images/bg_forms.gif) repeat-x; border: 1px solid #999;}
#multiForm option {background: white;}
#multiForm .box {background: #0099CB; border:none; color: white; font-weight: bold;}

/* -- msgs loading -- */
#msg_ml {
	display:none;
	position: absolute;
	left: 0; top: 0;
	width:100%; height:100%;
	z-index:8000000000000000000;
	
	background: #000000;
	filter:alpha(opacity=30);-moz-opacity:0.3;opacity: 0.3;
	text-align: center;
}

#style_msg{
	display:none;
	position: absolute;
	margin:0;
	margin-top:-10px;
	//margin-top:-12px;
	margin-left:-20px;
	width:530px; 
	height:580px;
	//height:610px;
	z-index:8000000000000000000;
	
	background: #000000;
	filter:alpha(opacity=30);-moz-opacity:0.3;opacity: 0.3;
	text-align: center;
}

/* -- AUTO-GENERATE --*/


