html{
	margin: 0;
}
body{
	margin: 0px !important;
	background-image: url(../images/fundo_body.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, times new roman, helvetica;
	color: #4A4A4A;
}
/* selectors */
a{
	color: #10341E;
	text-decoration: none;
}
a:hover{
	color: #89c83c;
	text-decoration: underline;
}
#master{
	position: relative;
}
#b-top{
	width: 947px;
	height: 119px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: url(../images/body_top3.jpg);
}
#bot-gohome{
	position: absolute;
	left: 35px;
	width: 190px;
	height: 106px;
	top: 8px;
}
#b-mnu{
	margin-top:2px;
	/*margin-left: 6px;*/
	height: 347px;
	position: relative;
	background-image: url(../images/base_mnu.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
/* botoes institucionais */
#bot-i{
	width: 140px;
	left: 218px;
}
#bot-an{
	width: 99px;
	left: 372px;
}
#bot-ci{
	width: 148px;
	left: 484px;
}
#bot-c{
	width: 72px;
	left: 645px;
}
.bot-mnu-inst{
	top: 88px;
	height:24px;
	position: absolute;
	cursor: pointer;
	/*border: 1px solid;*/	
}
/* Botoes áreas principais */
/* Container */
#cont-bots{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 953px;
	height: 329px;
	border: solid 0px red;
}
/* Botoes */
.b-ilustra{
	cursor: pointer;
	top: 54px;
	position: absolute;
	width: 214px;
	height: 224px;
	border: solid 0px red;
}
#b-il-a{
	left:0px;
}
#b-il-r{
	left: 242px;
}
#b-il-e{
	left: 484px;
}
#b-il-t{
	left: 726px;
}
/* botoes pb hp */
.b-pb{
	position: absolute;
	top: 54px;
	display: none;
	border: 0px solid green;
	width: 215px;
	height: 225px;
	z-index:100;
}
.b-pb-show{
	position: absolute;
	top: 54px;
	display: block;
	border: 0px solid green;
	width: 215px;
	height: 225px;
	z-index:100;
}
#b-pb-a{
	background-image: url(../images/bh-asset-2.jpg);
	left:0px;
}
#b-pb-r{
	background-image: url(../images/bh-real-2.jpg);
	left: 243px;
}
#b-pb-e{
	background-image: url(../images/bh-energy-2.jpg);
	left: 484px;
}
#b-pb-t{
	background-image: url(../images/bh-tech-2.jpg);
	left: 725px;
}

/* txt bots */
.txt-bot{
	font-family: Georgia, Times New Roman;
	top: 285px;
	width: 214px;
	height: 25px;
	position: absolute;
	font-size: 0.70em;
	text-align: center;
	color: Gray;
}
#txt-asset{
	left: 0px;
}
#txt-real{
	left: 245px;
}
#txt-energy{
	left: 485px;
}
#txt-tech{
	left: 727px;
}
#rodape{
	margin-top: 10px;
	text-align: center;
	font-size:.6em;
	color: #ABABAB;
	margin-left: auto;
	margin-right: auto;
	width: 947px;
	padding-bottom: 20px;
}
#b-cont{
	margin-top: 0px;
	text-align: justify;
	font-size:.75em;
	margin-left: auto;
	margin-right: auto;
	width: 887px;
}
#base-cont{
	background-image: url(../images/fundo_div.jpg);
	padding-bottom: 15px;
	/*border-bottom: 1px solid #89c83c;*/
	border-bottom: 1px solid #dcdcdc;
}