/* BOTAO */

span.botao {
	cursor:pointer
}
span.botao_centro {
	background:url(../images/fundo_botao.gif) repeat-x top left;
	position:relative;
	float:left;
	line-height:26px;
	height:26px;
	color:#001a00;
	text-align:center;
	padding:0px 2px
}

span.botao_esq, span.botao_dir {
	background:url(../images/fundo_botao_esq.gif) no-repeat;
	width:9px;
	height:26px;
	position:relative;
	float:left
}
span.botao_dir {
	background:url(../images/fundo_botao_dir.gif)
}

span.botao:hover span {
	background-position:bottom left;
        color:#fff;
}