@charset "utf-8";
/* CSS Document */

body{


}

#div_principal{
	
	position:relative;
	background:url(images2/bg.jpg) no-repeat;
	width:405px;
	height:495px;
	z-index:0;
	left:50%;
	margin:40px 0 0 -203px;
	
}

#div_cabecalho{
	position:absolute;
	background:url(images2/cabecalho.jpg) no-repeat;
	width:354px;
	height:133px;
	z-index:1;
	left: 19px;
	top: 15px;
}

#div_logo{
	position:absolute;
	background:url(images2/logo.png) no-repeat;
	width:63px;
	height:68px;
	z-index:2;
	left: 162px;
	top: 154px;
}

#div_selecione{
	position:absolute;
	left: 81px;
	top: 230px;
	z-index:3;
	color:#999999;
}


#div_botoes{
	position:absolute;
	width:245px;
	z-index:4;
	left: 72px;
	top: 257px;
}

#div_geo{
	position:absolute;
	background:url(images2/geo.png) no-repeat;
	width:145px;
	height:82px;
	z-index:5;
	left: 122px;
	top: 390px;
}



#div_botoes ul{
padding-left:0px;
width:245px;
}

#div_botoes li {
text-align:center;
color:#999999;
list-style:none;
background:url(images2/botao.png) no-repeat;
margin-top:10px;
width:245px;
height:22px;
}

#div_botoes li a{
display:block;
text-decoration:none;
color:#999999;

}


#div_botoes a:hover{
text-align:center;
text-decoration:none;
color:#000000;
background:url(images2/botao2.png) no-repeat;
margin-top:10px;
width:245px;
height:22px;
}

#div_botoes li hover{
background:url(images2/botao2.png) no-repeat; 
width:245px;
height:22px;


}



