/* botao 1 */
#seu_botao {
	clear: both;
	position: relative;
	height: 128px;
	width: 324px;
	background-position: 0 0;
	cursor: pointer;
	background-image: url(../img/FAZER_PEDIDO.png);
	background-repeat: no-repeat;
	display: block;
}	
#seu_botao span.hover {
	position: absolute;
	display: block;
	height: 128px;
	width: 324px;
	background-position: bottom;
	background-image: url(../img/FAZER_PEDIDO_HOVER.png);
	background-repeat: no-repeat;
}

/* botao 2 */
#outro_botao {
	clear: both;
	position: relative;
	display: block;
	height: 128px;
	width: 324px;
	background-position: 0 0;
	cursor: pointer;
	background-image: url(../img/CONSUTAR_PEDIDO.png);
	background-repeat: no-repeat;
}	
#outro_botao span.hover {
	position: absolute;
	display: block;
	height: 128px;
	width: 324px;
	background-position: bottom;
	background-image: url(../img/CONSUTAR_PEDIDO_HOVER.png);
	background-repeat: no-repeat;
}
