/* common styling */
* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: none;
	vertical-align: middle;
	float: none;
} 
.bold {
	font-weight: bold;
}
.float_right{ float:right; }
.float_left{ float:left; }

p {
	font-size: 11px;
	color: #6b6b6b;
}
.justify {
	text-align: justify;
}
.bottom10 {
	margin: 0 0 10px 0;
}
img {
	cursor: pointer;
	
}
h1 {
	font-size: 12px;
	color: #6b6b6b;
	font-weight: bold;
}
body {
	background-image: url(../imgs/bg_site.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	background-color: #f3f3f3;
}
a:link {
	text-decoration: none;
	color: #00467f;
}
a:visited { 
	text-decoration: none; 
	color: #00467f;
}
a:hover { 
	text-decoration: underline; 
	color: #00467f;
}
a:active { 
	text-decoration: none; 
	color: #00467f;
}
#home, #geral {
	width:750px;
	margin:0 auto;
}
.header{ height:105px;}
.header div.logos{ }
.header div.logos div a h1, .header div.logos div a h2 { text-indent:-999999px; }
.header div.logo_01 { background: url("../imgs/header_logo_brookfield_gestao_de_ativos.gif") no-repeat; width:241px; height:21px; }
.header div.logo_02 { background: url("../imgs/header_logo_brookfield.gif") no-repeat; width:138px; height:22px; }
#esquerda {
	width:237px;
	float:left;
	background-color: #fff;
	min-height: 530px;
}
#esquerda #newsletter {
		width: 205px; height: 200px; *height: 210px;
		*margin-top: 15px;
		float: left;
		background-color: #dbdbdb;
		background-image: url(../imgs/barra_newsletter.gif);
		background-repeat: no-repeat;
	}
	#esquerda #newsletter .imgN {
		padding: 15px 0 0 5px;
		float: left;
	}
	#esquerda #newsletter p {
		float: left;
		padding: 12px 0 10px 5px;
		width: 180px;
		font: 12px "Trebuchet MS", "Georgia", "Times New Roman", "Times", serif;
	}
	#esquerda #newsletter #campo { 
		clear: both;
		padding: 0 0 5px 15px;
		width: 180;
		font: 12px "Trebuchet MS", "Georgia", "Times New Roman", "Times", serif;
		color: #00467f;
	}
		#esquerda #newsletter #campo input {
			padding: 3px;
			width: 150px; height: 13px;
			background: #dbdbdb;
			border: 1px solid #cccccc;
		}
.btEnviar {
	float: right;
	border: 0; cursor: pointer;
	margin-right: 32px; padding: 0;
	width: 50px; height: 22px;
	background: url(../imgs/bt_enviarNEN.gif);
}
#direita {
	width:513px;
	min-height: 600px;
	float:left;
	background-color: #fff; /* fff */
}
#direita_home {
	width:513px;
	min-height: 530px;
	float:left;
	background-color: #fff; /* fff */
}
.menuhome {
	width:205px;
	height:160px;
	background-color:#fff;
	margin: 160px 0px -10px 0px;
	padding: 0px 0px 0px 0px;
}

/* MENU HOME LINK */
.menuhome ul li a{display:block; float:left;}
/* MENU HOME */
	.menuhome ul li a#home {
		background-image: url(../imgs/menu/menu_h_home.gif);
		text-indent:-5000px;
		background-repeat: no-repeat;
		background-position: 0px 0px;
		height: 23px;
		width: 205px;
	}
		/* HOVER */
		.menuhome ul li a#home:hover{
			background-image: url(../imgs/menu/menu_h_home.gif);
			text-indent:-5000px;
			background-repeat: no-repeat;
			background-position: 0px -27px;
			height: 23px;
			width: 205px;
		}
		
		.menuhome ul li a#home_hover{
			background-image: url(../imgs/menu/menu_h_home.gif);
			text-indent:-5000px;
			background-repeat: no-repeat;
			background-position: 0px -27px;
			height: 23px;
			width: 205px;
		}
		
/* MENU EMPRESA */
	.menuhome ul li a#empresa {
		background-image: url(../imgs/menu/menu_h_empresa.gif);
		text-indent:-5000px;
		background-repeat: no-repeat;
		background-position: 0px 0px;
		height: 23px;
		width: 205px;
	}
		/* HOVER */
		.menuhome ul li a#empresa:hover{
			background-image: url(../imgs/menu/menu_h_empresa.gif);
			text-indent:-5000px;
			background-repeat: no-repeat;
			background-position: 0px -27px;
			height: 23px;
			width: 205px;
		}
		
/* MENU FUNDOS */
	.menuhome ul li a#fundos {
		background-image: url(../imgs/menu/menu_h_fundos.gif);
		text-indent:-5000px;
		background-repeat: no-repeat;
		background-position: 0px 0px;
		height: 23px;
		width: 205px;
	}
		/* HOVER */
		.menuhome ul li a#fundos:hover{
			background-image: url(../imgs/menu/menu_h_fundos.gif);
			text-indent:-5000px;
			background-repeat: no-repeat;
			background-position: 0px -27px;
			height: 23px;
			width: 205px;
		}
		
/* MENU COMO INVESTIR */
	.menuhome ul li a#comoinvestir {
		background-image: url(../imgs/menu/menu_h_como_invest.gif);
		text-indent:-5000px;
		background-repeat: no-repeat;
		background-position: 0px 0px;
		height: 23px;
		width: 205px;
	}
		/* HOVER */
		.menuhome ul li a#comoinvestir:hover{
			background-image: url(../imgs/menu/menu_h_como_invest.gif);
			text-indent:-5000px;
			background-repeat: no-repeat;
			background-position: 0px -27px;
			height: 23px;
			width: 205px;
		}
		
		/* HOVER */
		.menuhome ul li a#comoinvestir_hover{
			background-image: url(../imgs/menu/menu_h_como_invest.gif);
			text-indent:-5000px;
			background-repeat: no-repeat;
			background-position: 0px -27px;
			height: 23px;
			width: 205px;
		}
		
/* MENU COMO EQUIPE */
	.menuhome ul li a#equipe {
		background-image: url(../imgs/menu/menu_h_equipe.gif);
		text-indent:-5000px;
		background-repeat: no-repeat;
		background-position: 0px 0px;
		height: 23px;
		width: 205px;
	}
		/* HOVER */
		.menuhome ul li a#equipe:hover{
			background-image: url(../imgs/menu/menu_h_equipe.gif);
			text-indent:-5000px;
			background-repeat: no-repeat;
			background-position: 0px -27px;
			height: 23px;
			width: 205px;
		}

/* MENU COMO CLIPPING */
	.menuhome ul li a#clipping {
		background-image: url(../imgs/menu/menu_h_clipping.gif);
		text-indent:-5000px;
		background-repeat: no-repeat;
		background-position: 0px 0px;
		height: 23px;
		width: 205px;
	}
		/* HOVER */
		.menuhome ul li a#clipping:hover{
			background-image: url(../imgs/menu/menu_h_clipping.gif);
			text-indent:-5000px;
			background-repeat: no-repeat;
			background-position: 0px -27px;
			height: 23px;
			width: 205px;
		}

		
/* MENU COMO FALE CONOSCO */
	.menuhome ul li a#faleconosco {
		background-image: url(../imgs/menu/menu_h_fale.gif);
		text-indent:-5000px;
		background-repeat: no-repeat;
		background-position: 0px 0px;
		height: 23px;
		width: 205px;
	}
		/* HOVER */
		.menuhome ul li a#faleconosco:hover{
			background-image: url(../imgs/menu/menu_h_fale.gif);
			text-indent:-5000px;
			background-repeat: no-repeat;
			background-position: 0px -27px;
			height: 23px;
			width: 205px;
		}
		/* HOVER */
		.menuhome ul li a#faleconosco_hover{
			background-image: url(../imgs/menu/menu_h_fale.gif);
			text-indent:-5000px;
			background-repeat: no-repeat;
			background-position: 0px -27px;
			height: 23px;
			width: 205px;
		}
		
		
/*  SUBMENU  */

/* SUB-MENU APRESENTACAO */
	.menuhome ul li ul a#apresentacao {
	background-image: url(../imgs/menu/sub_h_apresentacao.gif);
	text-indent:-5000px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 139px;
	}
		/* HOVER */
		.menuhome ul li ul a#apresentacao:hover{
			background-image: url(../imgs/menu/sub_h_apresentacao.gif);
			text-indent:-5000px;
			background-repeat: no-repeat;
			background-position: 0px -27px;
			height: 20px;
			width: 205px;
		}
		
/* SUB-MENU OBJETIVOS */
	.menuhome ul li ul a#objetivos {
		background-image: url(../imgs/menu/sub_h_objetivos.gif);
		text-indent:-5000px;
		background-repeat: no-repeat;
		background-position: 0px 0px;
		height: 20px;
		width: 139px;
	}
		/* HOVER */
		.menuhome ul li ul a#objetivos:hover{
			background-image: url(../imgs/menu/sub_h_objetivos.gif);
			background-repeat: no-repeat;
			background-position: 0px -27px;
			height: 20px;
			width: 205px;
		}
		
/* SUB-MENU ADMINISTRADOR */
	.menuhome ul li ul a#administrador {
		background-image: url(../imgs/menu/sub_h_administrador.gif);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		height: 20px;
		width: 139px;
	}
		/* HOVER */
		.menuhome ul li ul a#administrador:hover{
			background-image: url(../imgs/menu/sub_h_administrador.gif);
			background-repeat: no-repeat;
			background-position: 0px -27px;
			height: 20px;
			width: 205px;
		}
		
/* SUB-MENU CUSTODIANTE */
	.menuhome ul li ul a#custodiante {
		background-image: url(../imgs/menu/sub_h_custodiante.gif);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		height: 22px;
		width: 139px;
	}
		/* HOVER */
		.menuhome ul li ul a#custodiante:hover{
			background-image: url(../imgs/menu/sub_h_custodiante.gif);
			background-repeat: no-repeat;
			background-position: 0px -27px;
			height: 22px;
			width: 205px;
		}		

		
/* objcaracperf01 SUB-MENU BRASCAN SUPERIOR HEDGE */
	.menuhome ul li ul a#brascansup01 {
		background-image: url(../imgs/menu/sub_h_brascan_hedge1.gif);
		text-indent:-5000px;
		background-repeat: no-repeat;
		background-position: 0px 0px;
		height: 28px;
		width: 139px;
	}
		/* HOVER */
		.menuhome ul li ul a#brascansup01:hover{
			background-image: url(../imgs/menu/sub_h_brascan_hedge1.gif);
			text-indent:-5000px;
			background-repeat: no-repeat;
			background-position: 0px -37px;
			height: 28px;
			width: 205px;
		}
		
/* SUB-MENU BRASCAN SUPERIOR HEDGE 02 */
	.menuhome ul li ul a#brascansup02 {
		background-image: url(../imgs/menu/sub_h_brascan_hedge2.gif);
		text-indent:-5000px;
		background-repeat: no-repeat;
		background-position: 0px 0px;
		height: 28px;
		width: 139px;
	}
		/* HOVER */
		.menuhome ul li ul a#brascansup02:hover{
			background-image: url(../imgs/menu/sub_h_brascan_hedge2.gif);
			text-indent:-5000px;
			background-repeat: no-repeat;
			background-position: 0px -37px;
			height: 28px;
			width: 205px;
		}

/* SUB-MENU GRAFICOS E HISTORICOS DE RENTABILIDADE */
	.menuhome ul li ul a#grafhistrent {
		background-image: url(../imgs/menu/sub_h_grafhistrent.gif);
		text-indent:-5000px;
		background-repeat: no-repeat;
		background-position: 0px 0px;
		height: 28px;
		width: 139px;
	}
		/* HOVER */
		.menuhome ul li ul a#grafhistrent:hover{
			background-image: url(../imgs/menu/sub_h_grafhistrent.gif);
			text-indent:-5000px;
			background-repeat: no-repeat;
			background-position: 0px -37px;
			height: 28px;
			width: 205px;
		}	
				
/* SUB-MENU ESTATISTICA */
	.menuhome ul li ul a#estatistica {
		background-image: url(../imgs/menu/sub_h_estatistica.gif);
		text-indent:-5000px;
		background-repeat: no-repeat;
		background-position: 0px -1px;
		height: 27px;
		width: 139px;
	}
		/* HOVER */
		.menuhome ul li ul a#estatistica:hover{
			background-image: url(../imgs/menu/sub_h_estatistica.gif);
			text-indent:-5000px;
			background-repeat: no-repeat;
			background-position: 0px -38px;
			height: 27px;
			width: 139px;
		}
	.menuhome ul li ul a#estatistica2 {
		background-image: url(../imgs/menu/sub_h_estatistica2.gif);
		text-indent:-5000px;
		background-repeat: no-repeat;
		background-position: 0px -1px;
		height: 27px;
		width: 139px;
	}
		/* HOVER */
		.menuhome ul li ul a#estatistica2:hover{
			background-image: url(../imgs/menu/sub_h_estatistica2.gif);
			text-indent:-5000px;
			background-repeat: no-repeat;
			background-position: 0px -38px;
			height: 27px;
			width: 205px;
		}
				


				
/* SUB-MENU RISCO */
	.menuhome ul li ul a#risco {
		background-image: url(../imgs/menu/sub_h_estatistica.gif);
		text-indent:-5000px;
		background-repeat: no-repeat;
		background-position: 0px 0px;
		height: 20px;
		width: 139px;
	}
		/* HOVER */
		.menuhome ul li ul a#risco:hover{
			background-image: url(../imgs/menu/sub_h_estatistica.gif);
			text-indent:-5000px;
			background-repeat: no-repeat;
			background-position: 0px -27px;
			height: 20px;
			width: 205px;
		}
		
/* SUB-MENU DOWNLOAD */
	.menuhome ul li ul a#download {
		background-image: url(../imgs/menu/sub_h_download.gif);
		text-indent:-5000px;
		background-repeat: no-repeat;
		background-position: 0px 0px;
		height: 20px;
		width: 139px;
	}
		/* HOVER */
		.menuhome ul li ul a#download:hover{
			background-image: url(../imgs/menu/sub_h_download.gif);
			text-indent:-5000px;
			background-repeat: no-repeat;
			background-position: 0px -27px;
			height: 20px;
			width: 205px;
		}
		
/* SUB-MENU REGULAMENTO */
	.menuhome ul li ul a#regulamento {
		background-image: url(../imgs/menu/sub_h_regulamento.gif);
		text-indent:-5000px;
		background-repeat: no-repeat;
		background-position: 0px 0px;
		height: 20px;
		width: 139px;
	}
		/* HOVER */
		.menuhome ul li ul a#regulamento:hover{
			background-image: url(../imgs/menu/sub_h_regulamento.gif);
			text-indent:-5000px;
			background-repeat: no-repeat;
			background-position: 0px -27px;
			height: 20px;
			width: 205px;
		}
		
/* SUB-MENU PROSPECTO */
	.menuhome ul li ul a#prospecto {
		background-image: url(../imgs/menu/sub_h_prospecto.gif);
		text-indent:-5000px;
		background-repeat: no-repeat;
		background-position: 0px 0px;
		height: 20px;
		width: 139px;
	}
		/* HOVER */
		.menuhome ul li ul a#prospecto:hover{
			background-image: url(../imgs/menu/sub_h_prospecto.gif);
			text-indent:-5000px;
			background-repeat: no-repeat;
			background-position: 0px -27px;
			height: 20px;
			width: 205px;
		}
	
/* SUB-MENU CARTA MENSAL */
	.menuhome ul li ul a#cartamensal {
		background-image: url(../imgs/menu/sub_h_cartamensal.gif);
		text-indent:-5000px;
		background-repeat: no-repeat;
		background-position: 0px 0px;
		height: 20px;
		width: 139px;
	}
		/* HOVER */
		.menuhome ul li ul a#cartamensal:hover{
			background-image: url(../imgs/menu/sub_h_cartamensal.gif);
			text-indent:-5000px;
			background-repeat: no-repeat;
			background-position: 0px -27px;
			height: 20px;
			width: 205px;
		}
			
/* SUB-MENU EQUIPE DE GESTAO */
	.menuhome ul li ul a#eqgestao {
		background-image: url(../imgs/menu/sub_h_eq_gestao.gif);
		text-indent:-5000px;
		background-repeat: no-repeat;
		background-position: 0px 0px;
		height: 20px;
		width: 139px;
	}
		/* HOVER */
		.menuhome ul li ul a#eqgestao:hover{
			background-image: url(../imgs/menu/sub_h_eq_gestao.gif);
			text-indent:-5000px;
			background-repeat: no-repeat;
			background-position: 0px -27px;
			height: 20px;
			width: 205px;
		}
		
/* SUB-MENU RISCO */
	.menuhome ul li ul a#risco {
		background-image: url(../imgs/menu/sub_h_risco.gif);
		text-indent:-5000px;
		background-repeat: no-repeat;
		background-position: 0px 0px;
		height: 20px;
		width: 139px;
	}
		/* HOVER */
		.menuhome ul li ul a#risco:hover{
			background-image: url(../imgs/menu/sub_h_risco.gif);
			text-indent:-5000px;
			background-repeat: no-repeat;
			background-position: 0px -27px;
			height: 20px;
			width: 205px;
		}
		
/* SUB-MENU RISCO */
	.menuhome ul li ul a#areaatend {
		background-image: url(../imgs/menu/sub_h_area_atend.gif);
		text-indent:-5000px;
		background-repeat: no-repeat;
		background-position: 0px 0px;
		height: 22px;
		width: 139px;
	}
		/* HOVER */
		.menuhome ul li ul a#areaatend:hover{
			background-image: url(../imgs/menu/sub_h_area_atend.gif);
			text-indent:-5000px;
			background-repeat: no-repeat;
			background-position: 0px -27px;
			height: 22px;
			width: 205px;
		}
		
		
.menuhome ul {list-style-type: none; }
.menuhome ul li {float:left; margin-right:1px; position:relative;}
.menuhome ul li ul {display: none;}

/* specific to non IE browsers HOME */
.hide {display:none;}
.menuhome ul li:hover a {color:#fff;}
.menuhome ul li:hover ul {display:block; position:absolute; top:0; left:205px; width:105px;}
.menuhome ul li:hover ul li a.hide {color:#000;}
.menuhome ul li:hover ul li:hover a.hide {width:150px;}
.menuhome ul li:hover ul li ul {display: none;}
.menuhome ul li:hover ul li a {display:block; bcolor:#000; width:150px;}
.menuhome ul li:hover ul li a:hover {color:#000;}
.menuhome ul li:hover ul li:hover ul {display:block; position:absolute; left:151px; top:0; color:#000;}
.menuhome ul li:hover ul li:hover ul li a {display:block; width:200px; color:#000;}
.menuhome ul li:hover ul li:hover ul li a:hover {color:#fff;}

/* specific to non IE browsers INTERNO */
.menuinterno ul li:hover a {color:#fff;}
.menuinterno ul li:hover ul {display:block; position:absolute; top:0; left:205px; width:105px;}
.menuinterno ul li:hover ul li a.hide {color:#000;}
.menuinterno ul li:hover ul li:hover a.hide {width:150px;}
.menuinterno ul li:hover ul li ul {display: none;}
.menuinterno ul li:hover ul li a {display:block; bcolor:#000; width:150px;}
.menuinterno ul li:hover ul li a:hover {color:#000;}
.menuinterno ul li:hover ul li:hover ul {display:block; position:absolute; left:151px; top:0; color:#000;}
.menuinterno ul li:hover ul li:hover ul li a {display:block; width:200px; color:#000;}
.menuinterno ul li:hover ul li:hover ul li a:hover {color:#fff;}


/* ++++++++++++ INICIO DO FRAME DA ESQUERDA ++++++++++++ */
/* LOGO */
#logobrascan {
	background: url(../imgs/logo_brascan02.gif) no-repeat center center;
	height: 85px;
	width: 193px;
	background-repeat: no-repeat;
	margin-top: 40px;
	margin-left: 10px;
}

/* TITULO ACIONISTA */
#titacionista {
	background-image: url(../imgs/tit_h_acionista.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 205px;
	margin-top: 15px;
}

/* TIT CONTROLADOR */
#titcontrolador {
	width: 205px;
}
#titcontrolador h1{
	background-image: url(../imgs/ico_barra_cinza_01.gif);
	background-repeat: no-repeat;
	background-position: 10px 15px;
	padding-left: 30px;
	font-size:11px;
	color:#6e6e6e;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 5px;
}

/* LOGO BANCO BRASCAN */
#logobancobrascan a {
	background-image: url(../imgs/logo_banco_brascan.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 45px;
	width: 205px;
	display:block;
}

/* TIT ASSOCIADO A */
#titassociados {
	width: 205px;
}
#titassociados h1{
	background-image: url(../imgs/ico_barra_cinza_01.gif);
	background-repeat: no-repeat;
	background-position: 10px 15px;
	padding-left: 30px;
	font-size:11px;
	color:#6e6e6e;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 5px;
}

/* LOGO BROOKFIELD */
#logobrookfield {float:left;}
#logobrookfield a {
	background-image: url(../imgs/logo_brookfield.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 45px;
	width: 205px;
	display:block;
}

/* LOGO MELLON */
#logomellon {float:right;}
#logomellon a {
	background-image: url(../imgs/logo_mellon.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 45px;
	width: 117px;
	padding-bottom:10px;
	display:block;
}

/* ++++++++++++ INICIO DO FRAME DA DIREITA ++++++++++++ */

/* IMAGEM DO HEAD */
#head {
	width: 750px;
	height: 5px;
	display:block;
	margin:0 auto;
	background-color: #00467f;
	margin-bottom:5px;
}

/* IDIOMA */
#idiomaen {
	height: 20px;
	display: block;
}

#idiomaen a{
	height: 20px;
	width: 105px;
	background-image: url(../imgs/bt_portugues.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: 20px;
	display: block;
}
#idiomapt a{
	height: 20px;
	width: 105px;
	background-image: url(../imgs/bt_portugues.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left:20px;
	display:block;
}

/* IMAGEM DO HEADER */
#imgheader {
	background-image: url(../imgs/img_header_home.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 115px;
	width: 513px;
	padding-bottom:20px;
}

#imgheader_clipping {
	background-image: url(../imgs/banner_clipping.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 115px;
	width: 513px;
	padding-bottom:20px;
}

#imgheaderempresa {
	background-image: url(../imgs/img_header_empresa.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 115px;
	width: 513px;
	padding-bottom:20px;
}

#imgheaderdif30objetivos, #imgheaderinstobjetivos {
	background-image: url(../imgs/img_header_inst_obj.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 115px;
	width: 513px;
	padding-bottom:20px;
}

#imgheaderdif30caracteristicas, #imgheaderinstcaracteristicas {
	background-image: url(../imgs/img_header_inst_carac.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 115px;
	width: 513px;
	padding-bottom:20px;
}
#imgheaderdif30performance, #imgheaderinstperformance {
	background-image: url(../imgs/img_header_hedgeinst_perfcotas.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 115px;
	width: 513px;
	padding-bottom:20px;
}
#imgheaderdif30graficos, #imgheaderinstgraficos {
	background-image: url(../imgs/img_header_inst_graf.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 115px;
	width: 513px;
	padding-bottom:20px;
}

#imgheaderdif30estatisticas, #imgheaderinstestatisticas {
	background-image: url(../imgs/img_header_inst_estat.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 115px;
	width: 513px;
	padding-bottom:20px;
}

#imgheaderdif30regulamento, #imgheaderinstregulamento {
	background-image: url(../imgs/img_header_inst_regul.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 115px;
	width: 513px;
	padding-bottom:20px;
}

#imgheaderquantobjetivos {
	background-image: url(../imgs/img_header_quant_obj.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 115px;
	width: 513px;
	padding-bottom:20px;
}

#imgheaderquantcaracteristicas {
	background-image: url(../imgs/img_header_quant_carac.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 115px;
	width: 513px;
	padding-bottom:20px;
}
#imgheaderquantperformance {
	background-image: url(../imgs/img_header_hedgeinst_perfcotas.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 115px;
	width: 513px;
	padding-bottom:20px;
}
#imgheaderquantgraficos {
	background-image: url(../imgs/img_header_quant_graf.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 115px;
	width: 513px;
	padding-bottom:20px;
}

#imgheaderquantestatisticas {
	background-image: url(../imgs/img_header_quant_estat.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 115px;
	width: 513px;
	padding-bottom:20px;
}

#imgheaderquantregulamento {
	background-image: url(../imgs/img_header_quant_regul.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 115px;
	width: 513px;
	padding-bottom:20px;
}


#imgheaderobjetivos {
	background-image: url(../imgs/img_header_objetivos.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 115px;
	width: 513px;
	padding-bottom:20px;
}

#imgheaderadministrador {
	background-image: url(../imgs/img_header_administrador.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 115px;
	width: 513px;
	padding-bottom:20px;
}

#imgheadercustodiante {
	background-image: url(../imgs/img_header_custodiante.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 115px;
	width: 513px;
	padding-bottom:20px;
}

#imgheadercomoinvestir {
	background-image: url(../imgs/img_header_como_investir.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 115px;
	width: 513px;
	padding-bottom:20px;
}

#imgheaderfaleconosco {
	background-image: url(../imgs/img_header_fale_conosco.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 115px;
	width: 513px;
	padding-bottom:20px;
}

#imgheadsup01 {
	background-image: url(../imgs/img_header_hedge01_obj.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 115px;
	width: 513px;
	padding-bottom:20px;
}
#imgheadsup01car {
	background-image: url(../imgs/img_header_hedge01_carac.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 115px;
	width: 513px;
	padding-bottom:20px;
}
#imgheadsup01per {
	background-image: url(../imgs/img_header_hedge1_perfcotas.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 115px;
	width: 513px;
	padding-bottom:20px;
}
#imgheadsup02per {
	background-image: url(../imgs/img_header_hedge2_perfcotas.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 115px;
	width: 513px;
	padding-bottom:20px;
}
#imgheadsup02 {
	background-image: url(../imgs/img_header_hedge02_obj.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 115px;
	width: 513px;
	padding-bottom:20px;
}
#imgheadsup02obj {
	background-image: url(../imgs/img_header_hedge02_obj.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 115px;
	width: 513px;
	padding-bottom:20px;
}
#imgheadsup02car {
	background-image: url(../imgs/img_header_hedge02_carac.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 115px;
	width: 513px;
	padding-bottom:20px;
}
#imgheadgrafhistrent2 {
	background-image: url(../imgs/img_header_grafhistrent.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 115px;
	width: 513px;
	padding-bottom:20px;
}
#imgheadgrafhistrent {
	background-image: url(../imgs/img_header_grafhistrent2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 115px;
	width: 513px;
	padding-bottom:20px;
}
#imgheadgrafhistrent_sup1 {
	background-image: url(../imgs/img_header_graf_sup1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 115px;
	width: 513px;
	padding-bottom:20px;
}#imgheadestatistica {
	background-image: url(../imgs/img_header_estatistica2_new.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 115px;
	width: 513px;
	padding-bottom:20px;
}
#imgheadestatistica_sup1 {
	background-image: url(../imgs/img_header_estatistica_sup1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 115px;
	width: 513px;
	padding-bottom:20px;
}


#imgheadestatistica2 {
	background-image: url(../imgs/img_header_estatistica3.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 115px;
	width: 513px;
	padding-bottom:20px;
}

#imgheadregulamento {
	background-image: url(../imgs/img_header_regulamento.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 115px;
	width: 513px;
	padding-bottom:20px;
}
#imgheadregulamento3 {
	background-image: url(../imgs/img_header_regulamento3.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 115px;
	width: 513px;
	padding-bottom:20px;
}

#imgheadregulamento_sup1 {
	background-image: url(../imgs/img_header_regulamento_sup1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 115px;
	width: 513px;
	padding-bottom:20px;
}
#imgheadprospecto {
	background-image: url(../imgs/img_header_prospecto.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 115px;
	width: 513px;
	padding-bottom:20px;
}
#imgheadcarta {
	background-image: url(../imgs/img_header_carta.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 115px;
	width: 513px;
	padding-bottom:20px;
}
#imgheadcartamensal {
	background-image: url(../imgs/img_header_cartamensal.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 115px;
	width: 513px;
	padding-bottom:20px;
}

#imgheadhedge02 {
	background-image: url(../imgs/img_header_hedge02.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 115px;
	width: 513px;
	padding-bottom:20px;
}

#imgheadereqgestao {
	background-image: url(../imgs/img_header_eqgestao.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 115px;
	width: 513px;
	padding-bottom:20px;
}

#imgheadervoto {
	background-image: url(../imgs/img_header_voto.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 115px;
	width: 513px;
	padding-bottom:20px;
}

#imgheaderrisco {
	background-image: url(../imgs/img_header_risco.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 115px;
	width: 513px;
	padding-bottom:20px;
}

#imgheaderareaatend {
	background-image: url(../imgs/img_header_areaatend.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 115px;
	width: 513px;
	padding-bottom:20px;
}

#conteudohome {
	float:left;
	width:513px;
	height: 160px;
	background-color: #fff;
	display:inline;
}

#conteudohome01 {
	float:left;
	width:330px;
	
}
#divconteudohome {
	width: 4px;
	height:130px;
	float:left;
	padding-right:6px;
	margin-top:30px;
	background-attachment: scroll;
	background-image: url(../imgs/div_cont_home.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#conteudohome02 {
	float:left;
	width:173px;
}

#brascangestao {
	background-image: url(../imgs/tit_h_brascan_gestao2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 330px;
	float:left;
	
}
#brascangestao h1{
	margin-top:50px;
	padding-left:30px;
	padding-right:30px;
}
#brascangestao p{
	padding-left:30px;
	padding-right:10px;
}
#brascangestao a{
	background-image: url(../imgs/bt_saiba_mais.gif);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	display: block;
	height: 19px;
	width: 91px;
	margin-top:25px;
	margin-left:220px;
}

#parceirosop {
	width:173px;
	height: 30px;
	background-image: url(../imgs/tit_h_parceiros_op.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float:left;
}

#titinfodiarias {
	width: 163px;
	height:30px;
	float:left;
	
}
#titinfodiarias h1{
	background-image: url(../imgs/ico_barra_cinza_01.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-left: 30px;
	font-size:11px;
	color:#6e6e6e;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}

#logointrag {
	width:153px;
	height:40px;
	float:left;
}
#logointrag a {
	width:153px;
	height:35px;
	background-image: url(../imgs/logo_intrag.gif);
	background-position: 25px center;
	margin-left: 10px;
	background-repeat: no-repeat;
	display:block;
}

#titcustodia {
	width: 163px;
	height:30px;
	float:left;
}
/*#titcustodia .tit span {float:left;}*/
#titcustodia .tit {
	background-image: url(../imgs/ico_barra_cinza_01.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-left: 25px;
	font-size:11px;
	color:#6e6e6e;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}

#logoitau {
	width:75px;
	height:40px;
	float:left;
}
#logoitau a {
	width:75px;
	height:35px;
	background-image: url(../imgs/logo_itau.gif);
	background-position:/* 25px */center;
	margin-left: 10px;
	background-repeat: no-repeat;
	display:block;
}

#titauditoria {
	width: 163px;
	float:left;
}
#titauditoria h1{
	background-image: url(../imgs/ico_barra_cinza_01.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-left: 30px;
	font-size:11px;
	color:#6e6e6e;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}

#logodeloitte {
	width:75px;
	height:40px;
	float:left;
}
#logodeloitte a {
	width:75px;
	height:35px;
	background-image: url(../imgs/logo_deloitte.gif);
	background-position:/* 25px */center;
	margin-left: 10px;
	background-repeat: no-repeat;
	display:block;
}


#boxinfodiarias {
	width:503px;
	clear:both;
	font-family: Trebuchet MS, Times New Roman, Times, serif;
	font-size: 11px;
	color: #00467f;
	padding: 13px 0;

}
.bggray, .bggrayTxt {
	background-color:#f7f7f7;
	height:22px;
}
.bggrayTxt { font: 10px Verdana, Arial, Helvetica, sans-serif; color: #949494; }
.bggray h3 {
	background-color:#f7f7f7;
	font-weight: normal;
	font-size: 11px;
}

.bggray2 {
	background-color:#f7f7f7;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#boxinfodiarias h1 {
	background-image: url(../imgs/tit_h_inf_diarias.gif);
	height: 27px;
	width: 510px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent:-5000px;
}
#boxinfodiarias h2 {
	font-size: 12px;
	color: #00467f;
	font-weight: normal;
	text-align:left;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
}
#boxinfodiarias h3 {
	font-size: 11px;
	color: #00467f;
	text-align:left;
	padding-left:20px;
	padding-top:3px;
	padding-bottom:3px;
	font-weight: bold;
}
#boxinfodiarias h4 {
	font-size: 12px;
	color: #6b6b6b;
	font-weight: normal;
	text-align:left;
	padding-left:20px;
	padding-top:2px;
	padding-bottom:2px;
}
#boxinfodiarias span {
	font-size: 12px;
	color: #6b6b6b;
	text-align:right;
}
#boxinfodiarias .linegray {
	height:1px;
	background-color:#CCC;
}
#boxinfodiarias .linewrite {
	height:2px;
	background-color:#FFF;
}


/* ++++++++++++ INICIO DO CONTEUDO INTERNO ++++++++++++ */
#conteudointerno {text-align:justify;}
#listagr {width:457px; font-size:11px;}

#listagr .fleftlistagrt {float:left;}
#listagr .frightlistagrt {float:right;}
#listagr .fleftlistagrt, .frightlistagrt {width:150px; font-weight:bold; background:#a40d15; color:white; text-align:center; margin:1px 1px 1px 1px;}
#listagr .fleftlistagrc {float:left;}
#listagr .frightlistagrc {float:right;}
#listagr .fleftlistagrc, .frightlistagrc {width:150px; text-align:center; margin:0px auto;}


.spacer {
	height:20px;
	padding-bottom:30px;
}

#geral h1 {
	font-size:12px;
	width:90%;
	margin:0 auto;
}

#geral p {
	width:90%;
	margin:0 auto;
}

/* ++++++++++++ FIM DO CONTEUDO INTERNO ++++++++++++ */


/* ++++++++++++ FORMULARIO ++++++++++++ */

.formtextfield {
	border: thin solid #CCCCCC;
	font-size: 13px;
	color: #000000;
}
.enviar {
	font-size: 12px;
	font-weight: bold;
	background-color: #CCCCCC;
	height: 20px;
	width: 80px;
	border: thin solid #999999;
	padding-left:10px;
	padding-right:10px;
}
.limpar {
	font-size: 12px;
	font-weight: bold;
	background-color: #CCCCCC;
	height: 20px;
	width: 80px;
	border: thin solid #999999;
	padding-left:10px;
	padding-right:10px;
}

/* ++++++++++++ FORMULARIO ++++++++++++ */


/* ++++++++++++ INICIO DO FOOTER ++++++++++++ */

/* FOOTER */
#footer {
	clear:both;
	width:750px;
	background-image: url(../imgs/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: center 0px;
	height: 60px;
	background-color: #F3F3F3;
	padding-top:10px;
	margin:0px auto;
	margin-top:10px;
}
#footer h1{
	font-family:"Trebuchet MS", "Times New Roman", Times, serif;
	text-align:center;
	color:#6b6b6b;
	font-size: 12px;
	display:none;
}
#footer p{
	text-align:left;
	font-size: 11px;
	color:#6b6b6b;
	background:url(../imgs/anbima.jpg) right no-repeat;
	height:53px;
	width:700px;
	margin:0px auto;
}

/* CODIGO LEGAL*/
#codlegal {
	clear:both;
	width:720px;
	padding-top:20px;
	margin:0 auto;
	padding-bottom:30px;
}
#codlegal p{
	font-size: 10px;
	color:#6e6e6e;
}

#banner_novidades {
	width: 90px; height: 17px;
	background: #fff;
	margin: 0 0 0 230px; padding: 0;

}

#banner_carta {
	width: 90px; height: 17px;
	background: #fff;
	margin: 0 0 0 230px; padding: 0;

}
#geral #direita #conteudointerno p {overflow:auto;}