body{
	background:url(../imagens/bg_internas.jpg) center center fixed no-repeat;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#666;
	scrollbar-arrow-color:#FFF;
	scrollbar-3dlight-color:#FFF;
	scrollbar-highlight-color:#FFF;
	scrollbar-face-color:#97172f;
	scrollbar-shadow-color:#FFF;
	scrollbar-darkshadow-color:#FFF;
	scrollbar-track-color:#FFF;
}


#div_alinha_conteudo{
	position:absolute;
	background:url(../imagens/bg_conteudo.png) no-repeat center;
	width:100%;
	height:350px;
	top:50%;
	margin:-175px 0;
}

#div_conteudo{
	position:absolute;
	width:770px;
	height:350px;
	top:95px;
	left:230px;

}

#div_rodape{
	position:absolute;
	width:900px;
	top:425px;
	left:20px;
}

hr{
	border:1px solid #9F1C36;
}

#div_logo{
	position:absolute;
	width:255px;
	height:125px;
	left:0;
	top:0px;
}

#div_teste{
	position:absolute;
	width:1000px;
	height:545px;
	left:50%;
	top:50%;
	margin:-272px 0 0 -500px;
}



#div_ferramentas{
	position:absolute;
	width:680px;
	height:45px;
	right:0;
	top:25px;
}


#div_menu{
	position:absolute;
	width:600px;
	height:400px;
	top:50%;
	margin:-160px 0 0 -350px;
}

ul.menu{
	margin:0;
	padding:0;
}

li.item_menu{
	width:525px;
	height:35px;
	padding:10px 75px 0 0;
	display:block;
	background:url(../imagens/bg_menu.png) top;
	margin:0;
	list-style:none;
	text-align:right;
	color:#FFF;
	font-size:15px;
}

li.item_menu:hover{
	background:url(../imagens/bg_menu.png) bottom;
}

ul li a{
	text-decoration:none;
	color:#FFF;
}

#div_titulo{
	position:absolute; right:5px; top:5px;
}


h1{
	display:inline;
	color:#9F1C36;
	font-size:32px;
}

h2{
	display:inline;
	color:#646464;
	font-size:25px;
}

.vermelho{
	color:#9F1C36;
}


.bt_home{
	position:relative;
	width:75px;
	height:45px;
	background:url(../imagens/bt_home.png) top no-repeat;
	display:block;
	cursor:pointer;
	float:left;
}

.bt_home:hover{
	background:url(../imagens/bt_home.png) bottom no-repeat;
}

.bt_consulta{
	position:relative;
	width:75px;
	height:45px;
	background:url(../imagens/bt_consulta.png) top no-repeat;
	display:block;
	cursor:pointer;
	float:left;
}

.bt_consulta:hover{
	background:url(../imagens/bt_consulta.png) bottom no-repeat;
}

.bt_contato{
	position:relative;
	width:75px;
	height:45px;
	background:url(../imagens/bt_contato.png) top no-repeat;
	display:block;
	cursor:pointer;
	float:left;
}

.bt_contato:hover{
	background:url(../imagens/bt_contato.png) bottom no-repeat;
}

.bt_localizacao{
	position:relative;
	width:75px;
	height:45px;
	background:url(../imagens/bt_localizacao.png) top no-repeat;
	display:block;
	cursor:pointer;
	float:left;
}

.bt_localizacao:hover{
	background:url(../imagens/bt_localizacao.png) bottom no-repeat;
}

h3{
	color:#9F1C36;
	font-size:14px;
}

a{
	color:#9F1C36;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}