not in category
$tax_query = array( array( 'taxonomy' => 'genero', 'terms' => 'proximamente', 'field' => 'slug', 'operator' => 'NOT IN', ), );
$tax_query = array( array( 'taxonomy' => 'genero', 'terms' => 'proximamente', 'field' => 'slug', 'operator' => 'NOT IN', ), );