html{
	height:100%;
}

body{
	background-image:url(../imagens/bg_itau_home.png);
	background-position:center top;
	background-attachment:fixed;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
}

#alinha{
	position:absolute;
	width:1000px;
	height:600px;
	left:50%;
	margin-left:-500px;
}

#topo{
	position:absolute;
	width:1000px;
	height:60px;
}

#menu{
	position:absolute;
	width:1000px;
	top:30px;
	z-index:600;
}


#alinha_conteudo{
	position:absolute;
	width:1000px;
	top:120px;
}

#conteudo{
	position:relative;
	width:697px;
	float:left;

}

#lateral_1{
	position:absolute;
	width:153px;
	height:475px;
	left:697px;
	top:120px;
	
}

#lateral_2{
	position:absolute;
	width:150px;
	height:475px;
	left:850px;
	top:120px;

}


/*--------------------- Ferramenta ----------------------*/

#div_fundao {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 1000;
	overflow:hidden;
}

#iframe_ferramenta {
	position: absolute;
	width: 645px;
	height: 370px;
	left:50%;
	top:50%;
	margin-left:0px;
	margin-top:80px;
	display: none;
	z-index: 100000;
}


/*-----------------------Textos-----------------------------*/


h1 {
padding: 0 0 10px 0 ;
margin: 0;
font-size:14px;
font-color:#003B5E;

}

h2 {
font-size:13px;
font-color:#647883;

}
