@charset "utf-8";
/* CSS Document */

#botao a {
	display:			block;
	font: 				10px verdana;
	color:				#000000;
	text-decoration:	none;
	padding-top:		2px;
	height:				17px;
}
#botao a:hover {
	background:			url(../imagens/fundo_escuro_menu.png) no-repeat;
	color:				#333333;
}
#botaodois a {
	background:			url(../imagens/fundo_escuro_menu2.png) repeat-y;
	display:			block;
	font: 				10px verdana;
	color:				#000000;
	text-decoration:	none;
	padding-top:		2px;
	height:				17px;
}
#botaodois a:hover {
	background:			url(../imagens/fundo_escuro_menu.png) no-repeat;
	color:				#333333;
}

#botaodois2 a {
	background:			url(../imagens/fundo_escuro_menu.png) no-repeat;
	display:			block;
	font: 				10px verdana;
	color:				#000000;
	text-decoration:	none;
	padding-top:		2px;
	height:				17px;
}

#botaotres a {
	display:			block;
	padding-left:		19px;
	padding-bottom:		4px;
	padding-right:		0px;
	padding-top:		3px;
	font: 				10px verdana;
	color:				#000000;
	background: 		url(../imagens/geral/bot_info.png) 5px 0 no-repeat;
	text-decoration:	none;
}
#botaotres a:hover {
	background:			url(../imagens/geral/bot_info_over.png) 5px 0 no-repeat;
	color:				#333333;
}
