or
$tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'seccion', 'operator' => 'NOT EXISTS', ), array( 'taxonomy' => 'seccion', 'terms' => 'tenis', 'field' => 'slug', 'operator' => 'IN', ), );
$tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'seccion', 'operator' => 'NOT EXISTS', ), array( 'taxonomy' => 'seccion', 'terms' => 'tenis', 'field' => 'slug', 'operator' => 'IN', ), );