Swap with this code... I added the align="center" attribute. Also you could add align: center; to your marketo class's as well
<div class="mktoButtonRow" style="align: center;"><span style="margin-left: 138px;" class="mktoButtonWrap mktoCupidGreen" style="align: center;><button class="mktoButton" type="submit" style="align: center;>Aplique Ahora</button></span></div>
Try that?
Or apply: style="align: center" to the <button> tag like this... <button style="align: center;">
Looks like you have the closing tag in your code but I dont see the opening tag.