/* GERAL */

body {
margin:0px;
padding:0px;
background-color:#152860;
}

.geral {
height:600px;
background:url(../imagens/fundo.jpg);
}

.conteudo {
position:relative;
height:600px;
width:789px;
}

/* BOLINHAS */

.bolinhas {
clear:left;
position:relative;
width:789px;
height:258px;
background:url(../imagens/fundo_bolinhas.jpg);
}

#dock {
position: absolute;
bottom: 70px;
width: 100%;
text-align: center;
left: 0px;
}

#dock a:visited{
text-decoration: none;
}

#dock a{
text-decoration: none;
margin: -2px;
}
	
#dock img {
border: none;
width: 0px;
}

/* PANEL */

#anima {
position: relative;
width: 566px;
height: 342px;
background: #fff;
overflow: hidden;
}

.panel {
position: relative;
z-index:0;
float: left;
width: 566px;
height: 342px;
overflow: hidden;
}

.imgPanel {
position: absolute;
z-index:1;
left: 287px;
top: 132px;
}

.imgPanel2 {
position: absolute;
z-index:1;
left: 65px;
top: 0px;
}

.imgPanel3 {
position: absolute;
z-index:1;
left: 10px;
top: 247px;
}

/* FLOATER */

#floater {
	position: absolute;
	z-index:1;
	left: 326px;
	top: 3px;
	background:url(../imagens/floater.png);
	background-repeat:no-repeat;
	width:182px;
	height:200px;
}

/* MENU */

.menu {
float:left;
width:223px;
height:342px;
}

.home {
background:url(../imagens/menu/home.jpg);
background-repeat:no-repeat;
height:18px;
}

.empresa {
background:url(../imagens/menu/empresa.jpg);
background-repeat:no-repeat;
height:18px;
}

.empreendimentos {
background:url(../imagens/menu/empreendimentos.jpg);
background-repeat:no-repeat;
height:18px;
}

.cronograma {
background:url(../imagens/menu/cronograma.jpg);
background-repeat:no-repeat;
height:18px;
}

.futuros {
background:url(../imagens/menu/futuros.jpg);
background-repeat:no-repeat;
height:18px;
}

.onde {
background:url(../imagens/menu/onde.jpg);
background-repeat:no-repeat;
height:18px;
}

.oportunidade {
background:url(../imagens/menu/oportunidade.jpg);
background-repeat:no-repeat;
height:18px;
}

.noticias {
background:url(../imagens/menu/noticias.jpg);
background-repeat:no-repeat;
height:18px;
}

.trabalhe {
background:url(../imagens/menu/trabalhe.jpg);
background-repeat:no-repeat;
height:18px;
}

.fale {
background:url(../imagens/menu/fale.jpg);
background-repeat:no-repeat;
height:18px;
}

