$(document).ready(function(){

$(".condiciones input").change(function(){

$("#boton_alta").toggle();
})


})

