LISTA DE PELÍCULAS :
select id_pelicula,titulo from pelicula where estado=1 and id_pelicula not in (select id_pelicula from seleccion_pelicula where estado=1 and orden in (select max(orden) from seleccion_pelicula where estado=1 and ano=2012 and mes=2)) order by titulo
X Men